Hello,
I need to hook managed (C#,C++/CLI) processes, I need to find and send information about how many windows it has(its associated controls and their properties)to the target application which is written in C# managed code.
For that What I need to do?
Do I need to explore IAT (Import Address Table) & EAT(Export address Table) of that managed process?
Do I need to write injector DLL in C++?
What else apart from changing IAT and EAT , do I need?
Regards
Usman
Regards
Usman






