PhpDeobfuscator
Decoder for obfuscated PHP code, written in C#
Install / Use
/learn @martinlindhe/PhpDeobfuscatorREADME
About
C# code to deal with PHP malware analysis
Status
| Obfuscation technique | Status | | ---------------------------------------------- | ------ | | hex obfuscation | done | | eval(base64_decode(...)) | done | | eval(gzinflate(base64_decode(...))) | TODO | | gzuncompress | TODO | | str_rot13 | TODO |
