-
Notifications
You must be signed in to change notification settings - Fork 2
/
Thesis.bib
197 lines (189 loc) · 7.37 KB
/
Thesis.bib
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
@book{Praktyczna16,
author = {Gynvael, C. i Jurczyk, M.},
title = {{Praktyczna inżynieria wsteczna metody, techniki i narzędzia}},
year = {2016},
isbn = {9788301189518},
edition = {1th},
publisher = {Wydawnictwo Naukowe PWN},
howpublished= {\\\url{http://ksiegarnia.pwn.pl/Praktycznainzynieriawsteczna,650015920,p.html}},
}
%https://www.packtpub.com/mapt/book/application_development/9781782167167
@book{SecurityCookbook,
author = {Keith Makan, Scott Alexander-Bown},
title = {Android Security Cookbook},
year = {2013},
isbn = {9781782167167},
edition = {1th},
publisher = {Packt Publishing},
howpublished= {\\\url{http://ksiegarnia.pwn.pl/Praktycznainzynieriawsteczna,650015920,p.html}},
}
@www{AndroidSourceDalvik,
author = {},
title = {Dalvik bytecode documentation},
year = 2017,
url = {https://source.android.com/devices/tech/dalvik/dalvik-bytecode},
howpublished = {\\\url{https://source.android.com/devices/tech/dalvik/dalvik-bytecode}},
urldate = {2017-03-27}
}
@www{AndroidSourceDexFormat,
author = {},
title = {Dalvik Executable format},
year = 2017,
url = {https://source.android.com/devices/tech/dalvik/dex-format},
howpublished = {\\\url{https://source.android.com/devices/tech/dalvik/dex-format}},
urldate = {2017-06-20}
}
@www{AndroidCrack,
author = {},
title = {SMALI format by example},
year = 2010,
url = {http://androidcracking.blogspot.com/2010/09/examplesmali.html},
howpublished = {\\\url{http://androidcracking.blogspot.com/2010/09/examplesmali.html}},
urldate = {2010-09-26}
}
@www{DalvikOpCodes,
author = {Gabor Paller},
title = {Dalvik opcodes},
url = {http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html},
howpublished = {\\\url{http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html}},
}
@www{DexFormat,
title = {Android 4.0 dex-format},
url = {http://www.dre.vanderbilt.edu/~schmidt/android/android-4.0/dalvik/docs/dex-format.html},
howpublished = {\\\url{http://www.dre.vanderbilt.edu/~schmidt/android/android-4.0/dalvik/docs/dex-format.html}},
}
@www{UnderstandingDalvik,
author = {Gabor Paller},
title = {Understanding the Dalvik bytecode with the Dedexer tool},
year = 2009,
url = {https://www.slideshare.net/paller/understanding-the-dalvik-bytecode-with-the-dedexer-tool},
howpublished = {\\\url{https://www.slideshare.net/paller/understanding-the-dalvik-bytecode-with-the-dedexer-tool}},
urldate = {2009-12-02}
}
@www{Jasmin,
author = {Jonathan Meyer},
title = {JASMIN USER GUIDE},
year = 1996,
url = {http://jasmin.sourceforge.net/guide.html},
howpublished = {\\\url{http://jasmin.sourceforge.net/guide.html}},
}
@www{WORA,
author = {},
title = {Write once, run anywhere?},
year = 2002,
url = {http://www.computerweekly.com/feature/Write-once-run-anywhere},
howpublished = {\\\url{http://www.computerweekly.com/feature/Write-once-run-anywhere}},
urldate = {2002-05-02}
}
@www{SmaliWiki,
author = {},
title = {Smali Wiki Github},
url = {https://github.com/JesusFreke/smali/wiki},
howpublished = {\\\url{https://github.com/JesusFreke/smali/wiki}},
}
@www{REAndroid1,
author = {Thanasis Petsas},
title = {Reverse Engineering Android: Disassembly and Code Injection},
url = {http://www.syssec-project.eu/m/page-media/158/syssec-summer-school-Android-Code-Injection.pdf},
howpublished = {\\\url{http://www.syssec-project.eu/m/page-media/158/syssec-summer-school-Android-Code-Injection.pdf}},
}
@www{SmaliTypes,
title = {Smali types},
url = {https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFields},
howpublished = {\\\url{https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFields}},
}
@www{ART,
title = {ART and Dalvik},
url = {https://source.android.com/devices/tech/dalvik/},
howpublished = {\\\url{https://source.android.com/devices/tech/dalvik/}},
}
@www{ARTWiki,
title = {ART and Dalvik},
url = {https://en.wikipedia.org/wiki/Dalvik_(software)},
howpublished = {\\\url{https://en.wikipedia.org/wiki/Dalvik_(software)}},
}
@www{HowAPK,
title = {Android application package},
url = {https://en.wikipedia.org/wiki/Android_application_package},
howpublished = {\\\url{https://en.wikipedia.org/wiki/Android_application_package}},
}
@www{DalvikConstrains,
title = {Dalvik constraints},
url = {https://source.android.com/devices/tech/dalvik/constraints},
howpublished = {\\\url{https://source.android.com/devices/tech/dalvik/constraints}},
}
@www{ApkSigning,
title = {Application signing},
url = {https://developer.android.com/studio/publish/app-signing.html},
howpublished = {\\\url{https://developer.android.com/studio/publish/app-signing.html}},
}
@www{ApkSigning2,
title = {Application signing},
url = {https://source.android.com/security/apksigning/v2},
howpublished = {\\\url{https://source.android.com/security/apksigning/v2}},
}
@www{JarSigning,
title = {JAR signing},
url = {https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#Signed_JAR_File},
howpublished = {\\\url{https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#Signed_JAR_File}},
}
@www{Obfuscation,
title = {Zaciemnianie kodu},
url = {https://pl.wikipedia.org/wiki/Zaciemnianie_kodu},
howpublished = {\\\url{https://pl.wikipedia.org/wiki/Zaciemnianie_kodu}},
}
@www{Proguard,
title = {Proguard},
url = {https://www.guardsquare.com/en/proguard/manual/examples#application},
howpublished = {\\\url{https://www.guardsquare.com/en/proguard/manual/examples#application}},
}
@www{DRM,
title = {Digital content protection},
url = {http://esec-lab.sogeti.com/static/publications/10-hitbkl-drm.pdf},
howpublished = {\\\url{http://esec-lab.sogeti.com/static/publications/10-hitbkl-drm.pdf}},
}
@www{OWASP,
title = {OWASP Secure Coding Practices Quick Reference Guide},
year = 2010,
url = {https://www.owasp.org/images/0/08/OWASP_SCP_Quick_Reference_Guide_v2.pdf},
howpublished = {\\\url{https://www.owasp.org/images/0/08/OWASP_SCP_Quick_Reference_Guide_v2.pdf}},
}
@www{HelloWorldSmali,
title = {Hello World smali},
url = {https://github.com/JesusFreke/smali/blob/master/examples/HelloWorld/HelloWorld.smali},
howpublished = {\\\url{https://github.com/JesusFreke/smali/blob/master/examples/HelloWorld/HelloWorld.smali}},
}
@www{DiveIntoDex,
author = {Rodrigo Chiossi},
year = 2014,
title = {A deep dive into DEX file format},
url = {https://elinux.org/images/d/d9/A_deep_dive_into_dex_file_format--chiossi.pdf},
howpublished = {\\\url{https://elinux.org/images/d/d9/A_deep_dive_into_dex_file_format--chiossi.pdf}},
}
@www{Symantec,
author = {Mario Ballano},
year = 2011,
title = {Android Class Loading Hijacking},
url = {https://www.symantec.com/connect/blogs/android-class-loading-hijacking},
howpublished = {\\\url{https://www.symantec.com/connect/blogs/android-class-loading-hijacking}},
}
@www{AndroidSDK,
title = {Android SDK},
url = {https://developer.android.com/about/index.html},
howpublished = {\\\url{https://developer.android.com/about/index.html}},
}
@www{AndroidStudio,
title = {Android Studio},
url = {https://developer.android.com/studio/index.html},
howpublished = {\\\url{https://developer.android.com/studio/index.html}},
}
@www{GradleBuildProcess,
title = {Learn Gradle Episode 2},
url = {http://www.31mins.com/learn-gradle-episode-2/},
howpublished = {\\\url{http://www.31mins.com/learn-gradle-episode-2}},
}
@www{GradleBuildProcess2,
title = {AndroidBuild5—android build apk},
url = {http://www.cnblogs.com/herenzhiming/articles/4995922.html},
howpublished = {\\\url{http://www.cnblogs.com/herenzhiming/articles/4995922.html}},
}