reman3/game_re
Guus Waals d367252091 Rewrite java scripts 2024-09-20 03:34:47 +08:00
..
binders WIP Recompile 2024-09-16 01:42:27 +08:00
third_party Rewrite java scripts 2024-09-20 03:34:47 +08:00
.gitignore Update gitignore 2024-09-16 01:43:07 +08:00
CMakeLists.txt WIP Recompile 2024-09-16 01:42:27 +08:00
blacklist.txt WIP Recompile 2024-09-16 01:42:27 +08:00
functions.txt WIP Recompile 2024-09-16 01:42:27 +08:00
gh_global.cxx WIP 2024-09-18 01:56:43 +08:00
gh_global.h WIP 2024-09-18 01:56:43 +08:00
gh_structs.h Add struct blacklist 2024-09-18 01:57:26 +08:00
main.cpp WIP Recompile 2024-09-16 01:42:27 +08:00
readme.md WIP Recompile 2024-09-16 01:42:27 +08:00
struct_blacklist.txt Add struct blacklist 2024-09-18 01:57:26 +08:00

readme.md

Source structure

Since many source files are automatically generated from ghidra, the file names correspond to the function names inside ghidra, one source file per function. For each required function in the program the file will be either in gh_auto or gh_fix

gh_auto

Contains the decompiled ghidra source files

gh_fix

Contains decompiled source functions, manually fixed up