-
Notifications
You must be signed in to change notification settings - Fork 442
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
Support remote thread execution? #35
Comments
Hi @VoldeSec !
|
Thanks @hasherezade ,
|
@VoldeSec - does it work if you try to inject the same shellcode to the same process, but using |
@hasherezade Yes, it works by using the injector to inject (e.g. calc.exe and other PE to output file for PoC) remote process (i.e. cmd.exe) |
I see, so if the shellcode works, and it can be injected with the original injector, then it seems to be a problem with your replacement injector. BTW, using module_overloading method for shellcode injection sounds odd, but I will need to analyze your code to really know what happens there. |
I have invited you in wire for further discussion. I am glad if you have time to give recommendation on the code. |
ok, I accepted your invite. Let's talk on Wire. |
休眠远程线程 |
Let say if I inject the shellcode to remote process DLL. May I know if i can execute it using CreateRemoteThread? I tired but the remote process crashed immediately. Thanks!
The text was updated successfully, but these errors were encountered: