Skip to content

Commit

Permalink
Misc: Fixed the testing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoviceLive committed Apr 18, 2016
1 parent f481398 commit 975e68b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ click
colorama
pat

capstone
filebytes
ropper

pyelftools
16 changes: 8 additions & 8 deletions scripts/should_work.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash


./bintut.py plain -b0.1 "${@}" &&
./bintut.py plain -b0.1 -6 "${@}" &&
./bintut.py nop-slide -b0.1 "${@}" &&
./bintut.py nop-slide -b0.1 -6 "${@}" &&
./bintut.py jmp-esp -b0.1 "${@}" &&
./bintut.py jmp-esp -b0.1 -6 "${@}" &&
./bintut.py ret2lib -b0.1 "${@}" &&
./bintut.py frame-faking -b0.1 "${@}"
python ./bintut.py plain -b0.1 "${@}" &&
python ./bintut.py plain -b0.1 -6 "${@}" &&
python ./bintut.py nop-slide -b0.1 "${@}" &&
python ./bintut.py nop-slide -b0.1 -6 "${@}" &&
python ./bintut.py jmp-esp -b0.1 "${@}" &&
python ./bintut.py jmp-esp -b0.1 -6 "${@}" &&
python ./bintut.py ret2lib -b0.1 "${@}" &&
python ./bintut.py frame-faking -b0.1 "${@}"

0 comments on commit 975e68b

Please sign in to comment.