LuaAssemblyTools
LuaAssemblyTools copied to clipboard
Lua Assembly/Bytecode Tools. Has functions for virtually all aspects of LASM, including reading/writing, verifying, stripping debug info, LASM decompilation, and LASM parsing.
I have read all the files including the source code and tests,but I still didn't know how to use the LAT,I have tried to require LAT in my lua script...
I looked through all the files including tests (actually they don't even work) but I still don't know how to use this. Please add more useful infomation for how to...
``` [C]: in function 'assert' ./src/Lua51\Verifier.lua:10: in function 'func' ./src/Lua51\Verifier.lua:317: in function 'Verifier' ./src/Lua51\Chunk.lua:190: in function 'Verify' ./src/Lua51\Chunk.lua:192: in function 'Verify' ./src/Lua51\Chunk.lua:61: in function 'Compile' ./src/Lua51\LuaFile.lua:33: in function 'Compile' LasmCompiler51.lua:46:...