segatools/mu3hook
Tau e57aeb03c3 Simplify DLL hook mechanism
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).
2021-06-13 11:27:00 -04:00
..
config.c mu3hook/dllmain.c: initialize graphics hook 2020-05-21 00:58:23 +00:00
config.h mu3hook/dllmain.c: initialize graphics hook 2020-05-21 00:58:23 +00:00
dllmain.c Simplify DLL hook mechanism 2021-06-13 11:27:00 -04:00
io4.c Fix various MU3 input issues 2019-11-03 19:55:02 -05:00
io4.h mu3hook/io4.c: Add Ongeki IO-4 integration 2019-08-30 19:05:52 -04:00
meson.build mu3hook/unity.c: hook Unity plugin DLLs 2020-05-21 00:58:23 +00:00
mu3hook.def Simplify DLL hook mechanism 2021-06-13 11:27:00 -04:00
unity.c mu3hook/unity.c: hook Unity plugin DLLs 2020-05-21 00:58:23 +00:00
unity.h mu3hook/unity.c: hook Unity plugin DLLs 2020-05-21 00:58:23 +00:00