Noah McQueen 8644c4cc1c
Progress on xkingdom and xapple (#25)
* Adjusted xapple data and rodata splits

* Progress on xkingdom

* Fixules

* some more g00ds

* More names

* start of xgoblin & some organization

* gave the goblin matches

* warning cleanup

* changes

* minor cleanup

---------

Co-authored-by: Ethan <ethteck@gmail.com>
2024-01-03 16:24:43 +09:00
2024-01-03 16:24:43 +09:00
2023-12-28 23:23:13 +09:00
2023-10-24 05:25:38 +09:00
2023-11-20 17:53:55 +09:00
2023-09-16 10:20:44 +09:00
2023-12-28 23:23:13 +09:00
2023-09-26 09:32:20 +09:00
2023-09-18 03:26:35 +09:00
2023-09-23 17:57:43 +09:00
2023-09-15 15:28:53 +09:00
2023-09-19 11:34:17 +09:00
2023-12-28 23:23:13 +09:00
2023-12-19 16:47:49 +09:00

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
Description
Decompilation of Kingdom Hearts (PS2)
Readme 16 MiB
Languages
C 89.7%
Python 9.7%
C++ 0.3%
Rust 0.2%
Assembly 0.1%