-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Problems DllMain #135
Comments
@luismk Please use P/Invoke export functions instead. |
what I am trying to do is edit an application's memory while it is running |
LoadLibrary + GetProcAddress:
WriteProcessMemory ? or maybe this https://github.com/3F/Conari ? |
Is very, but very idiot, but keeping in mind that the program that you will load the dll is yours, you can hook the LoadLibrary and manually call a certain dll export of your dll; |
@3F |
That's I said above. I have some ideas, but more likely I will consider this task only within the new project as I already voiced in other threads. |
@marcussacana suggesting a library extension? I have the same dll in another C / C ++ language |
can we do some shellcode make the |
@gitlsl, Read this #45 (comment) |
I close this issue as duplicate of #5 since this is finally about supporting the DllMain entry point. Please continue there and follow the news. |
I'm trying to implement
this is all in C ++ for C #
https://github.com/luismk/ProjectG/blob/master/ProjectG/Main.cpp
I've done 98% of the codes, but main dll doesn't work
I've tried everything, but for some reason I can't
maybe i'm doing it wrong
the point is not affected at all
I even put a dump code if the method was called by the executable
Could someone give me a light?
The text was updated successfully, but these errors were encountered: