This commit is contained in:
violet-devsec
2025-09-13 13:22:08 +01:00
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -16,12 +16,14 @@ These steps are followed from https://github.com/stephenfewer/ReflectiveDLLInjec
### Steps to try:
- [Compiling target.dll](#CompilingDll)
> g++ -shared -o target.dll target.cpp -Wl,--out-implib,libtdll.a
- [Create shellcode](#CreateShellcode)
- [Compiling shellcode to binary](#CreateShellcode)
> python shellcode.py (This step will create shellcode.bin which is shellcode+target.dll)
- [Compiling loader.exe](#CompilingExe)
> g++ loader.c -o loader.exe
- [Running loader.exe](#RunningExe)
> loader.exe shellcode.bin
![screenshot](images/out.png)
## Usage
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB