session_start
Initialize a named debug session and set it as active to record reverse engineering analysis, with optional target and debugger parameters.
Instructions
Start a new named debug session. Sets it as the current active session for recording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Session name, e.g. 'chrome heap uaf analysis' | |
| target | No | Binary or dump being analyzed, e.g. 'chrome.exe' or 'crash.dmp' | |
| debugger | No | Primary debugger: windbg | ida | x64dbg | mco |