|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 86
Members: 0
Total: 86
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Help decoding script |
|
Posted: Thu May 22, 2008 7:08 am |
|
|
adammc |
Beginner |
|
|
Joined: May 22, 2008 |
Posts: 1 |
|
|
|
|
|
|
|
Hi guys,
Is it possible to decode a zend encoded script?
If so, can you please explain?
thanks |
|
|
|
|
|
|
|
|
Posted: Thu May 22, 2008 9:46 am |
|
|
lenny |
Valuable expert |
|
|
Joined: May 15, 2008 |
Posts: 275 |
|
|
|
|
|
|
|
Currently this is impossible. The Zend encoder converts code into bytecode which the Zend engine can then execute without pharsing the file like with normal php scripts. Unfortunatley, bytecode (just like any other executable script) cannot be decoded easily. If you did manage to decode it (It is possible) the code would look nothing like the original. The code would still work, but it would be optimised in such a way that it would be unreadable to a human easily and therefore be almost as useless to you as the zend encoded script.
Some people claim to be able to decode it, but I *highly* doubt that. Zend is industrial grade and really Zended scripts are damn well secure.
There used to be an exploit that allowed you to capture the unencoded PHP script from the RAM during execution, but that was patched. In my opinion, you are wasting your time trying to decode it. |
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|