Pricing
Start free with core auth and basic licensing. Paid plans add the runtime protection surface, SSCX, and code virtualisation. Prices are per month in GBP.
Free
£0forever
Core auth and basic licensing. No card required.
- Apps · 1 app
- Users per app · 10 users
- License keys · EVORION- prefix
- HWID binding
- Subscription levels · 1 level
- —Anti-debug & anti-VM
- —Control-flow flattening
- —Sealed string constants
- —Server-decrypted sections
- —Server-side code execution
- —Whole-binary code virtualisation (DRM)
- —API & webhook access
- —Reseller / seller panel
- —Audit trail & export
- —Variables (remote config)
- —Evorion discord bot
- Discord community
- —Priority support
Evorion Pro
£6.99/ month
Full runtime protection for production apps.
- Apps · 4 apps
- Users per app · 500 users
- License keys
- HWID binding
- Subscription levels · 5 levels
- Anti-debug & anti-VM
- —Control-flow flattening
- Sealed string constants
- Server-decrypted sections
- —Server-side code execution
- —Whole-binary code virtualisation (DRM)
- API & webhook access
- Reseller / seller panel
- —Audit trail & export
- Variables (remote config)
- —Evorion discord bot
- Discord community
- —Priority support
Evorion Ultra
£14.99/ month
Everything in Pro plus SSCX and attestation. Sensitive functions leave the client.
- Apps · Unlimited apps
- Users per app · Unlimited users
- License keys
- HWID binding
- Subscription levels · Unlimited levels
- Anti-debug & anti-VM
- Control-flow flattening
- Sealed string constants
- Server-decrypted sections
- Server-side code execution
- —Whole-binary code virtualisation (DRM)
- API & webhook access
- Reseller / seller panel
- Audit trail & export
- Variables (remote config)
- —Evorion discord bot
- Discord community
- Priority support
Evorion UltimateBeta
£24.99/ month
DRM-grade protection. Whole-binary code virtualisation, license + HWID-bound activation. Currently in beta.
- Apps · Unlimited apps
- Users per app · Unlimited users
- License keys
- HWID binding
- Subscription levels · Unlimited levels
- Anti-debug & anti-VM
- Control-flow flattening
- Sealed string constants
- Server-decrypted sections
- Server-side code execution
- Whole-binary code virtualisation (DRM)
- API & webhook access
- Reseller / seller panel
- Audit trail & export
- Variables (remote config)
- Evorion discord bot
- Discord community
- Priority support
Apps & licensing
Apps
1 app
4 apps
Unlimited apps
Unlimited apps
Users per app
10 users
500 users
Unlimited users
Unlimited users
License keys
EVORION- prefix
HWID binding
Subscription levels
1 level
5 levels
Unlimited levels
Unlimited levels
Runtime protection
Anti-debug & anti-VM
—
Control-flow flattening
—
—
Sealed string constants
—
Server-decrypted sections
—
Server-side code execution
—
—
Whole-binary code virtualisation (DRM)
—
—
—
Developer tools
API & webhook access
—
Reseller / seller panel
—
Audit trail & export
—
—
Variables (remote config)
—
Evorion discord bot
—
—
—
Support
Discord community
Priority support
—
—
Common questions
- What does the Free plan include?
- Core authentication and basic licensing, with no card required. Paid plans add the runtime protection surface.
- Which languages and platforms are supported?
- The dedicated C++ SDK targets Windows and integrates as one header and one library, built with MSVC 2019 or newer using C++17. Every other language integrates over the REST API, which is the recommended path for server-side and web application integrations.
- Can I authenticate users on my website?
- Yes, from your server. Your backend holds an API key and calls the REST API to validate a licence or a user, then issues your own session. The key stays on your server and is never exposed to the browser.
- Can I change protection settings without shipping a new build?
- Yes. Runtime protection is server-driven: anti_debug, anti_vm, anti_hv, anti_http_debug, and anti_attach are returned by the backend during init and carried on every heartbeat, so a dashboard toggle takes effect without the client reconnecting.
- Do you support license keys, accounts, or both?
- All three. The auth mode is set per application: 'license' for license keys only, 'user_pass' for username and password, or 'both' for a mixed flow. The backend enforces the mode on every auth request.
- Can I bind a licence to a device?
- Yes. HWID binding is available per application, and hardware IDs can be reset or blacklisted from the developer dashboard.
- Can I revoke access to a running session?
- Yes. Over WebSocket transport the backend can push kill and ban events, and with auto_exit enabled the client terminates the process on fatal detections and kill instructions.