Skip to content

Function Triage

김성주 edited this page Apr 14, 2026 · 2 revisions

Function Triage Workflow

When analyzing an unknown binary, follow these steps using Fission:

  1. Identify Entry Points: Locate main or exported functions.
  2. Isolate Blocks: Use Fission's HIR visualization to find the core logic loops.
  3. Trace Variables: Follow the Varnode dependencies from inputs to outputs.

Clone this wiki locally