stevemk14ebr / PolyHook_2_0

C++20, x86/x64 Hooking Libary v2.0
MIT License
1.6k stars 227 forks source link

EAT Hook using absolute module path or module handle? #114

Closed acidicoala closed 2 years ago

acidicoala commented 2 years ago

Good day.

Would it be possible to add support for absolute module paths or better yet, module handles, for the EatHook class? This is needed for cases where a target process loads the same DLL multiple times from different paths.

stevemk14ebr commented 2 years ago

Absolutely! If you're up for it I would review a PR if you're willing to work on this. Thanks for your interest.

acidicoala commented 2 years ago

Closing this, since it has been implemented in #115.

P.S. There is a question pending regarding API consistency https://github.com/stevemk14ebr/PolyHook_2_0/pull/115#issuecomment-1039558292.