-
Notifications
You must be signed in to change notification settings - Fork 1
Reverse Engineering
ラ⭐ edited this page Jan 1, 2023
·
4 revisions
- Download Ghidra 9.2.2 (for ee plugin compatibility)
- Accept the terms and conditions
- In the main window (the one that had the projects dropdown) select
Fileand thenInstall Extensions... - Select the
zipfile from the EE Ghidra plugin download page - Create a new project.
- Drag and drop the Dark Cloud executable into the project.
- Double click the exe in the project dropdown.
- Ghidra will ask to analyze the project, before doing so select the
Demanagler GNUAnalyzer and checkUse Deprecated Demangler - Click analyze.
Save states are helpful because they fill memory with real data from the game, making it easier to understand what that data is for.
While in the code browser:
- Window -> Script Manager
- Select the
ghidra-emotionenginefolder in the left pane - Select
PCSX2SaveStateImporter.java - Right click and select
Run Script - A model will appear asking you to select a file, select your save state.
TODO
TODO