Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Basic string and hexadecimal value converting tool.

Topics

Resources

Contributing

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages