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 Shiftability work + splat update (#783) 2022-09-24 11:21:54 -04:00
platforms area_dro (#821) 2022-10-15 12:04:53 -04:00
segtypes nok and pra done (#936) 2023-02-08 09:47:26 +09:00
stubs Tables & Chairs (sorry no chairs actually) (#800) 2022-10-04 23:09:23 +09:00
util Clean executable files (#1047) 2023-05-04 18:03:02 +09:00
.gitignore Misc decomp 53 (#703) 2022-05-05 23:08:16 +09:00
.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
create_config.py Clean executable files (#1047) 2023-05-04 18:03:02 +09:00
LICENSE Misc decomp 53 (#703) 2022-05-05 23:08:16 +09:00
Makefile Split charsets, matching load_font and load_font_data (#312) 2021-07-16 10:28:37 +01:00
mypy.ini Misc decomp 3: Oh baby a triple (#882) 2022-12-11 16:43:29 +09:00
README.md Upgrade to splat 0.9.0 (#730) 2022-06-13 00:33:32 +09:00
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

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