sh4d0wup 0.11.0

Signing-key abuse and update exploitation framework
Documentation
1
2
3
4
5
6
7
mod apk;
mod apt;
mod pacman;

pub use self::apk::ApkPkg;
pub use self::apt::AptPkg;
pub use self::pacman::PacmanPkg;