Using EasyHook I have successfully hooked both exported functions and known vtable functions for various C++ classes. In all these cases target programs have used DLLs.
I\'m using EasyHook, a C# library for injecting and detouring functions from unmanaged applications. I\'m trying to hook onto GetDlgItemTextA, which takes the arguments:
after much searching of a way to create a hook into an external application in C#, I stumbled upon EasyHook, which would be ideal. Unfortunately there is zero community around, the software is not mai
I am working on a dll injection soft in c#, the injected dll is also in c# and i\'am using pinvoke for certain system functions.
EDIT: Solved, see below Hi, In Java, I got an object that could be of any class. BUT - that object will always have to implement an interface, so when I call methods defined by the interface, that o