aflpp.build_instrumented
Instrument a project build with AFL++ compiler wrappers to produce a fuzzing target, then copy the compiled artifact into the workspace targets directory for use in fuzz campaigns.
Instructions
Run a constrained build command with AFL++ compiler wrappers and copy the resulting artifact into the workspace targets/ directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| build_cmd | Yes | ||
| workspace | Yes | ||
| timeout_ms | No | ||
| target_name | Yes | ||
| project_path | Yes | ||
| build_options | No | ||
| artifact_relpath | Yes |