pin_set_trace
Set tracing flags via bitwise OR to enable instruction, register, or full execution tracing during headless IDA Pro PIN instrumentation.
Instructions
Set tracing flags (TF_TRACE_INSN=2, TF_REGISTERS=0x10, TF_TRACE_EVERYTHING=0x40). Combine with bitwise OR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | Yes | Bitmask. 0x12 = insn+regs |