Splat: Difference between revisions

From Decompedia
Jump to navigation Jump to search
(Added Python dependency)
No edit summary
 
Line 1: Line 1:
A binary splitting tool to assist with decompilation and modding projects
A binary splitting tool to assist with decompilation and modding projects, specifically intended for video games on platforms that use a MIPS architecture.


Currently, only N64 and PSX binaries are supported.
Currently supports [[N64]], [[PSX]], [[PS2]], and [[PSP]] binaries.


https://github.com/ethteck/splat
A quick-start guide and comprehensive wiki is available on splat’s GitHub page: https://github.com/ethteck/splat
 
Requires Python 3.8+

Latest revision as of 20:24, 1 October 2024

A binary splitting tool to assist with decompilation and modding projects, specifically intended for video games on platforms that use a MIPS architecture.

Currently supports N64, PSX, PS2, and PSP binaries.

A quick-start guide and comprehensive wiki is available on splat’s GitHub page: https://github.com/ethteck/splat