monoxgas / sRDI

Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode
Other
2.1k stars 456 forks source link

Fix swapped arguments in x64 builders #36

Open Drewsif opened 10 months ago

Drewsif commented 10 months ago

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 #33 Closes #32 (fixes only the python builder)