Skip to content

Commit 8d51034

Browse files
author
Kevin Valerio
committed
probably LibAFL instead of AFL++
1 parent ca90df4 commit 8d51034

File tree

1 file changed

+1
-1
lines changed
  • content/docs/fuzzing/c-cpp/12-libafl

1 file changed

+1
-1
lines changed

content/docs/fuzzing/c-cpp/12-libafl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ The fuzzing campaign can be launched by running:
931931

932932
### CMake-based project
933933

934-
Let’s assume we are using CMake to build the program mentioned in the [introduction]({{% relref "fuzzing#introduction-to-fuzzers" %}}). We add a CMake target that builds the `main.cc` and `harness.cc` and links the target together with AFL++. Note that we are excluding the main function through the `NO_MAIN` flag; otherwise, the program would have two main functions.
934+
Let’s assume we are using CMake to build the program mentioned in the [introduction]({{% relref "fuzzing#introduction-to-fuzzers" %}}). We add a CMake target that builds the `main.cc` and `harness.cc` and links the target together with LibAFL. Note that we are excluding the main function through the `NO_MAIN` flag; otherwise, the program would have two main functions.
935935

936936

937937
{{< customFigure "CMake example" >}}

0 commit comments

Comments
 (0)