Evorion

A licensing and runtime-protection platform. Native Windows apps get the dedicated C++ SDK, where one header and one library bring licensing, sessions, HWID binding, and server-driven runtime protection. Everything else talks to the same backend over REST, so you can integrate from any language that can make an HTTP request.

How it fits into your app

Construct a client with your owner id and application id, call Init to open a session, then authenticate with a license key or an account depending on the mode you configured. Heartbeat keeps the session verified and carries the live protection flags.

  • Auto init starts the session immediately on construction.
  • Set your application version before init so version policy evaluates correctly.
  • Seal the owner id with SecureCredential in production builds.
  • Choose HTTP for the simplest setup, or WebSocket to receive push events.

Specifications

Native SDK
C++17 on Windows, MSVC 2019 or newer
Integration
One header (Evorion.h) and one library (Evorion.lib)
Other languages
REST API — any language that can make an HTTP request
Transport
HTTP, or WebSocket for push events
Auth modes
License key, username and password, or both

See the full feature set, the SDK reference, or plans and pricing.

Make the hunt endless.Available today.