mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
Changes to allow configuration of stalker adjacent blocks
This commit is contained in:
@ -250,3 +250,11 @@ __attribute__((visibility("default"))) void js_api_set_backpatch_disable(void) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
__attribute__((visibility("default"))) void js_api_set_stalker_adjacent_blocks(
|
||||
guint val) {
|
||||
|
||||
stalker_adjacent_blocks = val;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user