input file instead of @@
Currently you have to tell the fuzzee where to read the input from using @@ or @ for stdin. How do you do it the other way around? How do you tell nautilus to put the input in a specific file?
Currently, that is not supported, but this would be a very good contribution. Though you'd have to think about we handle the the fact that we can have multiple threads fuzzing in the same instance, we might need to pass multiple paths then? Or just path/$ID/file and replace $ID with the thread id. Not sure what the best solution would be here. I'd gladly merge a pull request.
However, please use the issue tracker for the current release: https://github.com/nautilus-fuzz/nautilus