This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
HELP : can't trigger qasan crash #19
Comments
did you actually load the qasan module? read the readme |
I have set the environment variable AFL_USE_QASAN already, sorry for not mention above. $ echo $AFL_USE_QASAN
1 I have re-read the README file under the libqasan directory and did not find any other operations... |
works fine for me:
|
My first time compiling AFLpp is |
no that is not needed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use this code snippet to test QASan.
run afl++ with
$AFLPP/afl-fuzz -Q -i ./in -o ./out/ -M fuzzer1 -- ./test @@
not crash detected...
I think I might have made a mistake in some part...
The text was updated successfully, but these errors were encountered: