4个版本 (重大更新)
0.7.0 | 2023年11月16日 |
---|---|
0.6.0 | 2023年5月7日 |
0.5.0 | 2022年9月14日 |
0.4.0 | 2022年8月3日 |
#156 in 可视化
在 2 crates 中使用
210KB
5.5K SLoC
hlbc-decompiler
Hashlink bytecode disassembler and analyzer.
This crate is a library, see hlbc-cli for an actual program to use.
See the wiki for examples of decompilation output.
lib.rs
:
The decompiler used to get haxe sources back from the bytecode definitions. More info on how everything works in the wiki.
The decompiler takes bytecode elements as input and outputs [ast] structures that can be displayed.
依赖
~0.5–1.5MB
~28K SLoC