readme stuff
This commit is contained in:
3
init.sh
3
init.sh
@ -37,6 +37,9 @@ cd /home/vagrant/cw/Ropper && git submodule init && git submodule update
|
||||
cd /home/vagrant/ && git clone https://github.com/Z3Prover/z3.git && cd z3 && python3 scripts/mk_make.py && cd build && make -j$(nproc) && sudo make install
|
||||
cp -R /home/vagrant/z3/build/python/z3 /home/vagrant/cw/Ropper
|
||||
|
||||
cp /home/vagrant/cw/test-binaries/vuln-32 /home/vagrant/vuln-32-setuid
|
||||
sudo chown root /home/vagrant/vuln-32-setuid
|
||||
sudo chmod u+s /home/vagrant/vuln-32-setuid
|
||||
|
||||
sudo apt-get clean
|
||||
|
||||
|
Reference in New Issue
Block a user