Skip to content

Usage Instructions

Andrew Bassett edited this page Mar 3, 2020 · 4 revisions

Usage Instructions

Running the Script

  • If you have multiple versions of Python installed, be sure to invoke Python 3 (likely python3 shellcode.py <<arguments>>)
  • Else, python shellode.py <<arguments>>

Command-Line Arguments and Examples

  • 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

Clone this wiki locally