RESOLVE is an LLVM-based software security tool designed to anticipate, triage and remediate CVEs. It combines binary metadata based on enhanced software bills-of-material, or eSBOMs, with runtime components and program analysis tools that together speed up the process of identifying and remediating bugs.
Please see our documentation website for installation and usage.
# Dependencies (Ubuntu)
sudo apt update && sudo apt install -y bash coreutils clang llvm binutils zstd
# RESOLVE
curl -fL https://github.com/riversideresearch/resolve/releases/latest/download/resolve-linux-x86_64.tar.gz \
-o /tmp/resolve-linux-x86_64.tar.gz && sudo tar -C / -xzf /tmp/resolve-linux-x86_64.tar.gz