lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Lua Assembly Tools is a library, in pure Lua, for bytecode manipulation. 
It has many features, including reading/writing/editing LASM/bytecode, stripping debug info, a dumper for a detailed view on the LASM, a decompiler, and a LASM parser, as well as automatically determining the correct platform for the bytecode to read/write.

It is available at https://github.com/mlnlover11/LuaAssemblyTools, and is under the WTFPL. There is no rockspec/precompiled downloads/whatever.

(P.S. This is my first post on the Lua-L list. Please don't be to harsh on me ;)
--
~mlnlover11~