-
Notifications
You must be signed in to change notification settings - Fork 15
/
README.txt
116 lines (74 loc) · 3.45 KB
/
README.txt
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
##########################################################################
################################# Androguard #############################
##########################################################################
################### http://code.google.com/p/androguard ##################
######################## dev (at) androguard.re ##########################
##########################################################################
1 -] About
Androguard (Android Guard) is primarily a tool written in full python to
play with :
- DEX, ODEX
- APK
- Android's binary xml
2 -] Usage
You need to follow the following information to install dependencies
for androguard :
http://code.google.com/p/androguard/wiki/Installation
You must go to the website to see more example :
http://code.google.com/p/androguard/wiki/Usage
2.1 --] API
2.1.1 --] Instructions
http://code.google.com/p/androguard/wiki/Instructions
2.2 --] Demos
see the source codes in the directory 'demos'
2.3 --] Tools
http://code.google.com/p/androguard/wiki/Usage
2.4 --] Disassembler
http://code.google.com/p/androguard/wiki/Disassembler
2.5 --] Analysis
http://code.google.com/p/androguard/wiki/Analysis
2.6 --] Visualization
http://code.google.com/p/androguard/wiki/Visualization
2.7 --] Similarities, Diffing, plagiarism/rip-off indicator
http://code.google.com/p/androguard/wiki/Similarity
http://code.google.com/p/androguard/wiki/DetectingApplications
2.8 --] Open Source database of android malwares
http://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares
2.9 --] Decompiler
2.10 --] Reverse
http://code.google.com/p/androguard/wiki/RE
3 -] Roadmap/Issues
http://code.google.com/p/androguard/wiki/RoadMap
http://code.google.com/p/androguard/issues/list
4 -] Authors: Androguard Team
Androguard + tools: Anthony Desnos <desnos at t0t0.fr>
DAD (DAD is A Decompiler): Geoffroy Gueguen <geoffroy dot gueguen at gmail dot com>
5 -] Contributors
Craig Smith <agent dot craig at gmail dot com>: 64 bits patch + magic tricks
6 -] Licenses
6.1 --] Androguard
Copyright (C) 2012, Anthony Desnos <desnos at t0t0.fr>
All rights reserved.
Androguard is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Androguard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Androguard. If not, see <http://www.gnu.org/licenses/>.
6.2 -] DAD
Copyright (C) 2012, Geoffroy Gueguen <geoffroy.gueguen at gmail.com>
All rights reserved.
Androguard is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Androguard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with DAD. If not, see <http://www.gnu.org/licenses/>.