diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-30 07:12:53 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-30 07:12:53 +0200 |
commit | 8b66d9503854ab40f7c1fadb26e0a7523ac327e9 (patch) | |
tree | 0f4e4ccb5ada59bad51ec5d2ab957476eb071702 /utils/aflpp_driver/aflpp_driver_test.c | |
parent | f9bc5d361fa172b5ccc36d7877e67bd68f7f1970 (diff) | |
download | afl++-8b66d9503854ab40f7c1fadb26e0a7523ac327e9.tar.gz |
frida tool fix
Diffstat (limited to 'utils/aflpp_driver/aflpp_driver_test.c')
-rw-r--r-- | utils/aflpp_driver/aflpp_driver_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/aflpp_driver/aflpp_driver_test.c b/utils/aflpp_driver/aflpp_driver_test.c index fe05b4f8..527ba57b 100644 --- a/utils/aflpp_driver/aflpp_driver_test.c +++ b/utils/aflpp_driver/aflpp_driver_test.c @@ -2,8 +2,6 @@ #include <stdlib.h> #include <stdint.h> -#include "hash.h" - void __attribute__((noinline)) crashme(const uint8_t *Data, size_t Size) { if (Size < 5) return; |