
* make use of clap derive in forkserver_simple * (re)introduce use_shmem_testcase flag to ForkserverExecutor * set use_shmem_testcase flag automatically based on forkserver handshake * remove illegal_state and just .unwrap instead as the None case is unreachable * fix: removed pub method * cargo fmt * remove illegal_state #2 and just .unwrap instead as the None case is unreachable * change shmem unwrap to unwrap_unchecked * fix double mut * removed @@ warning
LibAFL Documentation Book
This project contains the out-of-source LibAFL documentation as a book.
Here you can find tutorials, examples, and detailed explanations.
For the API documentation instead, run cargo doc
in the LibAFl root folder.
Usage
To build this book, you need mdBook.
mdbook build
to build, mdbook serve
to serve the book locally.