With !47, the hook/process module adds process_hijack_startup which allows hooking code right before main is called. Replace the current solution in iidxhook1-3 which uses OpenProcess 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).
With !47, the `hook/process` module adds `process_hijack_startup` which allows hooking code right before main is called. Replace the current solution in iidxhook1-3 which uses `OpenProcess` 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).
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
With !47, the
hook/processmodule addsprocess_hijack_startupwhich allows hooking code right before main is called. Replace the current solution in iidxhook1-3 which usesOpenProcessas the earliest entry point available back then.Also check if there are other hook libs that use
injectand need code hooked right before main (which should always be the case).In GitLab by @33c17f40 on May 24, 2022, 03:43
process_hijack_startupdoesn'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