diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -18,10 +18,15 @@ Extract various information from APK. | |||
| 18 | { | 18 | { |
| 19 | "type": "sample", | 19 | "type": "sample", |
| 20 | "kind": "analyzed", | 20 | "kind": "analyzed", |
| 21 | "sample": <Resource>, | ||
| 21 | "payload": { | 22 | "payload": { |
| 22 | "sample": <Resource>, | 23 | "attributes": { |
| 23 | "certificate": <string>, | 24 | "certificate": <string>, |
| 24 | "package": <string> | 25 | "main_activity": <string>, |
| 26 | "package": <string> | ||
| 27 | "activities": <list<string>> | ||
| 28 | "permissions": <list<string>> | ||
| 29 | } | ||
| 25 | } | 30 | } |
| 26 | } | 31 | } |
| 27 | ``` | 32 | ``` |
