-
```
What steps will reproduce the problem?
1. _a = AndroguardS(inputfile.apk)
perm_set_1 = _a.get_analysis().get_permissions([])
2. a = apk.APK(inputfile.apk, raw)
perm_set_2 = a.get_details_pe…
-
```
What steps will reproduce the problem?
1. Install this app on device
https://play.google.com/store/apps/details?id=com.symantec.mobilesecurity&hl=en_
GB
2. adb pull /data/app/com.symantec.mobiles…
-
Dear @JordanSamhi
I know you must be busy. So I have just one question this time.
I have tried your ic3 with some apks and have come to be sure
that your ic3 works fine for apks that don't us…
-
```
What steps will reproduce the problem?
1. Install this app on device
https://play.google.com/store/apps/details?id=com.symantec.mobilesecurity&hl=en_
GB
2. adb pull /data/app/com.symantec.mobiles…
-
For some apps, we are getting a python struct error. I don't know if this is a problem with androwarn, python, or the APK file itself. Below is an example error message. How can we fix this?
Traceb…
-
https://github.com/androguard/androguard/blob/master/tests/test_decompiler.py
```
wget https://github.com/latenssi/csawctf13/raw/master/herpderperp/herpderper.apk
from androguard.misc import An…
-
**Describe the bug**
Analysis of .dex files obtained from an Android Package (APK) fails with a Java error while using Ghidra 9.2.2. The sample used to identify the issue can be found below (renam…
-
When trying to make an analysis on an APK the following error arraises:
> INFO Generating models...
error: Model generator(s) join_override_generator do not exist.
CRITICAL Analysis binary exited…
-
```
What steps will reproduce the problem?
1. ./androlyze.py -s
2. a = APK('com.badoo.apk')
3. d = DalvikVMFormat(a.get_dex())
4. gc.set_debug(gc.DEBUG_LEAK)
5. del d
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. ./androlyze.py -s
2. a = APK('com.badoo.apk')
3. d = DalvikVMFormat(a.get_dex())
4. gc.set_debug(gc.DEBUG_LEAK)
5. del d
What is the expected output? Wha…