AFLplusplus / qemu-libafl-bridge

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

Fix wrong dirty address tracking for MMIO accesses. Assert is only triggered for debug builds. #28

Closed rmalmain closed 1 year ago

rmalmain commented 1 year ago

It is still required to check whether the fix is enough to avoid wrong dirty page reports. For now, the assert is ignored in release builds.