Anti-Debug Configuration
The anti-debug configuration is used to specify the anti-debug options for Avaritia stub.
Mode
Disabled
(default): Avaritia stub will not perform any anti-debug checks.Standard
: Avaritia stub will perform the standard anti-debug checks.Aggressive
: Avaritia stub will perform the aggressive anti-debug checks.
config.json
{
"anti_debug": {
"mode": "Standard"
}
}