mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +00:00
update docs on asan instances
This commit is contained in:
@ -201,6 +201,9 @@ type. This is enough because e.g. a use-after-free bug will be picked up by ASAN
|
|||||||
(address sanitizer) anyway after syncing test cases from other fuzzing
|
(address sanitizer) anyway after syncing test cases from other fuzzing
|
||||||
instances, so running more than one address sanitized target would be a waste.
|
instances, so running more than one address sanitized target would be a waste.
|
||||||
|
|
||||||
|
*IF* you are running a saturated corpus, then you can run up to half of the
|
||||||
|
instances with sanitizers.
|
||||||
|
|
||||||
The following sanitizers have built-in support in AFL++:
|
The following sanitizers have built-in support in AFL++:
|
||||||
|
|
||||||
* ASAN = Address SANitizer, finds memory corruption vulnerabilities like
|
* ASAN = Address SANitizer, finds memory corruption vulnerabilities like
|
||||||
|
Reference in New Issue
Block a user