File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22colorama
33pat
44
5- capstone
6- filebytes
75ropper
86
97pyelftools
Original file line number Diff line number Diff line change 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 " ${@ } "
You can’t perform that action at this time.
0 commit comments