mirror of
https://github.com/violet-devsec/win-shellcode-dev
synced 2026-06-06 16:54:33 +00:00
Merge branch 'master' of https://github.com/violet-devsec/win-shellcode-dev
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
Reference in New Issue
Block a user