Skip to content
/ Lau Public

Lua 5.4 assembler and disassembler

License

Notifications You must be signed in to change notification settings

Rerumu/Lau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Assembly Utility

lau is a bare bones tool for tinkering with an assembly representation of Lua. It supports an IR as a front-end for programmatically and manually altering Lua code. The disassembler can turn Lua bytecode files into IR, and the assembler can turn IR back into Lua bytecode files.

The program is currently implemented as a command line tool, and usage can be observed via lau -h.

Only Lua 5.4 is supported as of now. You may need to configure the type declarations to fit the Lua platform you are targeting.

About

Lua 5.4 assembler and disassembler

Topics

Resources

License

Stars

Watchers

Forks

Languages