zffanalyze

Crates.iozffanalyze
lib.rszffanalyze
version1.0.0
sourcesrc
created_at2022-02-18 23:00:42.304885
updated_at2022-07-24 14:56:55.910919
descriptionA command line utility to analyze zff files.
homepagehttps://github.com/ph0llux/zffanalyze
repositoryhttps://github.com/ph0llux/zffanalyze
max_upload_size
id534925
size123,313
(ph0llux)

documentation

README

zffanalyze

zffanalyze is a command line utility to analyze zff images.

Installation

Prerequisites

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):

Debian/Ubuntu
$ sudo apt-get install gcc
Fedora
$ 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

Usage

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="
Commit count: 63

cargo fmt