Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redthing1/binja_gameroms_plugin
Binary Ninja loader for some game ROMs.
https://github.com/redthing1/binja_gameroms_plugin
Last synced: 5 days ago
JSON representation
Binary Ninja loader for some game ROMs.
- Host: GitHub
- URL: https://github.com/redthing1/binja_gameroms_plugin
- Owner: redthing1
- License: mit
- Created: 2024-09-02T06:39:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T18:44:59.000Z (4 months ago)
- Last Synced: 2024-11-08T08:26:52.292Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game ROM Loader
Binary Ninja loader for some game ROMs.
## features
+ [x] load GBA (GameBoy Advance) ROMs (`armv4`)
+ [x] load NDS (Nintendo DS) ROMs (`armv4`/`armv5`)
+ [ ] planned: PSP (PlayStation Portable) EBOOT (`mips`)
+ [ ] planned: Wii (Nintendo Wii) binary (`powerpc`)## Credits
+ [sideway's GBA Loader](https://github.com/SiD3W4y/binja-toolkit)
+ [wheremyfoodat's NDS Loader](https://gist.github.com/wheremyfoodat/79208c9e14a7242e6189b07d0a226ecf)