-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add LibAFL section #70
base: main
Are you sure you want to change the base?
Conversation
Fix x64_64 to x86_64
|
* `.remote_broker_addr()` can be used to set a broker process to connect to in case one already exists. Otherwise, this can be set to `None`. | ||
* `.stdout_file()` redirects the standard output of the SUT. You may want to set this to `/dev/null` if the output does not matter and the output is noisy. We comment this option here, as it may hide issues with the fuzzer because it also hides output printed in the `run_client` closure. | ||
|
||
{{< customFigure "Skeleton for a LibAFL fuzzer. [Full source code](https://github.com/trailofbits/testing-handbook/blob/main/materials/fuzzing/libafl/appsec_guide/src/lib.rs) can be found in the GitHub repository of the testing handbook." >}} |
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.
of the Testing Handbook
https://github.com/trailofbits/testing-handbook?tab=readme-ov-file#writing-guidelines
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.
Looks good to me! Gave it a read and did not encounter issues.
No description provided.