Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Add thiscall support #56

Closed philpax closed 2 months ago

philpax commented 2 months ago

Pretty straightforward PR - adds thiscall support to the list of hookable functions, which is used for member functions on x86 Windows. I also removed an import that rustc warned wasn't being used; I checked and it doesn't seem to be used anywhere, even under compile guards.

philpax commented 2 months ago

oh. I didn't see the thiscall-abi feature. whoops!