mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
Fix block ID handling
This commit is contained in:
@ -12,6 +12,8 @@ guint64 util_read_address(char *key);
|
||||
|
||||
guint64 util_read_num(char *key);
|
||||
gboolean util_output_enabled(void);
|
||||
gsize util_rotate(gsize val, gsize shift, gsize size);
|
||||
gsize util_log2(gsize val);
|
||||
|
||||
#define FOKF(x...) \
|
||||
do { \
|
||||
|
Reference in New Issue
Block a user