You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the title, driller fails to generate the new inputs for the following toy program (please remove .txt from all files, hello.txt is the binary). If you compile hello.c inside mechaphish container, driller does generate new inputs.
gcc version is gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406
To clarify:
- compile program inside container, run analysis outside --> successful
generation of new inputs
- compile program outside of container, run analysis inside --> no inputs
generated
Is that correct?
As described in the title, driller fails to generate the new inputs for the following toy program (please remove
.txt
from all files,hello.txt
is the binary). If you compilehello.c
insidemechaphish
container,driller
does generate new inputs.gcc version is
gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406
drill.py.txt
hello.c.txt
hello.txt
The text was updated successfully, but these errors were encountered: