Skip to content
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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Add LibAFL section #70

wants to merge 13 commits into from

Conversation

elopez
Copy link
Member

@elopez elopez commented Jan 2, 2025

No description provided.

Copy link

github-actions bot commented Jan 2, 2025

PR Preview Action v1.4.8
🚀 Deployed preview to https://trailofbits.github.io/testing-handbook-preview/pr-preview/pr-70/
on branch gh-pages at 2025-01-02 14:35 UTC

* `.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." >}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@maxammann maxammann left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants