reman3/game_re
Guus Waals a0f0588018 Improve single file dump script 2024-09-23 21:16:44 +08:00
..
binders WIP 2024-09-23 02:21:50 +08:00
gh_fix WIP 2024-09-23 02:21:50 +08:00
third_party Update recompile code base 2024-09-20 03:35:59 +08:00
.gitignore Update gitignore 2024-09-16 01:43:07 +08:00
CMakeLists.txt WIP 2024-09-23 02:21:50 +08:00
function_blacklist.txt WIP 2024-09-23 02:21:50 +08:00
gh_datasegment.bin Update recompile code base 2024-09-20 03:35:59 +08:00
gh_datasegment.h Update recompile code base 2024-09-20 03:35:59 +08:00
gh_global.cxx Improve single file dump script 2024-09-23 21:16:44 +08:00
gh_global.h Improve single file dump script 2024-09-23 21:16:44 +08:00
gh_types.h Rename gh_structs.h to gh_types.h, split script 2024-09-23 20:35:35 +08:00
main.cpp Update recompile code base 2024-09-20 03:35:59 +08:00
readme.md WIP Recompile 2024-09-16 01:42:27 +08:00
type_blacklist.txt WIP 2024-09-23 02:21:50 +08:00
win32_shim.h Windows shim and such 2024-09-20 18:48:14 +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