decodephp
online
Free Trial
decodephp.io
Germany
What it does
Browser-based tool that automatically decodes PHP files using common obfuscation techniques. Handles base64_decode, eval, gzinflate, and str_rot13 combinations in a single pass.
When to use it
- First-pass analysis of suspicious PHP files
- Quick decode of base64 + eval chains
- When you need results fast without setup
When not to use it
- Complex multi-layer obfuscation
- Non-PHP code
- When you need to understand each decode step
Limitations
- Only handles common PHP patterns
- Browser-based only
- May not fully decode custom obfuscation