| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is completely different from sRDI (Shellcode Reflective DLL Injection) project.
To manual-map a DLL to a remote process, you need to execute certain function at the target remote process.
For example, you need to call the main entry point of the dll 'DllMain' from the target process, not from your injector process.
This PIC project does this job. The shellcode is loaded to your target remote process, establish a named-pipe connection between the injector and then do the requested job.
The method that StealthModule.RemoteMemoryModule uses is a bit differ from sRDI (Shellcode Reflective DLL Injection).
Check out StealthModule.RemoteMemoryModule for detailed explanation.
| Back | FazBrowse Home | New Git URL |