I started dealing with encoded pages to decode, and found many decoders but none works, and I think is not easy to make a decoder. Why?
The problem is not base64 encode, the problem is the chain in it, since inside has decode too, decode may generate binary data, not asscii, then you can not deal with that as string, so part of the eval in a deflate/inflate instrucction may do that, so you no have a chance to avoid the eval, which in turns detects the hack
↧
By: Avennida Gez
↧