bad64 0.1.4

Rust bindings for Binja's arm64 disassembler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.