about summary refs log tree commit diff
path: root/include/coverage-32.h
diff options
context:
space:
mode:
authorHuanyao Rong <r3tr0spect2019@qq.com>2024-06-21 21:03:37 -0700
committerNguyễn Gia Phong <cnx@loang.net>2024-12-03 11:17:44 +0900
commitd04bdf2e841fa6706c16bbba1cb6f6c73d647767 (patch)
tree23393adc733e6e9e61d7eb226c90258870bb0624 /include/coverage-32.h
parentcee3c86d7d5f0a05ad6cbb1434dc13162a16e336 (diff)
downloadafl++-d04bdf2e841fa6706c16bbba1cb6f6c73d647767.tar.gz
Implement AFLRun
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1
References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644
Diffstat (limited to 'include/coverage-32.h')
-rw-r--r--include/coverage-32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coverage-32.h b/include/coverage-32.h
index 89c08cdf..cca8e743 100644
--- a/include/coverage-32.h
+++ b/include/coverage-32.h
@@ -1,5 +1,6 @@
 #include "config.h"
 #include "types.h"
+#error "AFLRun does not support 32 bit fuzzing, please use 64 version"
 
 u32 skim(const u32 *virgin, const u32 *current, const u32 *current_end);
 u32 classify_word(u32 word);