unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Update pointer extension class #103

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Borrow code from Justin at:

https://github.com/spazzarama/Direct3DHook/blob/master/Capture/Hook/Hook.cs#L36 instead of the old, uneeded code.