list_functions
Extract and display all functions within a binary file using Binary Ninja integration. Ideal for analyzing and understanding binary structure.
Instructions
List functions in a binary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"minLength": 1,
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}