Skip to content

Commit

Permalink
readme-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wetw0rk committed Mar 14, 2018
1 parent 6269bfd commit 2997ba0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ root@kali:~# cd Sickle/
root@kali:~# chmod +x sickle.py
root@kali:~# cp sickle.py /usr/bin/sickle
root@kali:~# sickle
usage: sickle [-h] [-r READ] [-s] [-obj OBJDUMP] [-f FORMAT] [-b BADCHAR] [-c]
[-v VARNAME] [-l] [-e EXAMINE] [-d] [-rs] [-a ARCH] [-m MODE]
usage: sickle [-h] [-r READ] [-s] [-obj OBJDUMP] [-a ARCH] [-f FORMAT]
[-b BADCHAR] [-c] [-v VARNAME] [-l] [-e EXAMINE] [-d] [-rs]

Sickle - Shellcode development tool

Expand All @@ -61,6 +61,7 @@ optional arguments:
-obj OBJDUMP, --objdump OBJDUMP
binary to use for shellcode extraction (via objdump
method)
-a ARCH, --arch ARCH select architecture for disassembly
-f FORMAT, --format FORMAT
output format (use --list for a list)
-b BADCHAR, --badchar BADCHAR
Expand All @@ -75,7 +76,5 @@ optional arguments:
successfully
-d, --disassemble disassemble the binary file
-rs, --run-shellcode run the shellcode (use at your own risk)
-a ARCH, --arch ARCH select architecture for disassembly
-m MODE, --mode MODE select mode for disassembly
```

0 comments on commit 2997ba0

Please sign in to comment.