mirror of
https://github.com/sliverarmory/injectEtwBypass
synced 2026-06-08 17:30:57 +00:00
Update README.md
This commit is contained in:
@@ -7,7 +7,8 @@ Inject ETW Bypass into Remote Process via Syscalls (HellsGate|HalosGate)
|
||||
### Compile with x64 MinGW:
|
||||
```bash
|
||||
cat compile.sh
|
||||
x86_64-w64-mingw32-gcc -m64 -mwindows -c injectEtwBypass.c -o injectEtwBypass.o -masm=intel -Wall -fno-asynchronous-unwind-tables -nostdlib -fno-ident -Wl,-Tlinker.ld,--no-seh
|
||||
x86_64-w64-mingw32-gcc -m64 -mwindows -c injectEtwBypass.c -o injectEtwBypass.o \
|
||||
-masm=intel -Wall -fno-asynchronous-unwind-tables -nostdlib -fno-ident -Wl,-Tlinker.ld,--no-seh
|
||||
bash compile.sh
|
||||
```
|
||||
|
||||
@@ -16,7 +17,7 @@ bash compile.sh
|
||||
+ Once loaded into Cobalt Strike, you can use the command from the interactive beacon console:
|
||||
```bash
|
||||
beacon> help
|
||||
injectEtwBypass Inject ETW Bypass into Remote Process via Syscalls (HellsGate|HalosGate)
|
||||
injectEtwBypass - Inject ETW Bypass into Remote Process via Syscalls (HellsGate|HalosGate)
|
||||
beacon> help injectEtwBypass
|
||||
Synopsis: injectEtwBypass PID
|
||||
beacon> injectEtwBypass 8968
|
||||
|
||||
Reference in New Issue
Block a user