Skip to content

{ Category Archives } reverse engineering

Decoding Encoded PHP Codes (Getting Dynamic)

I saw many people want to decode their files. So I made a decoder. Cheers!
All you have to paste your code here. Then press ‘Go’.
Remember, the format of the code must be like the following.

/**
* Here dots (…) means long base64 data
*/
$o="………………….";
eval(base64_decode("……………"));
return;

————————-
Thu, 06 Aug 2009 00:23:20
A little update.  I just added another type of decoder. [...]

Tagged , , , , ,

Decoding Encoded PHP Codes Part I (The First One)

Okay its the first part of the script. The second part was published earlier. That time I kept place for this post. And here it is.Its another script that I got from a Guy. This time he was trying to crack the script. He didnt want to buy another so need to crack [...]

Tagged , , , , , , , ,