martona / mhook

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

Fixes to make Mhook_Unhook() work. #3

Open dreamlayers opened 10 years ago

dreamlayers commented 10 years ago

This fixes ListRemove() when deleting the last trampoline in a list, and fixes TrampolineGet() so it can find trampolines. Issue martona#2 should be fixed by these changes.