Skip to content
Ivan Gotovchits edited this page Sep 27, 2016 · 7 revisions

BAP ships a vagrant file, that will provision Ubuntu Trusty with the latest BAP release. So to get BAP up and running in a few minutes just do the following

git clone https://github.com/BinaryAnalysisPlatform/bap.git
cd bap/vagrant/trusty64
vagrant up
vagrant ssh
Clone this wiki locally