
Scoperta Automatica delle Vulnerabilità
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
Per eseguire tutti i plugin su target.bin
~/zeno$ PYTHONPATH=$PYTHONPATH:$HOME/zeno python3 src/main.py target.bin
Miglioramento del Codice
Nucleo
Reporter
GUI
Interfaccia esterna nelle DLL
Plugin
Buffer Overflow: gets <- always char buf[123]; std::cin>>buf