You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/fuzzing/c-cpp/12-libafl/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ The following figure showcases a basic skeleton for a LibAFL fuzzer. The skeleto
283
283
*`.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`.
284
284
*`.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.
285
285
286
-
{{< 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." >}}
286
+
{{< 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." >}}
0 commit comments