Open rollsch opened 5 years ago
Also I realise these protections are easily removed but any extra step increases the time required to de-obfuscate a program.
Hello
just read the code and compare it to original.
It adds extra debugger checks, hence why the "anti" for "antidebug".
It's old code from 15 Jul 2018 however, and the project is meant to be modified, not used as it.
Can someone explain what the "anti" mode in anti tamper protection does? The documentation only describes the NormalMode and JITMode, Anti mode appears to be new and only available in neo-confuserex.
Is this meant to be hidden?
The reason I ask is all 3 modes of anti-tamper cause my executable to crash with no exception. If I debug it using dnspy and break at the entry point (or create process) I get "Exception ???" and no more information.
I will try building with debug symbols to see if I can get any more information where and why it is crashing.