-
Unpack/Deobfuscate dot NET binary
.NET executables often employ a variety of protection techniques designed to make reverse engineering difficult. The most common methods include: Name Obfuscation: Renaming functions, variables, and classes to meaningless or misleading names. Control Flow Obfuscation: Scrambling the logical flow of the code to make it harder to understand. More advanced protection schemes can take things…
-
IonCube Obfuscation / Deobfuscation
The ionCube encoder offers robust obfuscation features that can target classes, methods, functions, and local variables within PHP source code. During the encoding process, developers can set an obfuscation key (commonly called obfkey) and choose which identifiers they wish to obfuscate. How the Obfuscation Works When the encoder runs, it transforms the selected names into…
-
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…