Closed alnicke closed 5 months ago
it acts as a decoy.
can you provide a usage of fake sig?
Whenever you enable it upon compiling fake signatures will be added to the binary automatically. Those signatures are detected by DIE (detect-it-easy) and other popular softwares. This way you can trick reverse-engineers into thinking your binary was protected with multiple big protectors, such as Themida, VMProtect, SecuROM, etc
Note that in Visual C++ you will need to disable "whole program optimization" for this to work. For g++/clang it will work by default.
can you provide a usage of fake sig?