We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b9f7a commit 3babd29Copy full SHA for 3babd29
README.md
@@ -1,2 +1,24 @@
1
# nHex
2
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