{"id":13755092,"url":"https://github.com/neatmonster/amie","last_synced_at":"2026-01-14T12:52:01.424Z","repository":{"id":33574104,"uuid":"157525552","full_name":"NeatMonster/AMIE","owner":"NeatMonster","description":"A Minimalist Instruction Extender for the ARM architecture and IDA Pro","archived":false,"fork":false,"pushed_at":"2024-08-16T15:49:13.000Z","size":286,"stargazers_count":199,"open_issues_count":4,"forks_count":27,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-05-10T00:35:37.163Z","etag":null,"topics":["aarch32","aarch64","arm","hex-rays","ida","ida-pro","idapython","idapython-plugin","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeatMonster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2018-11-14T09:39:32.000Z","updated_at":"2025-03-16T10:43:36.000Z","dependencies_parsed_at":"2025-05-10T00:31:37.056Z","dependency_job_id":"b48fcd61-b5ac-4492-8db5-3d7067b63762","html_url":"https://github.com/NeatMonster/AMIE","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NeatMonster/AMIE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeatMonster%2FAMIE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeatMonster%2FAMIE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeatMonster%2FAMIE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeatMonster%2FAMIE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeatMonster","download_url":"https://codeload.github.com/NeatMonster/AMIE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeatMonster%2FAMIE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aarch32","aarch64","arm","hex-rays","ida","ida-pro","idapython","idapython-plugin","reverse-engineering"],"created_at":"2024-08-03T10:00:44.731Z","updated_at":"2026-01-14T12:52:01.406Z","avatar_url":"https://github.com/NeatMonster.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"846eebe73bef533041d74fc711cafb43\"\u003e\u003c/a\u003e指令参考\u0026文档"],"sub_categories":["\u003ca id=\"c42137cf98d6042372b1fd43c3635135\"\u003e\u003c/a\u003echeatsheets"],"readme":"# AMIE\n\n**A** **M**inimalist **I**nstruction **E**xtender\n\nAMIE is a Python rework of [FRIEND](https://github.com/alexhude/FRIEND/) that focuses solely on the ARM architecture (only AArch32 and AArch64 are supported). It is both lightweight and dependency-free, and provides the most relevant and up-to-date information about the ARM system registers and instructions.\n\n## Features\n\n### Improved processor modules\n\nFor `MCR/MRC` and `MCRR/MRCC` instructions on AArch32, and for `MSR/MRS` and `SYS` instructions on AArch64, the system register encoding is detected and replaced by its user-friendly name in the *IDA View* subview.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/OOhEgpf.gif\"\u003e\u003c/p\u003e\n\nFor `MCR/MRC` and `MSR/MRS` instructions, it also applies to the *Pseudocode* subview.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/ekYV1hZ.png\"\u003e\u003c/p\u003e\n\n### Hints for instructions and registers\n\nHovering over a system register in the *IDA View* subview or in the *Pseudocode* subview will display a summary (usually kept under 30 lines) of the relevant documentation page, including the bitfield when available.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/GK0G8EG.png\"\u003e\u003c/p\u003e\n\nHovering over an instruction mnemonic in the *IDA View* subview or in the *Pseudocode* subview will also display a summary of the relevant documentation page, and the relevant assembly template when available.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/S88dDBy.png\"\u003e\u003c/p\u003e\n\n### Auto-generated resource files\n\nThe biggest difference with FRIEND is that the resource files (`aarch32.json` and `aarch64.json`) are auto-generated from the [Exploration Tools](https://developer.arm.com/products/architecture/cpu-architecture/a-profile/exploration-tools). The system registers and instructions (documentation and encodings) are extracted by a home-made script that parses the ARM-provided XML files.\n\n## Installation\n\nCopy the plugin file `amie.py`, and its resource files `aarch32.json` and `aarch64.json` to your plugins directory or your user plugins directory (if you want to share it between multiple IDA Pro versions). These are the default paths:\n\nOS      | Plugins Directory                          | User Plugins Directory\n--------|--------------------------------------------|-------------------------------------\nWindows | `%PROGRAMFILES%\\IDA 7.4\\plugins`           | `%APPDATA%\\Hex-Rays\\IDA Pro\\plugins`\nLinux   | `~/ida-7.4/plugins`                        | `~/.idapro/plugins`\nmacOS   | `/Applications/IDA Pro 7.4/idabin/plugins` | `~/.idapro/plugins`\n\n## Dependencies\n\nThere are no dependencies! :-)\n\n## Improvements\n\nSupport for implementation-defined system registers is not available yet.\n\nThere is no Hex-Rays support for `MCRR/MRRC` as this is an IDA Pro limitation.\n\n## Credits\n\n* [alexhude](https://github.com/alexhude) for creating the [FRIEND](https://github.com/alexhude/FRIEND/) plugin;\n* [gdelugre](https://github.com/gdelugre/) for creating the [ida-arm-system-highlight](https://github.com/gdelugre/ida-arm-system-highlight/) script;\n* The good folks at ARM for releasing the [Exploration Tools](https://developer.arm.com/products/architecture/cpu-architecture/a-profile/exploration-tools);\n* [patateqbool](https://github.com/patateqbool) and [0xpanda](https://github.com/0xpanda) for testing the plugin and reporting bugs;\n* Quarkslab for allowing this release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneatmonster%2Famie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneatmonster%2Famie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneatmonster%2Famie/lists"}