Updated Home (markdown)

totoag 2022-07-21 11:26:31 +02:00
parent e81ce53473
commit 7430802a90

@ -25,6 +25,14 @@ python3 cli.py apkid download-eded3bc3451011237ec5cfba1f723c41e6d46cfed5124ffd46
]
```
All events are saved in the file 'androguard.db' which is basically a sqlite db (easily readable with https://sqlitebrowser.org/). There is 3 tables:
* information (related to all APK/DEX/... analyzed during a session)
* session (unique key to identify a particular session done)
* pentest (events from frida saved)
## Pypi (TBD)