-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Instructions
Andrew Bassett edited this page Mar 3, 2020
·
4 revisions
- If you have multiple versions of Python installed, be sure to invoke Python 3 (likely
python3 shellcode.py <<arguments>>) - Else,
python shellode.py <<arguments>>
- To view helpful information on command-line arguments, execute
python shellcode.py -help. This information also displays when an invalid set of command line arguments are used. - Example - Test given source code:
python shellcode.py -src test-files/shellcode1.s -subroutines main get_addr printunity - Example - Print shellcode from binary:
python shellcode.py -exec test-files/shellcode1bin -subroutines main get_addr printunity