pin_launch
Launch Intel PIN and idadbg headlessly on a Windows EXE, suspending the process at PROCESS_STARTED to set breakpoints before resuming with pin_resume.
Instructions
Start Intel PIN + idadbg on a Windows EXE (no IDA GUI). Leaves the process suspended at PROCESS_STARTED so you can set breakpoints, then call pin_resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Command-line arguments for the target | |
| port | No | Pintool listen port (default 23946) | |
| target | Yes | Full path to the executable | |
| trace_insns | No | Enable instruction+register tracing | |
| connect_timeout | No | Seconds to wait for pintool listen/handshake |