Expand description
Three disasm collectors for Phase 1: lldb (native), jitdasm (.NET), go-objdump (Go).
Each implements OnDemandCollector and produces a DisasmOutput
the caller can feed to persist_disasm. Collectors do NOT touch
the DB directly — that keeps the shell-out + parse logic testable
in isolation and lets the daemon batch multiple collections.