Skip to content
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

Reflective Dll injection asm source code #17

Closed
pwnmelife opened this issue Oct 22, 2020 · 2 comments
Closed

Reflective Dll injection asm source code #17

pwnmelife opened this issue Oct 22, 2020 · 2 comments
Labels

Comments

@pwnmelife
Copy link

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.

@monoxgas
Copy link
Owner

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

@pwnmelife
Copy link
Author

pwnmelife commented Oct 23, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants