Skip to content
WJunction - Webmaster Forum

how PHP decoding works?

Status
Not open for further replies.
Well ofc I know the great site dezend.me by "l0calh0st" but I'm curious to know how this can be possible to generate 99% or more 'clean' php source from the encoded shit..:D
I want to make a similar tool in near futureB-) and need to know how this work...
 

4 comments

Such encodings are defeated by cracking the loader protection and, by using an hacked php engine in order to make it dump the opcodes.
After that, opcodes need to be reversed to a readable code that generates similar opcodes when compiled.
 
thanks for the info "NewEraCracker" so whats the practical way to do it all, just to experiment. whats the first thing i should do?? everytime i saw the encoded stuff it really made me kinda uff!! what the heck is going on ..
 
The site is coded in PHP with HTML.
It's running on Windows with the patched loaders which return 'real' code after executing the encoded source through the php executable. Then the site reads the source and returns it to the user.
 
Status
Not open for further replies.

About the author

winemp3
Banned · Joined
Programming, nulling
14
Messages
3
Reactions
3
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom