Go to file
2024-06-06 21:45:07 +09:30
ido Initial Commit 2023-02-23 16:02:14 +10:30
include More sigs :) 2024-06-06 21:45:07 +09:30
progress 42.5181% 2024-06-01 00:51:52 -05:00
src More sigs :) 2024-06-06 21:45:07 +09:30
tools More sigs :) 2024-06-06 21:45:07 +09:30
.gitattributes Initial Commit 2023-02-23 16:02:14 +10:30
.gitignore More labels 2024-04-17 02:14:30 +09:30
.gitmodules Fix submodules 2023-02-23 16:14:52 +10:30
decompressed.us.yaml Attempt func_bonus_80024158 2024-06-01 18:32:08 +09:30
diff.sh Initial Commit 2023-02-23 16:02:14 +10:30
find_first_diff.sh Some more attempts at fixing things 2023-08-08 21:34:21 +09:30
generate_function_reference_counts.py More labels 2024-04-17 02:14:30 +09:30
generate_function_stats.py Add a few scratches 2024-05-19 11:09:19 +09:30
LICENSE.md Initial Commit 2023-02-23 16:02:14 +10:30
Makefile 40.3540% 2024-05-07 08:37:53 +09:30
README.md 34.4547% 2023-12-18 21:28:11 +10:30
reloc_addrs.us.txt Fix duplicate ROM address 2023-08-08 01:15:58 +09:30
symbol_addrs.us.txt Attempt func_bonus_80029B9C 2024-06-01 23:06:25 +09:30
undefined_syms.txt 42.0213% 2024-05-24 18:30:05 +09:30

donkey

Grab tools

git submodule update --init --recursive

Drop in US as baserom.us.z64 (sha1sum: cf806ff2603640a748fca5026ded28802f1f4a50)

To extract and build everything

make

Prerequisites

Ubuntu 18.04 or higher.

sudo apt-get update && \
  sudo apt-get install -y \
    binutils-mips-linux-gnu \
    build-essential \
    gcc-mips-linux-gnu \
    less \
    libglib2.0 \
    python3 \
    python3-pip \
    unzip \
    wget \
    libssl-dev \
    vbindiff

sudo python3 -m pip install \
    capstone pyyaml pylibyaml pycparser \
    colorama ansiwrap watchdog python-Levenshtein cxxfilt \
    python-ranges \
    pypng anybadge \
    tqdm intervaltree n64img spimdisasm