Commit 0c0165e5 authored by Luke Macken's avatar Luke Macken

Merge branch 'master' into develop

parents 913ba633 3098b008
...@@ -56,7 +56,8 @@ def main(): ...@@ -56,7 +56,8 @@ def main():
parser.add_argument('pid', parser.add_argument('pid',
help="The ID of the process to inject code into") help="The ID of the process to inject code into")
parser.add_argument('filename', parser.add_argument('filename',
help="The second argument must be a filename") help="The Python script to be executed inside the"
" running process, also referred to as 'payload'")
parser.add_argument('--gdb-prefix', dest='gdb_prefix', parser.add_argument('--gdb-prefix', dest='gdb_prefix',
help='GDB prefix (if specified during installation)', help='GDB prefix (if specified during installation)',
default="") default="")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment