Category: Uncategorized

  • Decrypting jsxbin files into jsx source code.

    JavaScript eXtendscript Binary files are created by ExtendScript Toolkit, a tool used to add extensions to Adobe Creative Suite applications. They contain the compiled .JSX file, which is written using ExtendScript, an extended version of JavaScript. JSX files are used for writing plug-ins for software like Photoshop, InDesign, and After Effects. Use the free service…

  • How ioncube license protection works

    The ioncube protected PHP files could be bind to a license file with several restrictions. Restrictions may be expiration date, mac address, domain names. License file also may contain properties and keys that can be used from the source code. Developers use license files to share the same protected script to different users. The license…

  • Paid Services

    Fix hard bugs in PHP / .net / js / VBA / etc Decompile / Decode / Decrypt / Deobfuscate PHP files Deobfuscate / Decrypt js files Remove password from doc, xls, ppt, pdf Unlock / Decode / Decrypt VBA code Unpack / Clean .net software Need something else? Ask for it.   There is…

  • Decrypt “goto” PHP files

    This is the best protection for PHP files and it is open  source as the PHP is too! Variables and functions names are replaced with random values. So, there is no way to recover the original values. The code’s flow control is a mess! The code still remains fast as the added opcodes are just…

  • Deobfuscate javascript files

    There are several ways to protect the javascript (js) files. A lot of free and paid services. The basic idea is to add trash code and rename the variables/functions names. There is no way to recover the original names of the variables/functions but this is not a problem for a good js developer. Decrypting is…

  • 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…

  • Decompile ioncube PHP files

    This tool uses the technique of compiling to bytecode prior to encoding so that source code is eliminated, and runtime overheads are reduced. There are two ways to recover the source. 1. Reversing the whole tool. The safest and hardest way to get the opcodes of the file. First remove the custom base64 encoding (image1)…