sRDI icon indicating copy to clipboard operation
sRDI copied to clipboard

Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode

Results 16 sRDI issues
Sort by recently updated
recently updated
newest added

Argument 5 and 6 are swapped in the x64 builders causing a really long delay between imports. This PR fixes the DotNet, Native, PowerShell, and Python builders. Fixes #34 Fixes...

Hello, I'm having trouble converting sources to C or C++ with ConvertToShellcode.py Indeed, when I try to convert some code into shellcode, I get an infinite loop when I test...

Native/Loader.cpp: Line 189 needs to be exchanged with Line 202.

There seems to be an inconsistency between the x86 and x64 stubs. The shellcodebase (arg 5) and Flags (arg 6) seem to be swapped for some reason. This usually results...

A very barebones first implementation for executing a function by ordinal. I use dwFlags & 0x16 as the flag for ordinal execution. This breaks the sleep functionality, but I wasn't...