# ljd **Repository Path**: DragonSir/ljd ## Basic Information - **Project Name**: ljd - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-12 - **Last Updated**: 2021-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 代码在fork https://github.com/NightNord/ljd 的基础上修改的 主要修正了原版本没有将_read_header函数解析过的header中的flag值带进_read_protoypes。 解决了原代码只能解析带调试信息的luajit字节码,而解析不带调试信息字节码时报错的问题。 此版本可解析luajit2.1.0-beta2的字节码文件。如果要解析其它版本的luajit字节码文件,需要将 luajit源码中的opcode,写进instruction.py 和 code.py 使用说明:python main.py "path of luajit-bytecode" 解释文档:http://www.freebuf.com/column/177810.html 参考:https://github.com/NightNord/ljd https://github.com/feicong/lua_re/blob/master/lua/lua_re3.md https://bbs.pediy.com/thread-216800.htm修改的 在https://github.com/zzwlpx/ljd的基础上 主要修改可解析64字节文件