forked from secmobi/amatutor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amatutor-cn.bib
407 lines (338 loc) · 9.96 KB
/
amatutor-cn.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
% This file was created with JabRef 2.7b.
% Encoding: UTF8
@ARTICLE{arm_exploiting_linux,
author = {Emanuele Acri},
title = {Exploiting ARM Linux Systems},
year = {2011},
url = {http://www.exploit-db.com/download_pdf/16151/}
}
@MISC{url:are,
author = {{Anthony Desnos, Hanno Lemoine}},
title = {Virtual Machine for Android Reverse Engineering},
howpublished = {\url{http://redmine.honeynet.org/projects/are/wiki}}
}
@CONFERENCE{arm_stack_exploitation,
author = {Itzhak Avraham},
title = {Non-Executable Stack ARM Exploitation},
booktitle = {Black Hat DC},
year = {2011}
}
@CONFERENCE{arm_exploitation,
author = {Itzhak Avraham},
title = {Exploitation on ARM: Technique and bypassing defense mechanisms},
booktitle = {Def Con 18},
year = {2010}
}
@MISC{url:smali,
author = {{Ben Gruver, et al}},
title = {smali},
howpublished = {\url{http://code.google.com/p/smali/}}
}
@MISC{url:soot,
author = {Eric Bodden},
title = {Soot: a Java Optimization Framework},
howpublished = {\url{http://www.sable.mcgill.ca/soot/}}
}
@CONFERENCE{aslr_android,
author = {Hristo Bojinov},
title = {Address Space Randomization for Mobile Devices},
booktitle = {ACM WiSec},
year = {2011}
}
@BOOK{security_mobile_comm,
title = {Security of Mobile Communications},
publisher = {CRC Press},
year = {2009},
author = {Noureddine Boudriga}
}
@MISC{url:apktool,
author = {Brut.alll},
title = {android-apktool},
howpublished = {\url{http://code.google.com/p/android-apktool/}}
}
@MISC{url:android_x86,
author = {{Chih-Wei Huang, Yi Sun, et al}},
title = {Android-x86 - Porting Android to x86},
howpublished = {\url{http://www.android-x86.org/}}
}
@MISC{url:contagio,
author = {contagio},
title = {contagio mobile malware mini dump},
howpublished = {\url{http://contagiominidump.blogspot.com}}
}
@MISC{url:ded,
author = {{Damien Octeau, Patrick McDaniel, William Enck}},
title = {ded: Decompiling Android Applications},
howpublished = {\url{http://siis.cse.psu.edu/ded/}}
}
@MISC{url:androguard,
author = {Anthony Desnos},
title = {androguard},
howpublished = {\url{http://code.google.com/p/androguard/}}
}
@MISC{url:android_adb,
author = {Android Developers},
title = {Tools: Android Debug Bridge},
howpublished = {\url{http://developer.android.com/guide/developing/tools/adb.html}}
}
@MISC{url:android_android,
author = {Android Developers},
title = {Tools: android},
howpublished = {\url{http://developer.android.com/guide/developing/tools/android.html}}
}
@MISC{url:android_emulator,
author = {Android Developers},
title = {Tools: Android Emulator},
howpublished = {\url{http://developer.android.com/guide/developing/tools/emulator.html}}
}
@MISC{url:android_manifest,
author = {Android Developers},
title = {The AndroidManifest.xml File},
howpublished = {\url{http://developer.android.com/guide/topics/manifest/manifest-intro.html}}
}
@MISC{url:android_using_emulator,
author = {Android Developers},
title = {Managing Virtual Devices: Using the Android Emulator},
howpublished = {\url{http://developer.android.com/guide/developing/devices/emulator.html}}
}
@MISC{url:jd-gui,
author = {Emmanuel Dupuy},
title = {Jd-gui},
howpublished = {\url{http://java.decompiler.free.fr/?q=jdgui}}
}
@BOOK{ida_pro,
title = {The IDA Pro book},
publisher = {No Starch Press, Inc.},
year = {2011},
author = {Chris Eagle},
edition = {2nd}
}
@MISC{url:enck_seminar,
author = {Enck, William},
title = {CSC591-006 - Smartphone OS Security},
howpublished = {\url{http://www.csc.ncsu.edu/faculty/enck/csc591-s12/index.html}},
year = {2012}
}
@MISC{url:psu_sectutor,
author = {Enck, William and McDaniel, Patrick},
title = {Understanding Android's Security Framework},
howpublished = {\url{http://siis.cse.psu.edu/android_sec_tutorial.html}}
}
@MISC{url:sourcery,
author = {Mentor Graphics},
title = {Sourcery CodeBench Lite Edition},
howpublished = {\url{http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/}}
}
@TECHREPORT{dalvik_analysis,
author = {Security Engineering Research Group},
title = {Analysis of Dalvik Virtual Machine and Class Path Library},
institution = {Institute of Management SciencesPeshawar, Pakistan},
year = {2009}
}
@BOOK{mobile_app_security,
title = {Mobile Application Security},
publisher = {McGraw-Hill},
year = {2010},
author = {{Himanshu Dwivedi, Chris Clark, David Thiel}}
}
@BOOK{android_forensics,
title = {Android Forensics: Investigation, Analysis and Mobile Security for
Google Android},
publisher = {Syngress},
year = {2011},
author = {Andrew Hoog}
}
@MISC{url:debian_arm_qemu,
author = {Aurélien Jarno},
title = {Debian on an emulated ARM machine},
howpublished = {\url{http://www.aurel32.net/info/debian_arm_qemu.php}}
}
@MISC{url:debian_img_arm,
author = {Aurélien Jarno},
title = {Debian Lenny arm image for QEMU},
howpublished = {\url{http://people.debian.org/~aurel32/qemu/arm/}}
}
@MISC{url:debian_img_armel,
author = {Aurélien Jarno},
title = {Debian Lenny and Squeeze armel images for QEMU},
howpublished = {\url{http://people.debian.org/~aurel32/qemu/armel/}}
}
@MISC{url:jasmin,
author = {{Jonathan Meyer, Daniel Reynaud}},
title = {Jasmin},
howpublished = {\url{http://jasmin.sourceforge.net}}
}
@BOOK{mobile_malware,
title = {Mobile Malware Attacks and Defense},
publisher = {Elsevier},
year = {2009},
author = {{Ken Dunham, et al}}
}
@MISC{url:securitycompass,
author = {Security Compass Labs},
title = {New Mobile Security Course and ExploitMe Mobile},
howpublished = {\url{http://labs.securitycompass.com/mobile/23/}}
}
@MISC{url:dava,
author = {{Laurie J. Hendren, et al}},
title = {Dava: A tool-independent decompiler for Java},
howpublished = {\url{http://www.sable.mcgill.ca/dava/}}
}
@MISC{url:androidcracking,
author = {lohan+},
title = {android cracking},
howpublished = {\url{http://androidcracking.blogspot.com/}}
}
@CONFERENCE{arm_ropmap,
author = {Long Le, Thanh Nguyen},
title = {ARM exploitation ROPmap},
booktitle = {Black Hat USA},
year = {2011}
}
@MISC{url:dedexer,
author = {Gabor Paller},
title = {Dedexer},
howpublished = {\url{http://dedexer.sourceforge.net/}}
}
@MISC{url:radare,
author = {{pancake. et al}},
title = {radare, the reverse engineering framework},
howpublished = {\url{http://www.radare.org/}}
}
@MISC{url:dex2jar,
author = {Panxiaobo},
title = {dex2jar},
howpublished = {\url{http://code.google.com/p/dex2jar/}}
}
@MISC{url:undx,
author = {Marc Sch\"{o}nefeld},
title = {undx},
howpublished = {\url{http://undx.sourceforge.net/}}
}
@CONFERENCE{dalvik_undx,
author = {Marc Schönefeld},
title = {Reconstructing Dalvik applications},
booktitle = {CONFidence},
year = {2009}
}
@MISC{url:smiasm,
author = {serpilliere},
title = {smiasm},
howpublished = {\url{http://code.google.com/p/smiasm/}}
}
@BOOK{android_app_security,
title = {Application Security for the Android Platform},
publisher = {O'Reilly},
year = {2012},
author = {Jeff Six}
}
@MISC{url:android4me,
author = {Dmitry Skiba},
title = {android4me},
howpublished = {\url{http://code.google.com/p/android4me/}}
}
@MISC{url:xmlpull,
author = {Aleksander Slominski},
title = {XML Pull Parsing},
howpublished = {\url{http://www.xmlpull.org/}}
}
@BOOK{art_virus,
title = {The Art of Computer Virus Research and Defense},
publisher = {Addison-Wesley},
year = {2005},
author = {Peter Szor}
}
@MISC{url:jad,
author = {Tomas Varaneckas},
title = {Jad},
howpublished = {\url{http://www.varaneckas.com/jad}}
}
@MISC{url:dex-decomplier,
author = {wendal1985},
title = {dex-decomplier},
howpublished = {\url{http://code.google.com/p/dex-decomplier/}}
}
@MISC{url:zip_format,
author = {Wikipedia},
title = {Zip (file format)},
howpublished = {\url{http://en.wikipedia.org/wiki/ZIP_(file_format)}}
}
@MISC{url:androidaudittools,
author = {wuntee},
title = {androidAuditTools},
howpublished = {\url{https://github.com/wuntee/androidAuditTools}}
}
@ARTICLE{arm_alphanumeric,
author = {YYounan, PPhilippaerts},
title = {Alphanumeric RISC ARM Shellcode},
journal = {Phrack Magazine},
year = {2009},
volume = {13},
number = {66}
}
@BOOK{android_jishuneimu,
title = {Android技术内幕:系统卷},
publisher = {机械工业出版社},
year = {2011},
author = {杨丰盛}
}
@BOOK{android_neihepouxi,
title = {Android内核剖析},
publisher = {电子工业出版社},
year = {2011},
author = {柯元旦}
}
@BOOK{android_shenrulijie,
title = {深入理解Android:卷I},
publisher = {机械工业出版社},
year = {2011},
author = {邓凡平}
}
@MISC{url:android_dev,
title = {Android Developers},
howpublished = {\url{http://developer.android.com}}
}
@MISC{url:angstrom,
title = {{The {\AA}ngstr{\"o}m Distribution}},
howpublished = {\url{http://www.angstrom-distribution.org/}}
}
@MISC{url:blackhat,
title = {black hat multimedia archives},
howpublished = {\url{https://www.blackhat.com/html/archives.html}}
}
@MISC{url:blog_gliethttp,
title = {gliethttp},
howpublished = {\url{http://gliethttp.blog.chinaunix.net}}
}
@MISC{url:group_mobilemalware,
title = {mobile.malware group},
howpublished = {\url{http://groups.google.com/group/mobilemalware}}
}
@MISC{url:openssl,
title = {OpenSSL},
howpublished = {\url{http://www.openssl.org/}}
}
@MISC{url:seandroid,
title = {SEAndroid},
howpublished = {\url{http://selinuxproject.org/page/SEAndroid}}
}
@MISC{url:viaforensics,
title = {viaforensics},
howpublished = {\url{http://viaforensics.com/}}
}
@MISC{url:vx_heavens,
title = {VX Heavens},
howpublished = {\url{http://vx.netlux.org}}
}
@MISC{url:wireshark,
title = {Wireshark},
howpublished = {\url{http://www.wireshark.org/}}
}
@MISC{url:xda,
title = {XDA Developers Forum},
howpublished = {\url{http://forum.xda-developers.com/}}
}
@comment{jabref-meta: selector_publisher:}
@comment{jabref-meta: selector_author:}
@comment{jabref-meta: selector_journal:}
@comment{jabref-meta: selector_keywords:}