mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-11 23:17:08 +01:00
e57aeb03c3
This change deletes the GetProcAddress hook and exports symbols corresponding to the hooked functions from each hook DLL instead; we stop at redirecting LoadLibrary/GetModuleHandle calls to the hook DLL. This simplified approach has less hidden magic going on behind the scenes and is more readily composable (i.e. a hook DLL can export redirect symbols for more than one dynamically-loaded DLL). |
||
---|---|---|
.. | ||
config.c | ||
config.h | ||
dll.c | ||
dll.h | ||
dns.c | ||
dns.h | ||
fdshark.c | ||
fdshark.h | ||
gfx.c | ||
gfx.h | ||
meson.build | ||
path.c | ||
path.h | ||
reg.c | ||
reg.h | ||
setupapi.c | ||
setupapi.h | ||
spike.c | ||
spike.h |