Skip to content

Commit 3babd29

Browse files
authored
Information
1 parent 03b9f7a commit 3babd29

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# nHex
22
Basic string and hexadecimal value converting tool.
3+
4+
Usage: nhex
5+
6+
: -help => prints nhex help menu(argument list)
7+
8+
: -s -h "string" => converts string ascii to hex
9+
10+
: -h -s "hex" => converts string hex to ascii
11+
12+
: -r -s -p "filename" => reads file and converts to hex
13+
14+
: -r -h -p "filename" => reads file and converts to string
15+
16+
: -w -s "filename" "string" => writes file and converts to hex
17+
18+
: -w -h "filename" "hex" => writes file and converts to string
19+
20+
: -r -s -w "filename" "filename2" => reads file and converts to hex in another file
21+
22+
: -r -h -w "filename" "filename2" => reads file and converts to string in another file
23+
24+
- Good uses.

0 commit comments

Comments
 (0)