FRET-LibAFL/just/README.md
Romain Malmain cb471a9282
Move to just (binary_only / full_system) (#2949)
* 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>
2025-02-13 12:42:38 +01:00

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.