Commit Graph

8 Commits

Author SHA1 Message Date
CPunch 88d669f3c8 Refactoring, remove compiler support
- LuaCompiler has been renamed to LuaUndump
- LuaUndump has been striped of the connection to luac, focusing on strictly parsing Lua 5.1 bytecode, not compiling.
- Updated README.md to reflect changes
2021-04-09 09:21:55 -05:00
CPunch 005567fee1 Added loadBlock for abstraction purposes
This was for a personal project where the bytecode was XOR'd with a key. Each call
to lundump.c:LoadBlock() xor'd the data against a static key. This lets me easily
reimplement that behavior.
2021-04-08 23:16:14 -05:00
CPunch 82fea6cf8f
i'm an idiot
wow i am so dumb
2019-08-15 15:04:35 -05:00
CPunch a5cbcfd1f6
better readable code 2019-08-15 12:02:55 -05:00
CPunch 9bdeecc601
removed unused function 2019-08-14 15:47:42 -05:00
CPunch 559ea05287
fixed get_double 2019-08-14 15:47:18 -05:00
CPunch 1d965e8684
fixed dumb dumb comments left over
the function used to get the bytes at the position with k as the size. lol
2019-08-14 15:25:09 -05:00
CPunch 636e00bc01
whoops 2019-08-14 15:19:24 -05:00