This commit is contained in:
Andrea Fioraldi 2021-03-29 15:57:58 +02:00
parent b4e6115d4f
commit 144d9dff9d
2 changed files with 6 additions and 4 deletions

View File

@ -1 +1,3 @@
# Core Concepts

View File

@ -5,9 +5,9 @@ Each one has its self-contained purpose, and the user may not need to use all of
Following the naming convention of the folders in the project's root, they are:
- libafl
- libafl_derive
- libafl_targets
- libafl_cc
- libafl, the main crate that contains all the components needed to build a fuzzer
- libafl_derive, a proc-macro crate paired with the libafl crate
- libafl_targets, a crate that expose, under feature flags, pieces of code to interact with targets
- libafl_cc, a library that provide some utils to wrap compilers and create source level fuzzers.