Skip to content

takei-yuya/hextool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

hextool
hex <-> bin

=== Hex format ===
/* This is 
   multi line 
   comment */
// And this is one line comment

\C\h\a\r\a\c\t\e\r\ \w\i\t\h\ \b\a\c\k\s\l\a\s\h
/* will be output literally -> "Character with backslash" */

Two hex char convert to binary

=== Sample Usage ===
$ echo "DEADBEAF 00 00 00 00 \D\E\A\D\B\E\A\F" | hex2bin  | bin2hex 
/* 0000 */ de ad be af 00 00 00 00  44 45 41 44 42 45 41 46 // ........DEADBEAF
/* 0010 */
   

About

hex <-> bin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published