apk-info-cli 1.0.13

A command-line tool to inspect and extract APK files
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod axml;
pub(crate) mod extract;
mod path_helpers;
pub(crate) mod repack;
pub(crate) mod resdecode;
pub(crate) mod show;

pub(crate) use axml::command_axml;
pub(crate) use extract::command_extract;
pub(crate) use repack::command_repack;
pub(crate) use show::command_show;