neo-ConfuserEx icon indicating copy to clipboard operation
neo-ConfuserEx copied to clipboard

Can someone explain what AntiMode does in AntiTamper

Open rollsch opened this issue 6 years ago • 2 comments
trafficstars

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.

rollsch avatar Jul 03 '19 01:07 rollsch

Also I realise these protections are easily removed but any extra step increases the time required to de-obfuscate a program.

rollsch avatar Jul 03 '19 02:07 rollsch

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.

XenocodeRCE avatar Jul 03 '19 11:07 XenocodeRCE