monoxgas/sRDI

Reflective Dll injection asm source code

pwnmelife opened this issue · 2 comments

Hello, sRDI's Developers:
I am researching on Reflective DLL Injection, and use it for software protector.
However, I can't find Reflective DLL Injection asm source code, only shellcode over Google.
Hope you can give me it, help my study. Thank you.

In this project, we compile basic C code and extract the .TEXT section to create the PiC. The specific machine code generated is going to depend on the compiler, optimizations, etc. Either way, I assume what you really want to study is this:

https://github.com/monoxgas/sRDI/blob/master/ShellcodeRDI/ShellcodeRDI.c

Ok, Thank you very much. I will do it.

In this project, we compile basic C code and extract the .TEXT section to create the PiC. The specific machine code generated is going to depend on the compiler, optimizations, etc. Either way, I assume what you really want to study is this:

https://github.com/monoxgas/sRDI/blob/master/ShellcodeRDI/ShellcodeRDI.c