about summary refs log tree commit diff
path: root/utils/aflpp_driver
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-30 07:12:53 +0200
committervanhauser-thc <vh@thc.org>2021-07-30 07:12:53 +0200
commit8b66d9503854ab40f7c1fadb26e0a7523ac327e9 (patch)
tree0f4e4ccb5ada59bad51ec5d2ab957476eb071702 /utils/aflpp_driver
parentf9bc5d361fa172b5ccc36d7877e67bd68f7f1970 (diff)
downloadafl++-8b66d9503854ab40f7c1fadb26e0a7523ac327e9.tar.gz
frida tool fix
Diffstat (limited to 'utils/aflpp_driver')
-rw-r--r--utils/aflpp_driver/aflpp_driver_test.c2
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;