Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Random06457 committed Nov 3, 2019
1 parent af2e2b5 commit 04dac66
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# Mm64Loader
Ghidra Loader for Majora's mask 64
# Majora's Mask 64 Loader
Ghidra Loader for Majora's Mask 64 (WIP)

This can load a Majora's Mask ROM either as a single file or as a file system.

When a ROM is loaded as a "Single File", the loader will create the nintendo 64's memory layout, load and decompress the "code" file and load the overlay files specified by the overlay table used by the graph thread.

<img src="https://raw.githubusercontent.com/Random0666/Useless-stuff/master/Mm64Loader/ghidra_loader.png" width=40%/>

When a ROM is loaded as a "File System", the loader will simply parse the DMA entries and let you extract them.

<img src="https://raw.githubusercontent.com/Random0666/Useless-stuff/master/Mm64Loader/ghidra_fs.png" width=50%/>

# Currently supported versions:
- Japan 1.0 (zelda@srd44 00-03-31 02:22:11)
- Japan 1.1 (zelda@srd44 00-04-04 09:34:16)
- USA Kiosk Demo ([email protected] 16:14:06)
- USA 1.0 (zelda@srd44 00-07-31 17:04:16)
- Europe 1.0 (zelda@srd44 00-09-25 11:16:53)
- Europe 1.1 Debug (zelda@srd44 00-09-29 09:29:05)
- Europe 1.1 (zelda@srd44 00-09-29 09:29:41)

0 comments on commit 04dac66

Please sign in to comment.