Xeeynamo / kh1

WIP Decompilation of Kingdom Hearts (PS2, JP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kingdom Hearts Decompilation

We're currently just targeting the main game executable, which is an elf file SLPS_251.05 with sha1 9dabbf867a7ec2a030df99ba1ed969f2deef0488.

Dependencies

We require some python deps (pip install -U -r requirements.txt) and wibo for running the assembler, for which we only have a Windows executable.

Setup

  1. Extract SLPS_251.05 from an ISO of the Kingdom Hearts (JP) and place it in the root of the repo.
  2. ./configure.py
  3. ninja

About

WIP Decompilation of Kingdom Hearts (PS2, JP)


Languages

Language:C 58.9%Language:Python 40.0%Language:Assembly 0.5%Language:Rust 0.3%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Makefile 0.0%Language:C++ 0.0%