diff options
| author | jvoisin | 2022-09-03 16:00:53 +0200 |
|---|---|---|
| committer | jvoisin | 2022-09-03 16:42:39 +0200 |
| commit | 2bc593e990e2915d63503df8d4be72d10fa77e9d (patch) | |
| tree | 61a6aa1fe7c84aeb995a4e13cc5962389fea56aa /README.md | |
| parent | 2d6d30a2d11704df48c4bb46b75243d582bcc4c8 (diff) | |
Second commit
Diffstat (limited to 'README.md')
| -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 | ``` |
