hex_dump

Crates.iohex_dump
lib.rshex_dump
version0.1.5
sourcesrc
created_at2023-05-21 09:52:49.112094
updated_at2024-02-11 05:20:26.830602
descriptionA CLI that can read print and modify binary file
homepage
repositoryhttps://gitlab.com/andrew_ryan/hex_dump
max_upload_size
id869870
size11,743
zinso (zinso)

documentation

https://docs.rs/hex_dump

README

Convert excel file to csv file

Crates.io Rust license

install

cargo install hex_dump
hex_dump read print and modify binary file

USEAGE:
hex_dump <file>
hex_dump <file> <adress> <column_num> <new_hex_value>
Example:
hex_dump demo.txt                => Display hex
hex_dump demo.txt 00000020 11 25 => Modify that hex value of address is 00000020 and 11th column to 23
hex_dump file.zip 00000000 6 00  => Repair Fake Encrypted zip file 
hex_dump demo.txt 00000020 11 "2E 54 65 6F" => Modify that hex value of address is 00000020 and start column 11 to "2E 54 65 6F"

demo

Commit count: 0

cargo fmt