regomne / ilhook-rs

A library that provides methods to inline hook binary codes in x86 and x86_64 architecture
MIT License
69 stars 10 forks source link

Encode and decode 32-bit instead of 64-bit instructions #2

Closed callym closed 3 years ago

callym commented 3 years ago

This fixes the crashes I was getting when hooking functions in MSVC x86

regomne commented 3 years ago

Thank you!