GoldenFuzz
ToolFirst seen 6/14/2026
Last seen 6/14/2026
Evidence 19 chunks
NEIGHBORHOOD
40 nodes · 61 edgesgraph · GoldenFuzz · depth=1
RELATIONSHIPS
39 connectionsGoldenFuzz explicitly pairs winning and losing test cases as preference pairs to refine its fuzzing policy.
GoldenFuzz is evaluated on CVA6 as one of the DUT cores.
GoldenFuzz leverages a fast, ISA-compliant Golden Reference Model as a digital twin of the DUT.
GoldenFuzz builds test cases by concatenating instruction blocks.
GoldenFuzz uses Direct Preference Optimization (DPO) concepts to refine its fuzzing policy.
The paper presents GoldenFuzz as a novel two-stage hardware fuzzing framework.
GoldenFuzz employs differential testing by comparing DUT and GRM execution traces.
GoldenFuzz adopts a coverage-guided white-box fuzzing strategy.
GoldenFuzz is a hardware fuzzing framework.
GoldenFuzz introduces a block-wise test case generation scheme.
GoldenFuzz employs intra-test case scoring to incentivize newly uncovered coverage within a single test case.
GoldenFuzz employs inter-test case scoring to deduct coverage already found by other tests.
GoldenFuzz is benchmarked against Cascade for hardware coverage.
GoldenFuzz is benchmarked against ChatFuzz for hardware coverage.
GoldenFuzz is benchmarked against DifuzzRTL for condition coverage.
GoldenFuzz is benchmarked against TheHuzz for condition coverage.
GoldenFuzz targets the Device Under Test in its second fuzzing stage.
GoldenFuzz identifies discrepancies between DUT and GRM traces as potential vulnerabilities.
GoldenFuzz refines test case validity based on ISA during GRM fuzzing.
GoldenFuzz learns to generate test cases that involve privilege mode transitions.
GoldenFuzz learns PMP configurations as part of its semantic understanding.
GoldenFuzz discovers endianness vulnerabilities in CVA6.
GoldenFuzz uses the GRM as a digital twin of the DUT.
GoldenFuzz's instruction generation must internalize intra-instruction semantics.
GoldenFuzz's instruction generation must internalize inter-instruction semantics.
GoldenFuzz implements a customized GPT model for RISC-V assembly instruction generation.
GoldenFuzz employs Spike as the GRM during the profiling stage.
GoldenFuzz uses Synopsys VCS for hardware coverage feedback during DUT fuzzing.
GoldenFuzz is evaluated on RocketChip as one of the DUT cores.
GoldenFuzz is evaluated on BOOM as one of the DUT cores.
GoldenFuzz measures FSM coverage as part of its evaluation.
GoldenFuzz measures condition coverage as part of its evaluation.
GoldenFuzz measures line coverage as part of its evaluation.
GoldenFuzz is pre-trained on a corpus of RISC-V assembly instructions.
GoldenFuzz employs Simple Preference Optimization to update the fuzzing policy.
GoldenFuzz uses a GPT-2 language model as its fuzzer.
GoldenFuzz discovers interrupt delegation vulnerabilities in CVA6.
GoldenFuzz introduces a fuzzing memory to balance immediate gains with exploration diversity.
GoldenFuzz paper mentions AFL as the inspiration for traditional mutation-based fuzzing strategies.