
Automatic Vulnerability Discovery
cd ~
git clone https://github.com/Traxes/zeno --recursive
sudo pip3 install termcolor tqdm
git clone https://github.com/Z3Prover/z3 --recursive
cd z3
python3 scripts/mk_make.py --python
cd build
make
sudo make install
cd ~/zeno
~/zeno$ PYTHONPATH=$PYTHONPATH:$HOME/zeno python3 src/main.py
For running all plugins on target.bin
~/zeno$ PYTHONPATH=$PYTHONPATH:$HOME/zeno python3 src/main.py target.bin
Beauty Code
Core
Reporter
GUI
Extern Interface in DLLs
Plugins
Buffer Overflows: gets <- always char buf[123]; std::cin>>buf