bruce30262 / flareon6_NES_ghidra_loader

iNES ghidra loader for Flare-on 6 challenge level 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flareon6_NES_ghidra_loader

iNES Ghidra loader for level 8 from Flare-on 6 challenge

ghidra1

ghidra2

Installation

Just copy the zip in the dist directory to <Ghidra_ROOT_DIR>/Extensions/Ghidra/ folder.
Check out the instructions in Ghidra's official website for more details.

Developing

I use Eclipse and the GhidraDev plugin to develop the plugin loader.
Here's a useful article if you're interested in developing the plugin.

Notice

This plugin loader was developed for solving the level 8 of the Flare-on 6 challenge.
!! It can only load the first PRG ROM into Ghidra. !!
I'm too lazy to develop a general-working iNES loader :P
Feel free to fork the repo and develop it yourself.

Credits

Some references I used for developing the plugin:

About

iNES ghidra loader for Flare-on 6 challenge level 8


Languages

Language:Java 100.0%