Documentation
Build with LimeObf.
The HTTP API reference and the in-source macro system — everything you need to wire protection into your own code, CI or pipeline.
HTTP API
API reference
Compile straight from your own code, CI or pipeline. Endpoints, authentication, request and response shapes, with copy-paste language examples.
- POST /api/vm-compile
- API-key authentication
- cURL · Python · JavaScript examples
Read the API docs
In-source
Macros
Control protection per-function, right in your source — native-speed escapes, full encryption, constant locking and compile-time flags.
- LMO_NO_VIRTUALIZE · LMO_JIT
- LMO_ENCFUNC · LMO_ENCSTR
- LMO_OBFUSCATED · LMO_CRASH
Read the macro docs