AFLplusplus / qemu-libafl-bridge

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

fixing standalone gdb break exit #19

Closed elbiazo closed 1 year ago

elbiazo commented 1 year ago

currently, if you build qemu as standalone, you won't be able to use gdb because it will exit after breakpoint. this will fix that.