mirror of https://github.com/pmret/papermario.git
* extraction * hmm * eth cleanup * tex skeleton * building * OK * pal OK * cleaned texture names * moved tex code to separate file * additional error checking * proposed splits * split a5dd0 * additional cleanup * myoop * wahoo * lru * fixules * fixin agin --------- Co-authored-by: HailSanta <Hail2Santa@gmail.com> Co-authored-by: Ethan Roseman <ethteck@gmail.com> |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| disassembler | ||
| platforms | ||
| segtypes | ||
| stubs | ||
| test/basic_app | ||
| util | ||
| .gitignore | ||
| .gitrepo | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| create_config.py | ||
| mypy.ini | ||
| requirements.txt | ||
| run_tests.sh | ||
| split.py | ||
| test.py | ||
| test_gen_expected.sh | ||
README.md
splat
A binary splitting tool to assist with decompilation and modding projects
Currently, only N64 and PSX 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