Analysis pass
ConceptIn Mishegos, an analysis pass is a named, declarative pipeline that composes a set of language-agnostic filters to detect and classify discrepancies between x86_64 instruction decoders. Passes are defined in `passes.yml`, order their internal filters by dependency graph or by filter cost, and consume/produce streaming cohorts on stdin/stdout.
WIKI
Definition
An analysis pass is the unit of analysis in the Mishegos differential-fuzzing tool. A pass groups together a set of language-agnostic filters that operate on decoder cohort data so that, when chained, they surface a particular class of disagreement between the decoders under test (e.g., libbfd, capstone, zydis, xed). Passes are modeled conceptually after LLVM passes: they are configurable, ordered compositions of small, composable transformations over a common input/output stream.
Structure
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →