pH-7/Obfuscator-Class

Easy deobfuscation

pixel365 opened this issue ยท 4 comments

In the resulting file, you need to find the encoded string (usually # 26).
Then decode it - gzuncompress(base64_decode("str")).
Next, find the encoded string again, and decode it using base64_decode.
Where is the efficiency here?

Repo description:

๐Ÿ‘จโ€๐Ÿ’ป Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)

LoL

pH-7 commented

In the resulting file, you need to find the encoded string (usually # 26).
Then decode it - gzuncompress(base64_decode("str")).
Next, find the encoded string again, and decode it using base64_decode.
Where is the efficiency here?

The way you explain won't deobfuscation the obfuscated file (if done with this library)

pH-7 commented

Repo description:

๐Ÿ‘จโ€๐Ÿ’ป Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)

LoL

๐Ÿ˜ Did you try? I don't think so then ๐Ÿ˜‰ But of course, if doesn't guarantee anything. However, it makes the job much harder than a simple base64 encode ๐Ÿ˜„

Read carefully and reproduce in person. Obfuscated code is easily deobfuscated. Why did you close?