mhook
mhook copied to clipboard
A Windows API hooking library
https://github.com/apriorit/mhook/blob/2238938ec54e88de16fe7282c8a0342278d4333a/mhook-lib/mhook.cpp#L1004-L1013 In this, and the following two cases, the break can (and does in my tests) cause the hook installation to fail. I have personally removed them on my end...
Like the title implies, noticed that the library would fail in some contexts so copy/pasted the allocation as a fallback. May want to refactor it properly in the future.
Windows on Arm64 is a new and growing ecosystem. Could we add support for ARM64 architecture as well?