Skip to content

Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.

License

Notifications You must be signed in to change notification settings

TheRemyyy/laufuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laufuscator

Advanced Lua Code Obfuscator

License: MIT Lua 5.4

VM-Based Protection. Multi-Layer Encryption. Maximum Security.

FeaturesInstallationUsageDocumentation


Overview

Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.

⚡ Key Features

  • 💻 VM-Based Execution — Custom bytecode and polymorphic interpreter.
  • 🔐 Multi-Layer Encryption — XOR + rotation encoding for all assets.
  • 🛡️ Anti-Tampering — CRC checksums and integrity verification.
  • 🔄 Control Flow Flattening — Dispatcher-based logic hiding.
  • 🧪 Advanced Transformations — MBA, Junk Code, and Instruction Mutation.

📦 Installation

  1. Requirements: Lua 5.4+
  2. Setup:
    git clone https://github.com/TheRemyyy/laufuscator.git
    cd laufuscator

⚡ Usage

lua src/obfuscator.lua [OPTIONS] <input.lua> <output.lua>

📄 Documentation

For in-depth technical details and configuration guides, explore our documentation:

Protection Features

Technical & Reference


License

This project is licensed under the MIT License - see the LICENSE file for details.


Built with ❤️ and Lua

About

Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages