How it works
From upload to hardened binary in under a minute.
Drop a .dll or .exe onto the dashboard. Nothing to install — the pipeline runs entirely in the cloud.
Pick the modules you need, or ship with the defaults, and every selected pass runs over your assembly.
Get a hardened binary back in seconds, verified and ready to ship.
Protection Modules
Modular obfuscation passes, each targeting a different attack surface.
Encrypts method bodies after build and decrypts them at runtime from a check of the module's own contents — any modification prevents execution.
String literals are encrypted at rest and decrypted only at runtime, hiding sensitive data from static analysis.
Rewrites readable logic into opaque equivalent constructs that defeat decompilers and confuse human analysts.
Replaces direct calls with static redirection stubs, hiding the true call target from a decompiler.
Replaces literal constants with equivalent runtime-computed expressions, so original values never appear in output.
Detects debugger attachment at startup and safely halts execution, blocking interactive analysis.
Moves resources into an encrypted companion module decrypted into memory only at runtime.
Replaces class, method, field, and variable names with meaningless symbols, stripping the semantic naming decompilers rely on.
Join the Discord server
Get support, subscribe to a plan, and stay up to date with new features.
FAQ
Everything you need to know before getting started.
.NET Framework and .NET 8+ assemblies (.dll and .exe). Files up to 5 MB on the Free plan and 25 MB on Pro.
Not practically. The protected assembly still runs, but decompilers return mangled output that is substantially harder to reverse-engineer than the original source.
No, when the protection is correct. Method bodies are decrypted and restored at runtime, and every output binary is verified after each run.
Every module plus private features, unlimited file size, and API access for automated build pipelines.
Uploads are processed on ephemeral workers and purged after your download. Nothing is stored long-term.
Pricing
Start free, upgrade when you need more.