diff options
| author | Jonathan Wilson <gogs@fake.local> | 2021-07-27 08:19:06 +0100 |
|---|---|---|
| committer | Jonathan Wilson <gogs@fake.local> | 2021-07-27 08:29:20 +0100 |
| commit | d02483e40d9ba0529c978dc4cfbcfc1429f8eeba (patch) | |
| tree | 93dde6109029df8c1f5f8e299e015e72582b12d1 /frida_mode/test/osx-lib/Makefile | |
| parent | 30679edc1a3c04f386bfb96af33c65c0b818e9b8 (diff) | |
| download | afl++-d02483e40d9ba0529c978dc4cfbcfc1429f8eeba.tar.gz | |
Added test for fuzzing a lib on OSX
Diffstat (limited to 'frida_mode/test/osx-lib/Makefile')
| -rw-r--r-- | frida_mode/test/osx-lib/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frida_mode/test/osx-lib/Makefile b/frida_mode/test/osx-lib/Makefile new file mode 100644 index 00000000..c084de41 --- /dev/null +++ b/frida_mode/test/osx-lib/Makefile @@ -0,0 +1,12 @@ +all: + @echo trying to use GNU make... + @gmake all || echo please install GNUmake + +clean: + @gmake clean + +frida_persistent: + @gmake frida_persistent + +frida_persistent_hook: + @gmake frida_persistent_hook |
