aflpp.analyze_testcase
Identify critical input regions in a testcase by running afl-analyze, enabling you to focus fuzzing efforts on important bytes.
Instructions
Run afl-analyze on a testcase to identify critical input regions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| target_cmd | Yes | ||
| timeout_ms | No | ||
| mem_limit_mb | No | ||
| testcase_path | Yes | ||
| input_file_path | No | ||
| overall_timeout_ms | No |