-
Notifications
You must be signed in to change notification settings - Fork 51
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
Vuzzer does not consider programs reading stdin #18
Comments
It seems not that easy to adapt to use stdin, as libdft require fd to be seekable I have tried to add code for using After try to force adding fd 0 to pin code It turns to an infinite loop cosuming more and more memory, pintool.log:
My current modification, zjuchenyuan@68a2ebb Hope someone find out how to solve it. |
If source code is available, I added additional command line parameters and calling of |
when command does not contain
%s
, vuzzer cannot runWe need write code to introduce
is_stdin
, and use subprocess pipe to send to the program.Ideally, it would be better when in
is_stdin
mode, not each file need to be written to disk, reducing IO overhead.The text was updated successfully, but these errors were encountered: