You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had this issue for a very long time and finally decided to debug it, it's super slow because of coredumps. Just disable them using ulimit and it will immediately exit:
There is simple code
aarch64-linux-gnu-gcc test.c -o test
AFL_USE_QASAN=1 ./afl-qemu-trace ./test <<< "crash"
qasan may detect a UAF AddressSanitizer, but it will hang when show ABORTING.
The text was updated successfully, but these errors were encountered: