麻辣堂|资源主站|开发论坛|在线手册
首页 Apache Linux Java MySQL 注册帮助 
PHP项目开发组是PHP开发资源网于2007组年建成立的项目开发团队,目前核心开发成员有27人, 项目协作成员8名.下设7个开发组,主要承接大/中型网站项目开发任务。

    由于开发任务较多,人员比较紧张,现面向社会招聘全职或者兼职开发人员,不管你是在校大学生,还是全职开发人员,以及SOHO都可以联系本站,我们可以长期合作,并为您带来丰厚的报酬。
  您现在的位置:PHP开发资源网 > 麻辣堂 > 详细资料
待解决
想知道可以破解zend加密的软件的进来。
悬赏分:20 - 2007年08月15日

Vulcan Logic Disassembler

The Vulcan Logic Disassembler hooks into the Zend Engine and dumps all the opcodes (execution units) of a script. It was written as as a beginning of an encoder, but I never got the time for that. It can be used to see what is going on in the Zend Engine.

New Features in 0.6


Class methods info is only dumped if they contain some user defined functions.
Clean up the framework for better opcode display.
Print extended value for function calls (# of args in that case).
Op code elements are only printed when they are actually used.

Download and Installation Instructions
The extension is not totally finished yet, but it works fine for me. If you have questions, feel free to send me an e-mail (but read this first) at derick at php dot net. If you like this piece of software, feel free to checkout my wishlist or Andrei's. This improves chances that we will be continuing developing VLD.

You can download the source here or get it from CVS. The CVS root is "srmread@cvs.vl-srm.net:/repository", the module is "vle" (not "vld") and the password is "srmread".

It's not hard to use this extension, but it might not work with all PHP versions. Here are the instructions to get it to work:

Unpack the tarball: tar -xzf vld-0.6.0.tgz.
After you untarred the ball you need to copy the directory to the ext/ directory of your PHP Source tree, so that there is phproot/ext/vld/ .
After you copied it, go to the PHP source root and issue the not need to unpack the tarball inside the PHP source code tree.
Remove the configure file: rm configure
Rebuild the configure script: ./buildconf
Now run ./configure with the options you want, and add --enable-vld. Using vld does of course only make sense if you run PHP as CLI or CGI.
That's it, now you can run this new PHP and you'll see that it spits out the opcodes.

http://www.derickrethans.nl/vld.php

大致看了下,应该是要和PHP集成到一起的。

提问者:yueyang   08-15 13:01
答复
路过。。。顺便帮顶:)
回答者:玉米づ冰冻可乐 - 瓦岗村民 8-22 09:10
我也来回答:
不管你有没有帮助我们,瓦岗寨8万村民将感谢你。。。。。

为防止灌水,您需要计算一道数学题: 答案:
54 + 59 = ? 请将计算结果填在上面

 
[]
©2007 PhpRes.COM