rsdump is a basic hexdump tool written in Rust.
rsdump [options] path
--ascii
: prints the ascii representation of each byte--author
: prints authorship information--help
: prints help information
The compilation process can be achieved using cargo
cargo build
The test/
folder contains some files used to test the application. It includes two text files, a plain one and a C one, and a C compiled binary.