mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
renamed examples/ to utils/
This commit is contained in:
6
utils/qemu_persistent_hook/Makefile
Normal file
6
utils/qemu_persistent_hook/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
all:
|
||||
$(CC) -no-pie test.c -o test
|
||||
$(CC) -fPIC -shared read_into_rdi.c -o read_into_rdi.so
|
||||
|
||||
clean:
|
||||
rm -rf in out test read_into_rdi.so
|
Reference in New Issue
Block a user