Skip to content

byte-by-byte hex/decimal/binary dump of a file. Like xxd, but simpler.

License

Notifications You must be signed in to change notification settings

simboyd/bytedump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Dumps bytes of a given file in hexadecimal, decimal or binary notation. Basically, a bare-bones xxd.

Examples:

bytedump MyFile.dat --dec − dumps contents of MyFile.dat in decimal notation.
bytedump MyFile.dat --hex − dumps contents of MyFile.dat in hexadecimal notation.
bytedump MyFile.dat --bin − dumps contents of MyFile.dat in binary notation.

Made by Sandro (@simboyd)

About

byte-by-byte hex/decimal/binary dump of a file. Like xxd, but simpler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages