AFLplusplus / AFLplusplus/LibAFL

Incorrect Asan errors handling (frida, windows)

Aperta
#3,450 0 commenti 0 reazioni 1 assegnatario Rivendicata da @s1341 Vedi su GitHub
bug
Lingua principale
Rust
Stelle
2.6k
Fork
481
Merge medio
2g 30m
PR unite (30g)
16

Descrizione

Currently, if Frida Asan detects an error, the handling of is not working correctly.
Without continue-on-error, it panics after reporting the error. However, as this is done from inside the hooks, different parts (such as allocator) are under mutex and then the processing gets suck as we try to gracefully clean the allocatoed memory.
With continue-on-error and if iterations are used, when we get to the end of the executor's `run_target`, we abort. However, Fuzzer-respawner refuses to start a new instance

I haven't touched the project for a while, so I'm not sure if these changes are relatively new.
Unfortunately, I'm not familiar enough with the respawner logic. If we can make it work this would be a working workaround.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.