State of the Art
Lua Virtualization

Ironbrew1 delivers top-tier protection using highly optimized custom VMs, bytecode mutations, and control flow scrambling.

Virtualization

Ironbrew1 compiles your script into a fully custom bytecode format before generating a unique virtual machine in Lua specifically designed for your code. This ensures that every obfuscated script looks completely different.

Control Flow Scrambling

Ironbrew1 uses several techniques to scramble the control flow of your script. Our virtual machines contain edge cases that cause execution to unexpectedly jump around to completely different paths, confusing anyone trying to read it.

Optimization

Heavy protection doesn't have to mean slow execution. Ironbrew1 comes with an optimizer that pre-evaluates math along other stuff, making sure your script runs as fast as possible.

Anti-Tamper

Our custom VM includes built-in protections to verify that it's running in a safe environment. If it detects anyone tampering with the stack or trying to log the environment, it will immediately stop executing.

Unmatched Performance

Ironbrew1's SSA-based optimizer delivers blazing-fast execution times, significantly outperforming competitors in the Prometheus Benchmark suite.

Ironbrew1 (Aggressive Optimizations) 4.10s
Ironbrew1 (Standard) 4.91s
Wynfuscator 13.74s

Lower is better. Evaluated using the Prometheus Benchmark suite.