-
Decrypting sg and ic template files

Both sourceguardian and ioncube can encrypt non php files. They both use a similar method to do that. The PHP encoded files that include the encrypted template file contain information related to the owner of the software and protection keys. These keys are used for encryption of the template files. So, reversing the template files…
-
Selling my decoder!

When maintaining long-standing PHP applications, teams often encounter a serious challenge: critical components encoded or protected years ago, with no accessible source code remaining. This makes modernization, security auditing, and migration nearly impossible. To solve this, I built a C#-based PHP code-recovery and analysis toolkit designed exclusively for: Restoring your own legacy applications Auditing and…
-
Decompile sourceguardian PHP files

This tool is very similar to ioncube tool. It uses the same protection method (converting source code into bytecode and protecting it with obfuscation). Decoding procedures are similar to ioncube tool. Both protections, sourceguardian (sg) and ioncube (ic), compile the source code for different PHP versions. sg saves all compiled versions inside the unique obfuscated…