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
It seems that the result differ from what afl-fuzz said on my server. On my server, I ran the same command and it tells me the expected error. On my computer, it seems that Copy (0, 0) does not appear and fuzzer can not get the error.
Finally, I can not reproduce error from my server locally with:
the same input file fuzz0.in
the same version of the compiler 4.07.1+afl
the same version of crowbar.0.1 (no pin)
I can deliver more details if you want.
The text was updated successfully, but these errors were encountered:
I try currently to use
crowbar
andafl
to test an implementation of RFC 1951 available here:https://github.com/dinosaure/z
Fuzzer is available here: https://github.com/dinosaure/z/blob/master/fuzz/fuzz.ml#L156
hxd
is necessary (to pin) for debugging.afl-fuzz
got an error with this output:Which is the output of:
In other words, a
Literal '\255'
and aCopy (0, 0)
. So I launched it on my server, get backfuzz0.in
and run locally the same fuzzer on my computer:$ dune exec fuzz/fuzz.exe -- fuzz0.in z/zlib: PASS
It seems that the result differ from what
afl-fuzz
said on my server. On my server, I ran the same command and it tells me the expected error. On my computer, it seems thatCopy (0, 0)
does not appear and fuzzer can not get the error.Finally, I can not reproduce error from my server locally with:
fuzz0.in
4.07.1+afl
crowbar.0.1
(no pin)I can deliver more details if you want.
The text was updated successfully, but these errors were encountered: