reman3/game_re
Guus Waals 306053ad2f Update gitignore 2024-09-16 01:43:07 +08:00
..
binders WIP Recompile 2024-09-16 01:42:27 +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 Recompile 2024-09-16 01:42:27 +08:00
gh_global.h WIP Recompile 2024-09-16 01:42:27 +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

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