Skip to content

Commit

Permalink
Clarify install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Nov 13, 2020
1 parent effe2ec commit e65be58
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Ghidra version: Ghidra 9.2_PUBLIC_20201113
* Game Boy cartridge header data types
- Enumerated types for some things

## How to install

1. Download a [prebuilt GhidraBoy release](https://github.com/Gekkio/GhidraBoy/releases), or build it yourself.
2. Start Ghidra
3. File -> Install Extensions
4. Press the plus icon ("Add extension")
5. Choose the built or downloaded GhidraBoy zip file
6. Restart Ghidra when prompted to load the extension properly

## How to build

As a prerequisite, you need to have a Ghidra installation somewhere (an actual
Expand All @@ -41,14 +50,6 @@ or

You can then find a built extension .zip in the `build/distributions` directory.

## How to install

1. Start Ghidra
2. File -> Install Extensions
3. Press the plus icon ("Add extension")
4. Choose the built or downloaded GhidraBoy zip file
5. Restart Ghidra when prompted to load the extension properly

## Open questions / problems

- Decompiler output is difficult to read if certain instructions are used (e.g.
Expand Down

0 comments on commit e65be58

Please sign in to comment.