papermario/tools/splat
Marijn van der Werf 5511e18133
Clean executable files (#1047)
* Mark headers as non-executable

* Update shebangs
2023-05-04 18:03:02 +09:00
..
.github/workflows
platforms
segtypes nok and pra done (#936) 2023-02-08 09:47:26 +09:00
stubs
util Clean executable files (#1047) 2023-05-04 18:03:02 +09:00
.gitignore
.gitrepo nok and pra done (#936) 2023-02-08 09:47:26 +09:00
CHANGELOG.md Clean trailing whitespace (#1038) 2023-04-29 15:28:06 +02:00
LICENSE
Makefile
README.md
create_config.py Clean executable files (#1047) 2023-05-04 18:03:02 +09:00
mypy.ini
requirements.txt nok and pra done (#936) 2023-02-08 09:47:26 +09:00
split.py Clean executable files (#1047) 2023-05-04 18:03:02 +09:00

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 -r requirements.txt