Skip to content

Install Instruction

ETenal edited this page Jan 9, 2024 · 5 revisions

Install Instructions

Note: SyzBridge was only tested on Ubuntu 18.04 with Python 3.8, but it is supposed to work with other versions.

Warm up

sudo apt-get update
sudo apt-get -y install git python3 python3-pip python3-venv sudo
git clone --recurse-submodules https://github.com/seclab-ucr/SyzBridge.git
cd SyzBridge/
python3 -m venv venv
. venv/bin/activate
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt

Install required packages and compile essential tools

python3 syzbridge build --all