Obfuscator is a tool to obfuscate assembler source code. Obfuscation protects source code against cracking and reverse engineering analysis.
Obfuscation is the process of transforming input source code into a protected version to prevent cracking and reverse engineering analysis.
If you're writing assembler code and you want to protect your work from decompilation and reverse engineering, or just want to make it as hard as possible to analyze, you might want to try Obfuscator.
@@
labels, detection of local variables, constant equ
values, and numbers in different formats (hex, dec)See how it works: compare both original.exe and obfuscated.exe files. If you don't know how to do this, you might want to read my articles about reverse engineering.
obfuscator20_example.zipv2.0 | ZIP Archive | 39 kBObfuscator comes with an additional command line interface.
This allows you to integrate obfuscation into your build process or any other batch operation.
If you would like to ask me about Obfuscator, or something's not clear, mail me, I'll be happy to help you.