diff options
| author | vanhauser-thc <vh@thc.org> | 2024-05-13 13:42:58 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-05-13 13:42:58 +0200 |
| commit | b282ce999d2ab9428210deb0e838f45a6a534084 (patch) | |
| tree | ebacb99b02814ec203c0719249c9f8bc9c5bb0b8 /docs | |
| parent | 24b9d74e70107a4517396d7fa940140e206398bf (diff) | |
| download | afl++-b282ce999d2ab9428210deb0e838f45a6a534084.tar.gz | |
post_process after trim
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Changelog.md | 1 | ||||
| -rw-r--r-- | docs/custom_mutators.md | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9a95e343..818010a7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -7,6 +7,7 @@ * afl-fuzz - added AFL_DISABLE_REDUNDANT for huge queues - fix AFL_PERSISTENT_RECORD + - run custom_post_process after standard trimming - prevent filenames in the queue that have spaces - minor fix for FAST schedules - more frequent stats update when syncing (todo: check performance impact) diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 73e3c802..b7a7032f 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -266,6 +266,11 @@ trimmed input. Here's a quick API description: Omitting any of three trimming methods will cause the trimming to be disabled and trigger a fallback to the built-in default trimming routine. +**IMPORTANT** If you have a custom post process mutator that needs to be run +after trimming, you must call it yourself at the end of your successful +trimming! + + ### Environment Variables Optionally, the following environment variables are supported: |
