N64LoaderWV
Ghidra Loader Module for N64 ROMs
Install / Use
/learn @zeroKilo/N64LoaderWVREADME
N64 ROM Loader for Ghidra by Warranty Voider
this is a loader module for ghidra for N64 roms (.z64, .n64, .v64)
- fixes endianess (little, big, mixed) at loading
- loads ram, rom and boot section into ghidra
- it can use a signature/pattern file to scan for symbol hints for ghidra
this allows a rom to be labeled, disassembled and decompiled
credits:
- blackgamma7 for fixing memory layout stuff, adding register symbols and various small changes see merge commit
- dmattia for adding build instructions for mac
requires JDK 17
Build from Source (Mac)
brew install java
brew install gradle
brew cask install ghidra
export GHIDRA_INSTALL_DIR=`brew cask ls ghidra | grep ghidra | sed 's/^.*-> \(.*\)ghidraRun.*/\1/'`
Then whenever you're ready to build, run
gradle
and it will create a zip file in /dist that you can use that file as the extension in Ghidra
Build problem with gradle wrapper
EDIT:2025.04.05
it seems you have to update
(Ghidra Install Dir)\Ghidra\application.properties
and upgrade the gradle version like this
application.gradle.min=8.10
if you have problems with building from source in eclipse with the gradle wrapper.
Related Skills
node-connect
354.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。


