Improve Documentation with Examples
iliaMonfared opened this issue · 2 comments
iliaMonfared commented
Hi,
Can you explain more how I should inject a dll into a running process? And how can I run a method from dll?
Thanks.
marcussacana commented
i like know if is possible "hook/proxy" using C# + this project... for sample, in my case, i need proxy the GDI32 => CreateFontIndirectW
ChadSki commented
No, this project is for injecting a DLL that does arbitrary things. It doesn't provide a general way of hooking functions. You could look into the Microsoft project "Detours", or one of the many alternatives.