martona / mhook

A Windows API hooking library
Other
723 stars 324 forks source link

Fixes to make Mhook_Unhook() work. #3

Open dreamlayers opened 9 years ago

dreamlayers commented 9 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.