mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
unsafe memory speed toggle
This commit is contained in:
@ -46,6 +46,12 @@
|
||||
#define FANCY_BOXES
|
||||
#endif
|
||||
|
||||
/* Comment out to have safe memory checks (security in ck_ functions).
|
||||
This will cost a little speed, so disable when developing on how
|
||||
the queue works */
|
||||
|
||||
#define UNSAFE_MEMORY
|
||||
|
||||
/* Default timeout for fuzzed code (milliseconds). This is the upper bound,
|
||||
also used for detecting hangs; the actual value is auto-scaled: */
|
||||
|
||||
|
Reference in New Issue
Block a user