
Automatische Schwachstellenerkennung
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
Für die Ausführung aller Plugins auf target.bin
~/zeno$ PYTHONPATH=$PYTHONPATH:$HOME/zeno python3 src/main.py target.bin
Beauty Code
Kern
Reporter
GUI
Externes Interface in DLLs
Plugins
Pufferüberläufe: gets <- immer char buf[123]; std::cin>>buf