mirror of
https://github.com/trickster0/PrimitiveInjection
synced 2026-06-08 17:55:08 +00:00
7 lines
106 B
Makefile
7 lines
106 B
Makefile
BOFNAME := primitiveinj
|
|
CC_x64 := x86_64-w64-mingw32-gcc
|
|
|
|
all:
|
|
$(CC_x64) -o $(BOFNAME).x64.o -c entry.c
|
|
|