Crates.io | zffanalyze |
lib.rs | zffanalyze |
version | 1.0.0 |
source | src |
created_at | 2022-02-18 23:00:42.304885 |
updated_at | 2022-07-24 14:56:55.910919 |
description | A command line utility to analyze zff files. |
homepage | https://github.com/ph0llux/zffanalyze |
repository | https://github.com/ph0llux/zffanalyze |
max_upload_size | |
id | 534925 |
size | 123,313 |
zffanalyze
is a command line utility to analyze zff images.
First, you need to install rust and cargo to build or install zffanalyze
.
After that you still need the gcc, which you can install as follows (depends on the distribution):
$ sudo apt-get install gcc
$ sudo dnf install gcc
Then you can easily build this tool yourself by using cargo:
[/home/ph0llux/projects/zffanalyze] $ cargo build --release
Or you can install the tool directly from crates.io:
$ cargo install zffanalyze
To show the metadata of the given zff file, execute:
zffanalyze -i <YOUR_ZFF_IMAGE.z01>
If you want to perform an integrity check, you can simply execute:
zffanalyze -i <YOUR_ZFF_IMAGE.z01> -c
If you want to determine the authenticity of the data with an existing public key, then execute:
zffanalyze -i <YOUR_ZFF_IMAGE.z01> -k "c9IvuVj4lnGVSXR5Azx8SAyqQBpeHMKpB/4v8/Cj4Ew="