apk-info-zip

Crates.ioapk-info-zip
lib.rsapk-info-zip
version1.0.9
created_at2025-11-12 00:54:16.812282+00
updated_at2025-12-07 14:43:42.434332+00
descriptionA library for correctly unpacking APK files that use the BadPack technique
homepagehttps://github.com/delvinru/apk-info
repositoryhttps://github.com/delvinru/apk-info
max_upload_size
id1928559
size77,137
Alexey (delvinru)

documentation

README

apk-info-zip

Implementation of a custom error-agnostic zip parser.

The main purpose of this crate is to correctly unpack archives damaged using the BadPack technique.

Example

let zip = ZipEntry::new(input).expect("can't parser zip file");
let (data, compression_method) = zip.read("AndroidManifest.xml");
Commit count: 0

cargo fmt