nautilus icon indicating copy to clipboard operation
nautilus copied to clipboard

input file instead of @@

Open bat-serjo opened this issue 5 years ago • 1 comments

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?

bat-serjo avatar Jul 04 '20 14:07 bat-serjo

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

eqv avatar Jul 04 '20 15:07 eqv