# rs-xabc > ABC文件解析库 ![Crates.io Version](https://img.shields.io/crates/v/xabc-lib?style=for-the-badge) [docs.rs](https://docs.rs/xabc_lib) ![Crates.io Total Downloads](https://img.shields.io/crates/d/xabc-lib?style=for-the-badge) ![Crates.io License](https://img.shields.io/crates/l/xabc-lib?style=for-the-badge) ## 参考 - [方舟字节码文件格式](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/arkts-bytecode-file-format-V5) - [Panda Binary File Format](https://gitee.com/openharmony/arkcompiler_runtime_core/blob/master/static_core/docs/file_format.md) - [arkcompiler_runtime_core/libpandafile](https://gitee.com/openharmony/arkcompiler_runtime_core/tree/master/libpandafile) - [arkcompiler_runtime_core/disassembler](https://gitee.com/openharmony/arkcompiler_runtime_core/tree/master/disassembler) - [Yricky/abcde](https://github.com/Yricky/abcde)