AFLplusplus / qemu-libafl-bridge

A patched QEMU that exposes an interface for LibAFL-based fuzzers
Other
57 stars 29 forks source link

Add comparison hooks for RISCV #78

Open nine-point-eight-p opened 2 months ago

nine-point-eight-p commented 2 months ago

Add support for comparison hooks in RISCV based on #77.

nine-point-eight-p commented 1 month ago

Maybe we can declare the functions gen_slt and gen_sltu at the beginning of the file?

rmalmain commented 1 month ago

Thank you for your contribution! Could you please rebase on the main branch now that #77 has been merged?