Documentation
Configuration
Anti-Virtual Machine

Anti-Virtual-Machine Configuration

The anti-virtual-machine configuration is used to specify the anti-virtual-machine options for Avaritia stub.

Mode

  • Disabled (default): Avaritia stub will not perform any anti-virtual-machine checks.
  • Standard: Avaritia stub will perform the standard anti-virtual-machine checks.
  • Aggressive: Avaritia stub will perform the aggressive anti-virtual-machine checks.
{
  "anti_virtual_machine": {
    "mode": "Standard"
  }
}

Deny VMWare

This feature is currently under development.

Do not allow the application to run under the VMWare (opens in a new tab) virtual machines.

  • Default: false
{
  "anti_virtual_machine": {
    "deny_vmware": false
  }
}

Deny Xen

This feature is currently under development.

Do not allow the application to run under the Xen (opens in a new tab) virtual machines.

  • Default: false
config.json
{
  "anti_virtual_machine": {
    "deny_xen": false
  }
}

Deny QEMU

This feature is currently under development.

Do not allow the application to run under the QEMU (opens in a new tab) virtual machines.

  • Default: false
config.json
{
  "anti_virtual_machine": {
    "deny_qemu": false
  }
}

Deny AnyRun

Do not allow the application to run under the Any.run (opens in a new tab) virtual machines.

  • Default: false
config.json
{
  "anti_virtual_machine": {
    "deny_anyrun": false
  }
}

Deny ShadowTech

This feature is currently under development.

Do not allow the application to run under the ShadowTech (opens in a new tab) virtual machines.

  • Default: false
config.json
{
  "anti_virtual_machine": {
    "deny_shadowtech": false
  }
}
© 2024-present SECTOR 501 LLC. All rights reserved.
Buildbff736e