Skip to content

Commit 5782fed

Browse files
authored
Added new flags.
1 parent 5923dc9 commit 5782fed

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ I got sick of having to remove junk from my shellcode so I made a script to just
1010
Running the tool with no arguments will prompt you to paste your shellcode in and will strip it completely of newlines, quotation marks (single AND double), semicolons, and the "\r" as well as "\x" escape character.
1111

1212
## Flags
13-
-h: Display the help
13+
-h, --help: Display the help
1414

1515
-n: Strip newline "\n" characters
1616

@@ -22,6 +22,12 @@ Running the tool with no arguments will prompt you to paste your shellcode in an
2222

2323
-s: Strip semicolons ";"
2424

25+
-p: Prepend a percent "%" symbol to hex bytes. EXPERIMENTAL.
26+
27+
--addhex: Prepend "\x" to each of the hex bytes.
28+
29+
--unicode: Prepend a "%u" to each of the hex bytes.
30+
2531
Multiple flags can be set allowing you to customize the output however you like.
2632

2733
## Example

0 commit comments

Comments
 (0)