We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libfuzzer
libfuzzer-sys
libfuzzer-sys will just build and link libfuzzer.a.
libfuzzer.a
libfuzzer will depend on libfuzzer-sys and additionally export our nice fuzz_target! macro.
fuzz_target!
I started poking at this over in https://github.com/fitzgen/libfuzzer/tree/split-libfuzzer-and-libfuzzer-sys but quickly ran into linker issues. Don't have the time for that today, so I'm filing this issue for posterity.
The text was updated successfully, but these errors were encountered:
Use libfuzzer in the structure-aware docs, not libfuzzer-sys
a389015
This was anticipating that we would have split them into two crates, but that hasn't happened yet. See rust-fuzz/libfuzzer#55
No branches or pull requests
libfuzzer-sys
will just build and linklibfuzzer.a
.libfuzzer
will depend onlibfuzzer-sys
and additionally export our nicefuzz_target!
macro.I started poking at this over in https://github.com/fitzgen/libfuzzer/tree/split-libfuzzer-and-libfuzzer-sys but quickly ran into linker issues. Don't have the time for that today, so I'm filing this issue for posterity.
The text was updated successfully, but these errors were encountered: