GhastLess than 1 minute

Driver Hardening

The driver is the hardening part of Skidfuscator. This feature is reserved to Premium. In a nutshell, per obfuscation, a new driver is generated and compiled for the following architectures:

Operating SystemSupported Architectures
Windowsx64_86
MacOSx64_86, AARCH64 (ARM)
Linuxx64_86 (AMD64)

Config

To enable this feature (⚠️ this significantly increases obfuscation strength), you must toggle the boolean:

driver: {
    enabled: false // Disabled by default
}