Commit Graph

24 Commits

Author SHA1 Message Date
Sebastian Bachmann
560cdabd75 generate new public resources 2018-02-21 19:37:10 +01:00
Sebastian Bachmann
2824406817 move tools 2017-11-24 13:20:21 +01:00
Sebastian Bachmann
b62c2086fb adding tool for testing androguard on collections of APKs 2017-09-12 12:07:11 +02:00
Sebastian Bachmann
8efb0f139c resolve some pep warnings 2017-09-12 09:54:25 +02:00
Sebastian Bachmann
44a79fc796 optimize imports 2017-06-19 15:26:53 +02:00
Sebastian Bachmann
d21744bc4e remove redundand parantheses 2017-06-19 15:14:19 +02:00
Sebastian Bachmann
fa09ef768b None compares 2017-06-19 15:11:27 +02:00
Sebastian Bachmann
a303291fbf simplify boolean expression 2017-06-19 15:10:25 +02:00
Sebastian Bachmann
2464410198 format 2017-06-14 10:44:41 +02:00
Sebastian Bachmann
3dda8aa9c6 2to3 tools 2017-06-14 10:39:17 +02:00
adesnos
376b990d06 Fix syntax 2015-09-14 15:52:30 +02:00
adesnos
70344854bd update 2015-09-14 09:12:00 +02:00
Anthony Desnos
489f4b8b29 Merge pull request #105 from zyrikby/api_permission_mappings
Api permission mappings
2015-06-29 12:54:16 +02:00
Yury Zhauniarovich
8143f9d472 Removed old tool for permission description extraction 2015-06-24 12:37:53 +02:00
Yury Zhauniarovich
1b634b31f4 Reformatting output string 2015-06-16 17:17:23 +02:00
Yury Zhauniarovich
ae52ec426e Added tool to extract permission mappings from PScout data 2015-06-16 17:08:07 +02:00
Yury Zhauniarovich
b6aa2f7096 Added tool to extract permissions from AOSP projects 2015-05-04 13:40:07 +02:00
Robert Grosse
78bafe6ace Normalize colon style 2014-11-03 22:55:21 +01:00
Lircyn
a26ad7eab4 Revert "Normalize colon style" 2014-11-03 21:18:07 +01:00
Robert Grosse
999ad5004e Normalize colon style 2014-10-31 09:22:59 -07:00
Robert Grosse
09616381e4 Fix remaining old style classes 2014-10-30 10:22:06 -07:00
Robert Grosse
4c136eddaa Wrap all file accesses in a with statement to ensure they are closed properly 2014-10-29 11:14:30 -07:00
David Weinstein
85eefdaf7e use getAttributeNS with android uri
- this fixes issues with apps using a non-default android namespace
  (e.g., com.opera.browser, sha1
  dcb769ca4489e00b7baa951e80f5e661fbfca18c, versionCode: 1600561541)
  where it uses 'ns0' instead of 'android' for prefixes on attributes
  (see https://gist.github.com/dweinstein/c6ccd67e3ccbd2179955) for
  example.
2014-09-12 14:36:59 -04:00
Lircyn
d4770c4b4b Fix a bug with invoke-super/range
Split variables to separate each definition (not exactly SSA, but sort of)
2014-07-06 22:26:02 +02:00