mirror of https://github.com/pmret/papermario.git
10 lines
444 B
Markdown
10 lines
444 B
Markdown
# 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](https://github.com/ethteck/splat/wiki) for more information including [examples](https://github.com/ethteck/splat/wiki/Examples) of projects that use splat.
|
|
|
|
### Requirements
|
|
splat requires Python 3.8+. Package requirements can be installed via `pip3 install -r requirements.txt`
|