diff --git a/README.md b/README.md index e02d708..1e2e74c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/images/out.png b/images/out.png new file mode 100644 index 0000000..4c8e9f7 Binary files /dev/null and b/images/out.png differ