-
Notifications
You must be signed in to change notification settings - Fork 4
Install Instruction
ETenal edited this page Jan 9, 2024
·
5 revisions
Note: SyzBridge was only tested on Ubuntu 18.04 with Python 3.8, but it is supposed to work with other versions.
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
python3 syzbridge build --all