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
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)
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?