Go to file
2024-03-20 16:57:05 +01:00
src Adapt the extract img file name with multiple same file types 2023-10-10 14:33:57 +08:00
.gitignore First commit 2017-12-07 21:04:07 +01:00
Cargo.lock Remove num_cpus dep and bump to version 0.2.0 2022-09-09 00:07:26 +02:00
Cargo.toml Remove num_cpus dep and bump to version 0.2.0 2022-09-09 00:07:26 +02:00
LICENSE Initial commit 2017-12-07 21:03:34 +01:00
README.md Update README.md 2024-02-04 22:27:52 +08:00

huextract

A fast, simple, efficient Huawei UPDATE.APP extractor written in Rust.

Features

  • Extract image files from an UPDATE.APP file
  • Verify file checksums by default
  • List the packed images in the UPDATE.APP file
  • Extract the checksum files only
  • Extract the header files
  • Export the headers content to a CSV

Installation

$ cargo install --git https://github.com/echo-devim/huextract huextract

Usage

See huextract --help.