diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-07 17:01:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-07 17:01:42 -0300 |
commit | 7c6686555b46ce3f0ad82736a4c0624e68524121 (patch) | |
tree | 337f8eebdbb7472ba9a8d580fc3a6e7ef683dd6e /research | |
parent | 3fe98e3624e3ef1fb50dee311d981c19eb5e1f1e (diff) | |
download | blog-7c6686555b46ce3f0ad82736a4c0624e68524121.tar.gz blog-7c6686555b46ce3f0ad82736a4c0624e68524121.tar.bz2 |
Signature verification for apks
Diffstat (limited to 'research')
-rw-r--r-- | research/smartphone.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/research/smartphone.mdwn b/research/smartphone.mdwn index 010d246..a3ad97a 100644 --- a/research/smartphone.mdwn +++ b/research/smartphone.mdwn @@ -212,6 +212,12 @@ Via [Validating the Android 4.2.2 RSA fingerprint](https://shred.zone/cilla/page ## Instalação manual de apps +Checagem de assinatura: + + apksigner verify --print-certs app.apk + +Instalação: + adb install app.apk ## Movendo arquivos do sdcard para o armazenamento interno |