Skip to content

Its-Just-Nans/apksig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apksig crates.io version crates.io downloads docs.rs

asciicast

Usage

For rust usage, see https://docs.rs/apksig or ./tests for examples.

cargo install apksig
# then use with
apksig myapp.apk

Rust features

To use apksign without dependencies, or only with useful dependencies for your use case, you can disable features.

[dependencies]
apksig = { version = "xx", default-features = false } # you want nothing
# or if you want only some features
apksig = { version = "xx", default-features = false, features = ["serde", "hash"] }

See ./Cargo.toml for all available features and documentation.

Tests

Coverage is available at https://n4n5.dev/apksig/coverage/.

LICENSE

About

Decoding the APK Signing Block

Topics

Resources

License

Stars

Watchers

Forks

Contributors