{"id":17978238,"url":"https://github.com/yrp604/bad64","last_synced_at":"2025-04-12T18:48:33.191Z","repository":{"id":45313361,"uuid":"334358335","full_name":"yrp604/bad64","owner":"yrp604","description":"Binja Arm64 Disassembler","archived":false,"fork":false,"pushed_at":"2025-03-28T03:35:10.000Z","size":759,"stargazers_count":90,"open_issues_count":0,"forks_count":11,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-03T21:13:17.550Z","etag":null,"topics":["aarch64","arm64","armv8","binaryninja","binja","diassemble"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yrp604.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-30T07:49:23.000Z","updated_at":"2025-03-28T03:35:07.000Z","dependencies_parsed_at":"2023-11-22T21:25:01.275Z","dependency_job_id":"78e9030c-79d8-42a4-9bc7-b143da257cba","html_url":"https://github.com/yrp604/bad64","commit_stats":{"total_commits":119,"total_committers":4,"mean_commits":29.75,"dds":0.05882352941176472,"last_synced_commit":"1648146b264a43a02cc45c77bfeb2ff48daac5d0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrp604%2Fbad64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrp604%2Fbad64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrp604%2Fbad64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yrp604%2Fbad64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yrp604","download_url":"https://codeload.github.com/yrp604/bad64/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618028,"owners_count":21134197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aarch64","arm64","armv8","binaryninja","binja","diassemble"],"created_at":"2024-10-29T17:32:26.544Z","updated_at":"2025-04-12T18:48:33.154Z","avatar_url":"https://github.com/yrp604.png","language":"Rust","readme":"# Binja Arm64 Disassembler\n\n[![Build Status]][actions] [![Latest Version]][crates.io] [![Latest Docs]][docs.rs]\n\n[Build Status]: https://img.shields.io/github/actions/workflow/status/yrp604/bad64/rust.yml?branch=main\n[actions]: https://github.com/yrp604/bad64/actions?query=branch%3Amain\n[Latest Version]: https://img.shields.io/crates/v/bad64.svg\n[crates.io]: https://crates.io/crates/bad64\n[Latest Docs]: https://docs.rs/bad64/badge.svg\n[docs.rs]: https://docs.rs/bad64\n\nThese are bindings to the [Binary Ninja](https://binary.ninja) arm64\n[architecture/disassembler plugin](https://github.com/Vector35/arch-arm64).\n\nNote that while Binary Ninja is an (excellent) commercial product, the\ndisassembler is entirely Apache 2 licensed and may be used without a license.\nTo install, just add bad64 as a normal dependency in Cargo.toml.\n\nFor more information on how this disassembler was created, see [this blogpost][blogpost]\nby [Andrew Lamoureux][andrew].\n\n[blogpost]: https://binary.ninja/2021/04/05/groundup-aarch64.html\n[andrew]: https://github.com/lwerdna\n\nFor docs and usage, please see [docs.rs](http://docs.rs/bad64) and the\n[examples](examples).\n\n```\n$ cargo run --example decode 0x91010420\nInstruction {\n    address: 0x1000,\n    opcode: 0x91010420,\n    op: ADD,\n    num_operands: 0x3,\n    operands: [\n        Reg {\n            reg: X0,\n            arrspec: None,\n        },\n        Reg {\n            reg: X1,\n            arrspec: None,\n        },\n        Imm64 {\n            imm: Unsigned(\n                0x41,\n            ),\n            shift: None,\n        },\n    ],\n    flags_set: None,\n}\nadd x0, x1, #0x41\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyrp604%2Fbad64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyrp604%2Fbad64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyrp604%2Fbad64/lists"}