diff options
| author | Julien Voisin | 2022-09-12 00:16:03 +0200 |
|---|---|---|
| committer | GitHub | 2022-09-12 00:16:03 +0200 |
| commit | b02b870ed5417104ccad974ad685f48454663cde (patch) | |
| tree | 9dd023c9764980f0d262e9f5a272728dab0eff84 /README.md | |
| parent | b4188deaf0e0632464fd5b912b391fa4fb28d7dd (diff) | |
Document the new fields
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -26,6 +26,12 @@ Extract various information from APK. | |||
| 26 | "package": <string> | 26 | "package": <string> |
| 27 | "activities": <list<string>> | 27 | "activities": <list<string>> |
| 28 | "permissions": <list<string>> | 28 | "permissions": <list<string>> |
| 29 | "certificate_not_after": <string> | ||
| 30 | "certificate_serial": <int> | ||
| 31 | "certificate_subject": <string> | ||
| 32 | "certificate_not_before": <string> | ||
| 33 | "certificate_issuer": <string> | ||
| 34 | "app_name": <string> | ||
| 29 | } | 35 | } |
| 30 | } | 36 | } |
| 31 | } | 37 | } |
