sycuricon / MorFuzz

Artifact evaluation of paper: MorFuzz: Fuzzing Processor via Runtime Instruction Morphing enhanced Synchronizable Co-simulation
23 stars 1 forks source link

MorFuzz can be ported to other ISAs not only RISC-V? #2

Open WangHuikong opened 10 months ago

WangHuikong commented 10 months ago

Hello, MoreFuzz or metholds mentioned in the article can be ported to other ISAs not only RISC-V?

Looking forward to hearing from you, Thank you.

Phantom1003 commented 8 months ago

Morfuzz introduces two general technologies, i.e., instruction morphing and state synchronization, that can be used by other ISAs. However, before utilizing these technologies, one needs to gain access to the design. Currently, most processor fuzzers are designed for open-source processors and rely on RTL instrumentation to collect coverage.