papermario/tools/splat
Ethan Roseman ccc8e8e46b
More autos (#1097)
* prep

* git subrepo pull --force tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "aab26aab63"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "aab26aab63"
git-subrepo:
  version:  "0.4.5"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "aa416e4"

* fix

* blah
2023-07-25 00:37:23 +09:00
..
.github/workflows Player sprites & more (#1055) 2023-06-26 19:27:37 +09:00
disassembler More autos (#1097) 2023-07-25 00:37:23 +09:00
platforms
segtypes More autos (#1097) 2023-07-25 00:37:23 +09:00
stubs
test/basic_app Snug bugs unrelated to and never been inside of a rug (#1082) 2023-07-13 17:56:16 +09:00
util More autos (#1097) 2023-07-25 00:37:23 +09:00
.gitignore
.gitrepo More autos (#1097) 2023-07-25 00:37:23 +09:00
CHANGELOG.md More autos (#1097) 2023-07-25 00:37:23 +09:00
Dockerfile Player sprites & more (#1055) 2023-06-26 19:27:37 +09:00
LICENSE
Makefile
README.md Player sprites & more (#1055) 2023-06-26 19:27:37 +09:00
create_config.py Player sprites & more (#1055) 2023-06-26 19:27:37 +09:00
disassembler_section.py Snug bugs unrelated to and never been inside of a rug (#1082) 2023-07-13 17:56:16 +09:00
mypy.ini
requirements.txt More autos (#1097) 2023-07-25 00:37:23 +09:00
run_tests.sh Player sprites & more (#1055) 2023-06-26 19:27:37 +09:00
split.py More autos (#1097) 2023-07-25 00:37:23 +09:00
test.py Snug bugs unrelated to and never been inside of a rug (#1082) 2023-07-13 17:56:16 +09:00
test_gen_expected.sh Player sprites & more (#1055) 2023-06-26 19:27:37 +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 -U -r requirements.txt