reverse_engineer
Investigate binary files using reverse-engineering tools to reveal their structure, behavior, and origins, producing structured investigation results.
Instructions
Use reverse-engineering tooling and broader roots to investigate binaries. Recommended timeout: 30 minutes (1800s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| model | No | ||
| danger | No | ||
| prompt | Yes | ||
| repo_root | Yes | Absolute path to the target git worktree. Always pass the caller's active repository root; Dobby deliberately has no implicit repo fallback. | |
| extra_roots | No | ||
| timeout_seconds | No | ||
| reasoning_effort | No | ||
| important_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| model | Yes | ||
| status | Yes | ||
| summary | Yes | ||
| task_id | Yes | ||
| warnings | No | ||
| exit_code | No | ||
| repo_root | Yes | ||
| file_diffs | No | ||
| next_steps | No | ||
| duration_ms | No | ||
| stop_reason | No | ||
| completeness | Yes | ||
| result_state | No | final | |
| files_changed | No | ||
| artifact_paths | Yes | ||
| review_details | No | ||
| important_facts | No | ||
| reasoning_effort | Yes | ||
| sandbox_violations | No | ||
| raw_output_available | No | ||
| reverse_engineer_details | No |