
* just port for binary only / systemmode fuzzers * introduce just libraries, with pre-initialized variables and common recipes --------- Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
6 lines
225 B
Markdown
6 lines
225 B
Markdown
# LibAFL Just Library
|
|
|
|
Here is stored the common library used by our example fuzzers.
|
|
It mainly consists of boilerplate definitions and convenient functions.
|
|
|
|
One of these files should always be included in final `Justfile`s. |