Lua Mirage

About Mirage

What is Mirage?

Mirage is a web-based Lua code obfuscator that runs entirely in your browser. It uses a custom virtual machine to transform your Lua source code into an obfuscated form that is difficult to reverse-engineer while maintaining full functionality.

Features

How It Works

Mirage compiles your Lua source code into bytecode, then transforms that bytecode into a custom instruction set that runs on a proprietary virtual machine. The VM is embedded in the output, making it a self-contained executable Lua script.

Technology