-
Unpack/Deobfuscate dot NET binary
There are many protection methods for .net executables. Most of them obfuscate the names of the functions and the variables and scramble the flow of the commands. Some other harder methods encrypt and compress parts of the code or/and use virtualization. Even if there are many free software / scripts to help you out, most…
-
IonCube Obfuscation / Deobfuscation
IonCube encoder has obfuscation options for classes, methods, functions, and local variables. You have to set an obfuscation key (obfkey) and select the names you desire to obfuscate. So, after running the encoder the selected names of the source code are converted into bytes based on an encryption process (the obfkey is converted in md4…
-
Reverse engineer EOL software
This software is now EOL (End Of Life) and the developer is no longer in business. We had to install it on a new hardware and activate it. So, we debugged it! First we had to find the serial form and see what’s going on clicking “OK”. There are 1, 2, 3… functions that create…