docfate111
docfate111
@limbo-wg I got the same email and also don't know why
[at this place in the code](https://github.com/sslab-gatech/janus/blob/master/fs/btrfs/btrfs_fuzzer.cc#L211) here at the steps i took https://github.com/docfate111/badfsfuzzer/blob/main/janusdocker/Dockerfile
I am trying to fuzz a binary https://github.com/amzn/ion-c. Is there a way to fuzz into a file and then run the ./jsonparser on the file?
``` pjf --auto --no-logo > f while [ $? -eq 0 ]; do echo "fuzzing" pjf --auto --no-logo > f ./jsonparsebyargument f done echo "found crash" ``` This is the...
I think I did something else wrong then? The fuzzer is running but after a day I haven't gotten any crashes but fuzzing the raw bytes of JavaScript files is...
How long does it take to get crashes? I ran for 5 days on 2 cores, is the time to short?
Thanks I missed that. However I think there is something wrong with my REPL, the fuzzer runs but I am getting ``` [Coverage] Initialized, 0 edges [Fuzzer] Initialized [Fuzzer] Recommended...
It does not. Is there supposed to be a javascript function that takes FUZZILLI_PRINT as an argument? Or do I just wait for the string to be in stdin? What...
I get this error especially when using recursion where the first term is the same.