Crate symcc_libafl

Source
Expand description

This is a ‘meta-package’ for libafl that exposes a consistent URL and commit hash for the SymCC fork.

Constants§

SYMCC_REPO_COMMIT
The commit of the LibAFL SymCC fork.
SYMCC_REPO_URL
The URL of the LibAFL SymCC fork.

Functions§

build_symcc
Builds SymCC at the given directory using cmake. Returns the build artifact directory.
clone_symcc
Checks out the repository into the given directory. Any errors will trigger a panic.