Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LuaObfuscatorNew to Visual Studio Code? Get it now.
LuaObfuscator

LuaObfuscator

Zain1iu

|
367 installs
| (0) | Free
Obfuscator tool for obfuscating Lua source files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LuaObfuscator

A simple, lightweight, and offline Lua source code obfuscator based on vscode extension, which can obfuscate Lua source code with just one click. And support customization of obfuscation function.

preview1

preview2

Features

Lua obfuscator supports multiple encryption obfuscation methods and support customization in settings:

  1. String literals are encoded using base64
  2. Convert numerical literal to XOR operation
  3. Convert boolean values to XOR operation
  4. Renaming function name to random name
  5. Change member variable access method
  6. Convert binary expressions to function calls
  7. Control flow flattening

How to Use

There are three ways to use LuaObfuscator:

  1. Right click a lua file -> Obfuscate current lua file
  2. Right click in the editor -> Obfuscate current lua file
  3. Open Command(ctrl + shift + p)-> Obfuscate a lua file -> Choose a lua file

Settings

preview2

Bug report

Intercept error codes and send settings information to email zain1iu@163.com

Reference code

  1. luamin - https://github.com/mathiasbynens/luamin
  2. luaparse - https://github.com/fstirlitz/luaparse
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft