martona / mhook

A Windows API hooking library
Other
728 stars 326 forks source link

please verify this fix #18

Closed BianChengNan closed 7 years ago

BianChengNan commented 7 years ago

fix(miss type): change pCurrent->pHookFunction to pCurrent->codeTrampoline in TrampolineGet.

reference function Mhook_SetHook() #862