#binary-file #hex #modify #zip-archive #print #edit-hex #readbinary

bin+lib hex_dump

一个可以读取、打印和修改二进制文件的 CLI 工具

5 个版本

0.1.5 2024年2月11日
0.1.3 2023年5月21日
0.1.2 2023年5月21日
0.1.1 2023年5月21日
0.1.0 2023年5月21日

9#modify

MIT 许可证

11KB
204

将 Excel 文件转换为 CSV 文件

Crates.io Rust license

安装

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

依赖项

~380KB