Basic string and hexadecimal value converting tool.
NOTE: Operations are made with binary mode.
Usage: nhex
: -help => prints nhex help menu(argument list)
: -s -h "string" => converts string ascii to hex
: -h -s "hex" => converts string hex to ascii
: -r -s -p "filename" => reads file and converts to hex
: -r -h -p "filename" => reads file and converts to string
: -w -s "filename" "string" => writes file and converts to hex
: -w -h "filename" "hex" => writes file and converts to string
: -r -s -w "filename" "filename2" => reads file and converts to hex in another file
: -r -h -w "filename" "filename2" => reads file and converts to string in another file
- Good uses.