Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input file instead of @@ #9

Open
bat-serjo opened this issue Jul 4, 2020 · 1 comment
Open

input file instead of @@ #9

bat-serjo opened this issue Jul 4, 2020 · 1 comment

Comments

@bat-serjo
Copy link

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?

@eqv
Copy link
Collaborator

eqv commented Jul 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants