Anti Debug Protection - yck1509/ConfuserEx GitHub Wiki
ID: anti debug
Preset: Minimum
This protection prevents the assembly from being debugged or profiled.
mode: This parameter define the used anti debug engine. Supported values are:
-
safe: ConfuserEx would detect debugger/profiler using managed API
-
win32: ConfuserEx would detect debugger/profiler using unmanaged WinAPI (Incompatible with OS other than Windows)
-
antinet: ConfuserEx would detect debugger/profiler using antinet by 0xd4d (Produces unverifiable modules, incompatibile with Mono)
Default is safe.