Python ByteCode(opcode) & HexCode

为了修改上一篇文章《Wing IDE 4.1 Windows Crack 【续】》中的提到的二进制代码,在网上到处搜索。但是虾米东西都没找到,俺的Google用的太烂了。 😀 不过后来忽然想到那个unpyc既然能解码二进制文件,那么其中肯定有相关的代码引擎进行转换了?直接去那里面找不就得了。事实是,果然让我猜对了。嘎嘎。在opcodes.py文件中找到了相关的代码和对应的十六进制数值。我实在太聪明啦。哈哈 smile

Continue Reading

SamSung I9100GZCLC2 Root

话说用三星的i9100现在发现这是一个非常痛苦的事情,不单纯是root的问题。因为这个鸟东西除了root还需要重新安装那些被删除掉的组件,也不知道他们怎么想的,自己封装固件也就罢了,还要安装什么鸟人人,开心之类的东西。安装这些鸟东西也就罢了,还他妈的把Google所有的组件都删除掉了,连play都没有,每次安装东西都痛苦的1b。root完了还要重新复制组件。而更新现在看来也非常一般,没什么鸟用,到现在还是2.3.6.所以那些要买三星的智能手机的就不要考虑这个破机器了。

root的方法还是和以前一样的,这里只提供内核包,不知道怎么root的猛击这里这里

1.root内核下载:http://dl.dbank.com/c0bchbbbbv

2.原版内核下载:http://dl.dbank.com/c0gkmm4iag

Send a HTTP POST Request in Delphi using WinInet api

In my recent work i have to send a http get request to the itunes app store.In the past i send the request by idhttp compents,but i notice that when get something vi openssl i get the wrong data.there are some noise data,just as below:

  
  
  

but the correct data should be like this:

  
  
  

with no “st11p08it-finance004/” and “0.0.0.0.0.2.1.1.1.47.1.7.0.1.0.1.0.0.5.0.15.1.0.3.0.1.1.3.0.7.7.0.5.1.0.3.0.5.0.0.1.3.0.0.3.0” should be “2.0.0.0.0.2.1.1.1.47.1.7.0.1.0.1.0.0.5.0.15.1.0.3.0.1.1.3.0.7.7.0.5.1.0.3.0.5.0.0.1.3.0.0.3.0
via the wininet api i get the correct result but i don’t know why there are so many diffrents .if anyone know just leave a message here .thx.smile

Continue Reading