reman3/java/ghidra
Guus Waals 0383ef8f13 WIP 2025-05-29 15:56:11 +08:00
..
re3lib WIP 2025-05-29 15:56:11 +08:00
Decompile.java Add cparser java project 2024-10-08 00:58:50 +08:00
DumpCurrentFunction.java Add cparser java project 2024-10-08 00:58:50 +08:00
DumpCurrentFunctionN.java Add cparser java project 2024-10-08 00:58:50 +08:00
DumpCurrentFunctionRecursive.java Add cparser java project 2024-10-08 00:58:50 +08:00
DumpTypes.java Add cparser java project 2024-10-08 00:58:50 +08:00
ExportData.java Add cparser java project 2024-10-08 00:58:50 +08:00
LICENSE Add cparser java project 2024-10-08 00:58:50 +08:00
SanitizeGlobalSymbols.java Add cparser java project 2024-10-08 00:58:50 +08:00
Test.java WIP 2025-05-29 15:56:11 +08:00
readme.md WIP 2025-05-29 15:56:11 +08:00
sqlite-jdbc-3.49.1.0.jar Cleanup & WIP tooling 2025-05-26 23:21:07 +08:00

readme.md

Ghidra Scripts

Add this to your ghidra scripts folder to add the reman decompile scripts to ghidra

NOTE: Make sure to also add the include sqlite-jdbc-3.49.1.0.jar to the ghidra scripts folders, as this is required for the ghidra scripts to read the decompile database.

Decompile database

The decompile database is a sqlite database that contains a list of all files that implement decompiled functions and their source address. It is used to regenerate files, check for duplicates, and more.

To generate the database from the current set of files, run the scan_sources script in the /game_re folder.

Make sure you have set up the tooling by running the /tooling/setup script.