Skip to content

Lua minification / unminification CLI tool written in Lua

License

Notifications You must be signed in to change notification settings

n1tehawk/lua-minify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is NiteHawk's fork of https://github.com/stravant/lua-minify.
Build Status Coverage Status License


A Lua tool for minifying and reverse engineering minified Lua code

Usage:

lua minify.lua minify INPUTFILE > OUTPUTFILE 

lua minify.lua unminify INPUTFILE > OUTPUTFILE

The purpose of the unminifier is to reverse engineer minified code. It both beautifies the code and renames the variables to descriptive names like "L_42_arg2" which can be easily find-replaced while trying to reverse engineer minified code.

About

Lua minification / unminification CLI tool written in Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 94.5%
  • Shell 3.3%
  • Makefile 2.2%