Open binary
open_binaryLoad an executable into Ghidra and run auto-analysis to prepare for reverse engineering. Required before using other tools in the session.
Instructions
Load an executable into the Ghidra session and run auto-analysis. Slow the first time for a given file (seconds to minutes); cached in the Ghidra project afterwards. Must be called before anything else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the executable | |
| analyze | No | Run auto-analysis. Only set false if already analysed. |