14 lines
690 B
Markdown
14 lines
690 B
Markdown
# 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.
|