diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-23 10:47:17 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-23 10:47:17 +0100 |
| commit | f32d1022bd3e92551f523941f82525cf37389949 (patch) | |
| tree | 1b369089e3404313e45eeec26a3f09defcf3844f /examples/custom_mutators/Makefile | |
| parent | ee9447de01df3f2268c6d4e494d125bad5192de6 (diff) | |
| download | afl++-f32d1022bd3e92551f523941f82525cf37389949.tar.gz | |
surgical_havoc_mutate() in custom mutator helpers
Diffstat (limited to 'examples/custom_mutators/Makefile')
| -rw-r--r-- | examples/custom_mutators/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/custom_mutators/Makefile b/examples/custom_mutators/Makefile new file mode 100644 index 00000000..a83e87fe --- /dev/null +++ b/examples/custom_mutators/Makefile @@ -0,0 +1,2 @@ +all: + $(CC) $(CFLAGS) -fPIC -shared -g -I ../../include example.c -o libexamplemutator.so |
