segatools/platform
Tau 45e2416702 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
..
amvideo.c Simplify DLL hook mechanism 2021-06-13 11:27:00 -04:00
amvideo.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
clock.c platform: Shift config structs around 2019-11-05 19:31:11 -05:00
clock.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
config.c platform/vfs.c: add option path redirection 2019-12-22 18:27:19 +01:00
config.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
dns.c Allow dns hook to fail a resolve and add domains 2019-11-17 15:08:25 +10:00
dns.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
hwmon.c platform: Shift config structs around 2019-11-05 19:31:11 -05:00
hwmon.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
meson.build platform/vfs.c: allow relative paths in configuration 2019-12-22 22:41:08 +01:00
misc.c platform/reg.c: Blackhole SystemError reg val 2019-06-09 15:38:27 -04:00
misc.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
netenv.c Fix compile due to undefined CERT_NAME_BLOB 2019-11-17 14:31:23 +10:00
netenv.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
nusec.c platform: Shift config structs around 2019-11-05 19:31:11 -05:00
nusec.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
pcbid.c platform/pcbid.c: Return HRESULT for consistency 2019-11-03 19:54:31 -05:00
pcbid.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
platform.c platform: Shift config structs around 2019-11-05 19:31:11 -05:00
platform.h platform: Shift config structs around 2019-11-05 19:31:11 -05:00
vfs.c platform/vfs.c: allow nthome and option path hooks without ending back-slash 2020-05-20 18:09:23 +00:00
vfs.h platform/vfs.c: add option path redirection 2019-12-22 18:27:19 +01:00