mirror of
https://github.com/sliverarmory/injectEtwBypass
synced 2026-06-08 17:30:57 +00:00
Fix artifact file name
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
x86_64-w64-mingw32-gcc -m64 -mwindows -c injectEtwBypass.c -o ./compiled/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 ./compiled/injectEtwBypass.amd64.o -masm=intel -Wall -fno-asynchronous-unwind-tables -nostdlib -fno-ident -Wl,-Tlinker.ld,--no-seh
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
{
|
||||
"os": "windows",
|
||||
"arch": "amd64",
|
||||
"path": "injectEtwBypass.x64.o"
|
||||
"path": "injectEtwBypass.amd64.o"
|
||||
}
|
||||
],
|
||||
"arguments": [
|
||||
|
||||
Reference in New Issue
Block a user