Skip to main content

Module disasm

Module disasm 

Source
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.

Structs§

GoDisassCollector
JitDasmCollector
LldbDisassembleCollector