Skip to content
STIMSMITH

CPU-assisted test-case generation

Technique
First seen 6/7/2026
Last seen 6/7/2026
Evidence 5 chunks

NEIGHBORHOOD

No graph connections found for this entity yet. It may appear in future ingestion runs.

explore full graph →

RELATIONSHIPS

5 connections
EmuFuzzer ← uses 100% 2e
EmuFuzzer uses CPU-assisted test-case generation as one of its test-case generation strategies.
instruction encoding uses → 100% 2e
CPU-assisted test-case generation uses instruction encoding schemes to identify valid instructions and generate test-cases.
IA-32 instruction set uses → 100% 2e
CPU-assisted test-case generation systematically explores the IA-32 instruction set to find valid instructions.
random test-case generation compares with → 90% 2e
CPU-assisted test-case generation is compared against random test-case generation for coverage of the instruction set.
CPU emulator depends on → 95% 2e
CPU-assisted test-case generation depends on both the physical and emulated CPUs as oracles to identify valid instructions.