Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 700 Bytes

nHex

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.