Skip to content

lbourlon/bind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bind

It's a binary dumper, think xdd, but with less features.

cargo build
./target/release/bind --help
Usage : <filename> or '-' for reading from stdin

Options :
  -c, --cols               number of cols                      [Default 8]
  -g, --group              number of octets per group          [Default 2]
  -f, --file  <file_path>  file to read from ('-' for stdin)
  -r, --raw   <raw_style>  choose between hex, esc and C.
      hex : straight hex values ie 'cafe'
      esc : escaped hex values ie '\xca\xfe'
      C   : C include style ie '0xca, 0xfe'

About

BinaryDumper in Rust, think xxd, but less features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages