From a260d34b4997d86ec158843c2362dae009e3bcf7 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 2 Nov 2020 14:15:44 +0100 Subject: persistent hook example --- examples/qemu_persistent_hook/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/qemu_persistent_hook/README.md') diff --git a/examples/qemu_persistent_hook/README.md b/examples/qemu_persistent_hook/README.md index 3278b60c..3f908c22 100644 --- a/examples/qemu_persistent_hook/README.md +++ b/examples/qemu_persistent_hook/README.md @@ -3,8 +3,7 @@ Compile the test binary and the library: ``` -gcc -no-pie test.c -o test -gcc -fPIC -shared read_into_rdi.c -o read_into_rdi.so +make ``` Fuzz with: -- cgit 1.4.1