Bundled with Unleash skills pack. Source: C:\Users\Admin.agents\skills\ida-re-triage\SKILL.md
IDA RE Triage
Start static, preserve evidence, and make analysis changes only when requested.
- Confirm target, architecture, scope, and a working-copy location. Record SHA-256, file size, architecture, load base, and tool version.
- If no IDB is active, open the working copy in IDA and wait for auto-analysis before using
idassistmcp. Use the configuredidassistmcponly after it responds. - Read first: binary metadata, segments, imports, exports, entry points, strings, functions, code, and xrefs. State addresses and evidence in findings.
- For Windows drivers, trace
DriverEntry,DriverObject->MajorFunction, device creation, and IOCTL dispatch. TreatMETHOD_NEITHER,FILE_ANY_ACCESS, unchecked lengths, arbitrary pointer use, and privileged hardware/process operations as leads to verify, not conclusions. - Do not call IDA mutating tools (
patch_bytes, rename, comments, types, variables, data creation, bookmarks) unless the user explicitly asks. Do not execute the target, attach to a live process, or perform write/allocate/free operations on the target unless explicitly requested. - Finish with a concise evidence table: finding, address, data flow, confidence, and next static check. Keep copied inputs and IDBs local to the working area.