#lua #bytecode #luau #parser #lua-jit

nightly luac-parser

lua 字节码解析器

13 个版本 (4 个破坏性版本)

0.5.2 2023年10月14日
0.4.2 2023年10月4日
0.4.1 2023年7月15日
0.2.5 2023年3月30日

#1619解析器实现

Download history 2/week @ 2024-03-10 69/week @ 2024-03-31 1/week @ 2024-04-07

每月84 次下载

MIT 许可证

59KB
1.5K SLoC

crates.io docs.rs

luac-parser (中文)

lua字节码解析器,目前支持 lua51, lua52, lua53, lua54, luajit, luau

这是目前效果最好的lua反编译器 metaworm's luadec 的一部分

可以基于此代码定制你所需的lua字节码解析器,编译成WASM,让metaworm's luadec加载使用,来反编译非官方的lua字节码

得益于nom库的灵活性,编写定制的解析器是很简单的一件事情,可以看这篇文章了解如何编写

luac-parser (英文)

lua bytecode parser, currently support lua51, lua52, lua53, lua54, luajit, luau

This is part of metaworm's luadec, which is the best lua decompiler at present

You can write your custom luac parser based on this code, which can be able to compiling to WASM and loaded by metaworm's luadec, to decompile the unofficial lua bytecode

Thanks to the flexibility of nom, it is very easy to write your own parser in rust, read this article to learn how to write a luac parser

依赖项

~4.5MB
~93K SLoC