Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Documentation with Examples #2

Open
iliaMonfared opened this issue Jun 22, 2016 · 2 comments
Open

Improve Documentation with Examples #2

iliaMonfared opened this issue Jun 22, 2016 · 2 comments
Labels

Comments

@iliaMonfared
Copy link

iliaMonfared commented Jun 22, 2016

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.

@ChadSki ChadSki changed the title Explain more Improve Documentation with Examples Jun 22, 2016
@ChadSki ChadSki reopened this Jun 22, 2016
@ChadSki ChadSki added the bug label Jun 22, 2016
@marcussacana
Copy link

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

@ChadSki
Copy link
Owner

ChadSki commented Jun 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants