3 lines
52 B
Makefile
3 lines
52 B
Makefile
all:
|
|
gcc -static fetch_kaslr.c -O2 -o./fetch_kaslr
|
all:
|
|
gcc -static fetch_kaslr.c -O2 -o./fetch_kaslr
|