mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
ecb65c720a
* Change splat subrepo to use main branch * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "fbf3fa68a7" upstream: origin: "https://github.com/ethteck/splat.git" branch: "main" commit: "fbf3fa68a7" git-subrepo: version: "0.4.5" origin: "https://github.com/ingydotnet/git-subrepo" commit: "aa416e4" * building now * vram classes in the us yaml * more progrezz * more * prepare to deal with the shiftable build * revert a couple things * bring the yaml more in line with the old one while debugging * got statis * vacuum * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "d6490bb877" upstream: origin: "https://github.com/ethteck/splat.git" branch: "main" commit: "d6490bb877" git-subrepo: version: "0.4.5" origin: "https://github.com/ingydotnet/git-subrepo" commit: "aa416e4" * clean |
||
---|---|---|
.. | ||
.github/workflows | ||
disassembler | ||
docs | ||
platforms | ||
segtypes | ||
stubs | ||
test/basic_app | ||
util | ||
.gitignore | ||
.gitrepo | ||
CHANGELOG.md | ||
create_config.py | ||
disassembler_section.py | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
mypy.ini | ||
README.md | ||
requirements.txt | ||
run_tests.sh | ||
split.py | ||
test_gen_expected.sh | ||
test.py |
splat
A binary splitting tool to assist with decompilation and modding projects
Currently, only N64, PSX, and PS2 binaries are supported.
Please check out the wiki for more information including examples of projects that use splat.
Requirements
splat requires Python 3.8+. Package requirements can be installed via pip3 install -U -r requirements.txt