Open icex2 opened 4 years ago
In GitLab by @33c17f40 on May 24, 2022, 03:43
process_hijack_startup
doesn't seem to work on WinXP in my limited testing. Did not hit the entry point at all with ddrhook1 on WinXP.
https://dev.s-ul.net/djhackers/bemanitools/-/merge_requests/113
With !47, the
hook/process
module addsprocess_hijack_startup
which allows hooking code right before main is called. Replace the current solution in iidxhook1-3 which usesOpenProcess
as the earliest entry point available back then.Also check if there are other hook libs that use
inject
and need code hooked right before main (which should always be the case).