Skip to content

Basic string and hexadecimal value converting tool.

License

Notifications You must be signed in to change notification settings

mehmet-tezel/nHex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.