# Binja Arm64 Disassembler
[![Build Status]][actions] [![Latest Version]][crates.io] [![Latest Docs]][docs.rs]
[Build Status]: https://img.shields.io/github/workflow/status/yrp604/bad64/Rust
[actions]: https://github.com/yrp604/bad64/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/bad64.svg
[crates.io]: https://crates.io/crates/bad64
[Latest Docs]: https://docs.rs/bad64/badge.svg
[docs.rs]: https://docs.rs/bad64
Rust bindings for Binary Ninja's arm64 disassembler.
## Thanks
These bindings obviously would not be possible without the excellent work of
@lwerdna and the rest of the Vector35 crew.