aflpp.minimize_testcase
Minimize a fuzzing testcase with afl-tmin to reduce its size while preserving the crashing behavior, then store the minimized input under repros/ for efficient triage.
Instructions
Minimize a single testcase using afl-tmin and store the minimized testcase under repros/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| workspace | Yes | ||
| target_cmd | Yes | ||
| timeout_ms | No | ||
| mem_limit_mb | No | ||
| testcase_path | Yes | ||
| tool_timeout_ms | No |