Skip to content

Commit 975e68b

Browse files
committed
Misc: Fixed the testing script.
1 parent f481398 commit 975e68b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ click
22
colorama
33
pat
44

5-
capstone
6-
filebytes
75
ropper
86

97
pyelftools

scripts/should_work.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22

33

4-
./bintut.py plain -b0.1 "${@}" &&
5-
./bintut.py plain -b0.1 -6 "${@}" &&
6-
./bintut.py nop-slide -b0.1 "${@}" &&
7-
./bintut.py nop-slide -b0.1 -6 "${@}" &&
8-
./bintut.py jmp-esp -b0.1 "${@}" &&
9-
./bintut.py jmp-esp -b0.1 -6 "${@}" &&
10-
./bintut.py ret2lib -b0.1 "${@}" &&
11-
./bintut.py frame-faking -b0.1 "${@}"
4+
python ./bintut.py plain -b0.1 "${@}" &&
5+
python ./bintut.py plain -b0.1 -6 "${@}" &&
6+
python ./bintut.py nop-slide -b0.1 "${@}" &&
7+
python ./bintut.py nop-slide -b0.1 -6 "${@}" &&
8+
python ./bintut.py jmp-esp -b0.1 "${@}" &&
9+
python ./bintut.py jmp-esp -b0.1 -6 "${@}" &&
10+
python ./bintut.py ret2lib -b0.1 "${@}" &&
11+
python ./bintut.py frame-faking -b0.1 "${@}"

0 commit comments

Comments
 (0)