SharpNeedle icon indicating copy to clipboard operation
SharpNeedle copied to clipboard

Improve Documentation with Examples

Open iliaMonfared opened this issue 9 years ago • 2 comments

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.

iliaMonfared avatar Jun 22 '16 00:06 iliaMonfared

i like know if is possible "hook/proxy" using C# + this project... for sample, in my case, i need proxy the GDI32 => CreateFontIndirectW

marcussacana avatar Jun 22 '16 20:06 marcussacana

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.

ChadSki avatar Jun 22 '16 22:06 ChadSki