Language: PHP

Tools: IDA Pro, gdb, HxD

Problem: PHP code is encrypted with a custom extension.

Solution: Use IDA Pro to take a look and find possible holes in extension. Use gdb in linux to find and bypass all license checks. Modify extension to automatically bypass the checks. Run the encrypted PHP files and catch the original code. Convert it to original PHP code!


Level: Hard