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 usingcmake
. Returns the build artifact directory. - clone_
symcc - Checks out the repository into the given directory. Any errors will trigger a panic.