You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hooking -fPIC generated thunk that has a call in prologue to store an EIP, those are not handled correctly when copied to trampoline (handling a thunk should fix it)
Waiting for "safetyhook mess" to settle. 🤷
The text was updated successfully, but these errors were encountered:
Recently added CDetour hooking library
safetyhook
has some issues on linux:Allocated trampoline is not aligned (aligning size to power of two here should fix it)fixed: Align trampoline to 2 bytes to pass mfp check cursey/safetyhook#82Waiting for "safetyhook mess" to settle. 🤷
The text was updated successfully, but these errors were encountered: