summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4616caa..49f78c0 100644
--- a/README.md
+++ b/README.md
@@ -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```