Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

simple-lua-obfuscator

A html weekend project of a lua obfuscator, does not provide alot of protection and may break some of your code.

What it does:

  • Strips comments and extra whitespace
  • Renames local variables to random junk
  • Encrypts string literals with a runtime key based decoder
  • Encodes number literals as small arithmetic expressions
  • Inserts junk statements
  • Wraps simple statements in always true opaque predicate blocks

About

A WIP Lua/LuaU obfuscator, doesnt provide much protection lol

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages