-
Notifications
You must be signed in to change notification settings - Fork 74
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
harness generate #46
Comments
I have the same problem. |
@mineechor |
@william31212 Thank you very much!! |
@mineechor |
@william31212 |
@william31212 I’am confused about harness.cpp generation. In fact, I am interested in the three python files(synthesizer.py、syn-multi.py、dominator.py) and library_trace.cpp. |
@mineechor I have sent an email to you. However, I'm researching this repo's code, and maybe cannot answer your question. |
This issue should be closed, as it is a duplicate of #43 . Of note, the first author of the paper said he was working on a write-up there, so updates on the effort will most likely be posted there. |
Hello, since I am new to fuzz, can you give me more details about harness generation? And I don't know how can I get the harness.dll?
{
afl-fuzz -i in -o out -t 1000 -I 1000 -- -bbfile basicblocks.bb -- -harness harness.dll -no_minidumps -- toy_example.exe @@
)Thank you very much!
The text was updated successfully, but these errors were encountered: