Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)