nds_discover_functions
Discover Nintendo DS ARM/Thumb functions and their bounded call graph from a ROM by tracing only deterministic direct calls and program entries.
Instructions
Discover a bounded call graph of Nintendo DS ARM/Thumb function entries proven only by program-entry or deterministic resolved direct-call evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rom | Yes | ||
| scope | Yes | ||
| seeds | No | ||
| processor | Yes | ||
| maxCallSites | No | ||
| maxFunctions | No | ||
| maxComponents | No | ||
| maxTotalBytes | No | ||
| maxTotalEdges | No | ||
| maxTotalBlocks | No | ||
| maxTotalInstructions | No | ||
| maxCfgBytesPerFunction | No | ||
| maxCfgEdgesPerFunction | No | ||
| maxCfgBlocksPerFunction | No | ||
| maxCfgInstructionsPerFunction | No |