-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
libafl_libfuzzer: documentation and build script #1596
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the two nitpicks, looks good to me...
Oh. One last thing. Can we maybe make the build script a |
Potentially yes on the |
yeah. it's just inconsistent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
cargo make should be trivial, right? Just paste the script in there, basically |
Ah, yeah, but it wouldn't be windows/macOS compat. I think we already have a strategy for this, I'll make a follow-up PR in the oncoming days. |
This adds additional usage documentation for
libafl_libfuzzer
for both using with Rust and C targets. Additionally, it provides a build script which assembles the requiredlibFuzzer.a
for use with C-like targets.