https://github.com/throwaway96/r2dasm
r2dasm
https://github.com/throwaway96/r2dasm
Last synced: 10 days ago
JSON representation
r2dasm
- Host: GitHub
- URL: https://github.com/throwaway96/r2dasm
- Owner: throwaway96
- Created: 2022-11-29T00:01:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T23:27:15.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:48:08.922Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r2dasm
This is an quick first attempt at a disassembler for MStar AEON R2, written while I was reversing the instruction set. It is highly incomplete and has many inaccuracies, as it was only intended as a research aid and not for public use.
The work continued in the form of additions to [reko](https://github.com/uxmal/reko/), and the R2 instruction set is now effectively completely reverse engineered. However, there may still be specialzed (e.g., vector/SIMD) instructions that we haven't seen examples of yet. The reko work was used by [shinyquagsire23](https://github.com/shinyquagsire23) as the basis of [ghidra-aeon](https://github.com/shinyquagsire23/ghidra-aeon).