easyhook
Can I hook functions in linked libraries?
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.[详细]
2023-01-13 00:37 分类:问答How to correctly hook and return GetDlgItemTextA from C++ to C# to C++ from EasyHook
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:[详细]
2023-01-03 00:54 分类:问答EasyHook alternatives for C#
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[详细]
2023-01-01 01:48 分类:问答Hooking extTextOut problems
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.[详细]
2022-12-28 13:42 分类:问答Java - Make sure an object implements an interface
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[详细]
2022-12-17 17:19 分类:问答