Go to file
2023-08-15 20:04:12 +09:30
ido Initial Commit 2023-02-23 16:02:14 +10:30
include Begin work on global_asm rodata offsets 2023-08-10 12:40:11 +09:30
progress 33.1559% 2023-08-15 20:04:12 +09:30
src 33.1559% 2023-08-15 20:04:12 +09:30
tools Update splat to 0.16.7 2023-08-11 12:10:45 +09:30
.gitattributes Initial Commit 2023-02-23 16:02:14 +10:30
.gitignore Merge meaningful symbols into one file 2023-08-01 15:31:50 +09:30
.gitmodules Fix submodules 2023-02-23 16:14:52 +10:30
decompressed.us.yaml 33.1559% 2023-08-15 20:04:12 +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_stats.py 32.7004% 2023-08-11 21:54:21 +09:30
LICENSE.md Initial Commit 2023-02-23 16:02:14 +10:30
Makefile Fix double z64 2023-08-09 18:30:30 +09:30
README.md Update readme 2023-08-07 14:32:44 +09:30
reloc_addrs.us.txt Fix duplicate ROM address 2023-08-08 01:15:58 +09:30
symbol_addrs.us.txt 33.1559% 2023-08-15 20:04:12 +09:30
undefined_syms.txt Fix rodata 2023-08-08 20:11:22 +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

python3 -m pip install \
    capstone pyyaml pylibyaml pycparser \
    colorama ansiwrap watchdog python-Levenshtein cxxfilt \
    python-ranges \
    pypng anybadge