-
Notifications
You must be signed in to change notification settings - Fork 162
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
Question about the test input of driller #56
Comments
All CGC programs can only read from stdin. The xml file is delivered over
stdin.
…On Mon, Jan 15, 2018 at 4:39 AM Jin ***@***.***> wrote:
When testing program with AFL , the program must read a file as an input ,
thus AFL can do the mutation job with the input file. While driller‘s test
input was from stdin,see ("#48
<#48>").
But in the Driller paper, the CGC test program NRFIN_00017, reads an xml
file as input ,so how can driller test this program reads a file as an
input?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACYg9bgD8oiGK742RHFN5qwSC5NTBLq6ks5tK0cdgaJpZM4ReWyj>
.
|
So you changed AFL to let it test CGC programs that read from stdin?
but it always failed with error:
if I chanaged the -m option as "-m none", it also failed:
I don't konw why. |
Are you doing this in the |
thanks ,in the container it runs well. |
When testing program with AFL , the program must read a file as an input , thus AFL can do the mutation job with the input file. While driller‘s test input was from stdin,see ("#48").
But in the Driller paper, the CGC test program NRFIN_00017, reads an xml file as input ,so how can driller test this program reads a file as an input?
The text was updated successfully, but these errors were encountered: