Home

Awesome

splat

PyPI

A binary splitting tool to assist with decompilation and modding projects

Currently, only N64, PSX, PS2 and PSP binaries are supported. More platforms may come in the future.

Please check out the wiki for more information including examples of projects that use splat.

Installing

The recommended way to install is using from the PyPi release, via pip:

python3 -m pip install -U splat64[mips]

The brackets corresponds to the optional dependencies to install while installing splat. Refer to Optional dependencies to see the list of available groups.

If you use a requirements.txt file in your repository, then you can add this library with the following line:

splat64[mips]>=0.27.2,<1.0.0

Optional dependencies

Gamecube / Wii

For Gamecube / Wii projects, see decomp-toolkit!