Mishegos
ToolFirst seen 6/9/2026
Last seen 6/9/2026
Evidence 5 chunks
NEIGHBORHOOD
18 nodes · 23 edgesgraph · Mishegos · depth=1
RELATIONSHIPS
17 connectionsMishegos evaluates libbfd as one of its fuzzing worker targets.
Mishegos evaluates XED as one of its fuzzing worker targets.
Mishegos evaluates Zydis as one of its fuzzing worker targets.
Mishegos discovers and reports decoder discrepancies between different x86_64 decoder implementations.
Mishegos is a differential fuzzer specifically targeting x86_64 instruction decoders.
Mishegos is composed of worker processes, each wrapping a decoder target with a defined ABI.
Mishegos organizes decoder outputs into cohorts for analysis.
Mishegos is described as a differential fuzzer for x86_64 instruction decoders, integrating the sliding mutation approach into a differential fuzzing scheme.
passes.yml is the configuration file for analysis passes in Mishegos.
Mishegos is open-sourced by Trail of Bits.
Mishegos uses the sliding mutation engine to generate x86_64 instruction candidates by extracting windows of up to 15 bytes.
Mishegos uses shared memory slots to pass inputs to workers and collect outputs.
Each fuzzing target in Mishegos is wrapped into a worker process with a well-defined ABI.
Mishegos's analysis tool organizes filters into passes to process output cohorts.
Mishegos uses analysis filters as small scripts to process and filter cohort output.
Mishegos includes a minimize-input filter that reduces instruction candidates to the minimal relevant length.
Mishegos uses mishmat to visualize analysis output as HTML tables.