Commit Graph

13 Commits

Author SHA1 Message Date
b8bf02f7d0 lparser.py: minor refactoring, cleanup 2022-08-11 23:10:36 -05:00
95ca3bb26b lparser.py: added support for while loops 2022-08-11 17:26:48 -05:00
78e137d033 updated README 2022-08-11 16:56:42 -05:00
875e91636b lundump.py: SETGLOBAL uses K[] 2022-08-11 16:49:48 -05:00
055af56e27 lparser.py: don't read RK values here, use lundump.py to read them 2022-08-11 16:45:05 -05:00
eb1d3ffe87 lundump.py: minor refactoring, added instruction annotations 2022-08-11 16:43:34 -05:00
2258888956 lundump.py: Instruction.__readRK() should be a static method 2022-08-11 16:19:21 -05:00
ac0b7039d2 README: clarification 2022-08-11 16:00:41 -05:00
28db2dcb8b Added LICENSE 2022-08-11 15:55:49 -05:00
0adecfae2b Added README 2022-08-11 15:54:19 -05:00
61ce2d416b lundump.py: only list protos if we have any 2022-08-11 15:52:50 -05:00
4d8c78f023 lundump.py: improved instruction operand labeling
- RKs are fully supported
- KBx are also supported
2022-08-11 15:49:57 -05:00
0dbdfc49c6 Inital commit
- Extremely basic decompiler implemented in lparser.py
- lundump.py ported from [this repository](https://github.com/CPunch/LuaPytecode)
2022-08-11 15:38:31 -05:00