Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Anti Debug Protection

yck1509 edited this page Sep 28, 2014 · 1 revision

ID: anti debug
Preset: Minimum

This protection prevents the assembly from being debugged or profiled.

Parameters

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.