-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
61 lines (42 loc) · 1.69 KB
/
config.txt
File metadata and controls
61 lines (42 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# apktool BUILD
To build the apktool jar follow the instructions at:
https://ibotpeaches.github.io/Apktool/build/
In particular, we need to execute the shadowJar task, which generates
a jar file in brut.apktool/apktool-cli/build/libs/ called apktool-cli-all.jar.
Since apktool (I assume smali/baksmali) uses internally also the jcommander,
there is an conflict to the latest version of jcommander we use as gradle
dependency. To resolve this issue, I simply removed the respective folder
named 'com.beust' in the apktool-cli-all.jar.
# Config for intra-procedural CFG on Linux
-f
/home/auermich/smali/ws.xsoh.etar_15.apk
-d
intra
-t
Lcom/android/calendar/AllInOneActivity;->checkAppPermissions()V
# Config for intra-procedural CFG on Windows
-f
C:\Users\Michael\Documents\Work\Android\apks\ws.xsoh.etar_15.apk
-d
intra
-t
Lcom/android/calendar/AllInOneActivity;->checkAppPermissions()V
---------------------------------------------------------------------
# some modified APK using both XML and code declared callbacks
/home/auermich/Downloads/com.zola.bmi_400_src.tar.gz/BMI/build/outputs/apk/debug/BMI-debug.apk
# Config for inter-procedural CFG on Linux
-f
/home/auermich/smali/ws.xsoh.etar_15.apk
-d
inter
# Config for inter-procedural CFG on Windows
-f
C:\Users\Michael\Documents\Work\Android\apks\ws.xsoh.etar_15.apk
-d
inter
----------------------------------------------------------------------
# Config for ApkDecoder on Windows
"C:\\Users\\Michael\\Documents\\Work\\Android\\apks\\com.zola.bmi_400.apk"
"C:\\Users\\Michael\\Documents\\Work\\Android\\apks\\zola"
"C:\\Users\\Michael\\Documents\\Work\\Android\\apks\\zola\\dist", "final.apk"
"C:\\Users\\Michael\\Documents\\Work\\Android\\apks\\zola\\"