├── GestureRainbowTable.db ├── LICENCE ├── README.md ├── _adel_log.py ├── _analyzeDB.py ├── _compareHashValues.py ├── _createReport.py ├── _dumpFiles.py ├── _exif.py ├── _getEXIF.py ├── _getGestureLock.py ├── _helpersBinaryOperations.py ├── _helpersStringOperations.py ├── _locationInformation.py ├── _processXmlConfig.py ├── _sqliteFileHandler.py ├── _sqlitePageParser.py ├── _sqliteParser.py ├── _sqliteVarInt.py ├── _xmlParser.py ├── adel.py ├── adel_dump_partitions.py └── xml ├── calendar.xsd ├── call_log.xsd ├── cell.png ├── contacts.xsd ├── g_lat.png ├── g_maps.png ├── info.xsd ├── jpg.png ├── logo.png ├── phone_configs.xml ├── report.xsd ├── report.xsl ├── sms.xsd ├── twitter.png └── wifi.png /GestureRainbowTable.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/GestureRainbowTable.db -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/README.md -------------------------------------------------------------------------------- /_adel_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_adel_log.py -------------------------------------------------------------------------------- /_analyzeDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_analyzeDB.py -------------------------------------------------------------------------------- /_compareHashValues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_compareHashValues.py -------------------------------------------------------------------------------- /_createReport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_createReport.py -------------------------------------------------------------------------------- /_dumpFiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_dumpFiles.py -------------------------------------------------------------------------------- /_exif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_exif.py -------------------------------------------------------------------------------- /_getEXIF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_getEXIF.py -------------------------------------------------------------------------------- /_getGestureLock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_getGestureLock.py -------------------------------------------------------------------------------- /_helpersBinaryOperations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_helpersBinaryOperations.py -------------------------------------------------------------------------------- /_helpersStringOperations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_helpersStringOperations.py -------------------------------------------------------------------------------- /_locationInformation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_locationInformation.py -------------------------------------------------------------------------------- /_processXmlConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_processXmlConfig.py -------------------------------------------------------------------------------- /_sqliteFileHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_sqliteFileHandler.py -------------------------------------------------------------------------------- /_sqlitePageParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_sqlitePageParser.py -------------------------------------------------------------------------------- /_sqliteParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_sqliteParser.py -------------------------------------------------------------------------------- /_sqliteVarInt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_sqliteVarInt.py -------------------------------------------------------------------------------- /_xmlParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/_xmlParser.py -------------------------------------------------------------------------------- /adel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/adel.py -------------------------------------------------------------------------------- /adel_dump_partitions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/adel_dump_partitions.py -------------------------------------------------------------------------------- /xml/calendar.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/calendar.xsd -------------------------------------------------------------------------------- /xml/call_log.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/call_log.xsd -------------------------------------------------------------------------------- /xml/cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/cell.png -------------------------------------------------------------------------------- /xml/contacts.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/contacts.xsd -------------------------------------------------------------------------------- /xml/g_lat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/g_lat.png -------------------------------------------------------------------------------- /xml/g_maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/g_maps.png -------------------------------------------------------------------------------- /xml/info.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/info.xsd -------------------------------------------------------------------------------- /xml/jpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/jpg.png -------------------------------------------------------------------------------- /xml/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/logo.png -------------------------------------------------------------------------------- /xml/phone_configs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/phone_configs.xml -------------------------------------------------------------------------------- /xml/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/report.xsd -------------------------------------------------------------------------------- /xml/report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/report.xsl -------------------------------------------------------------------------------- /xml/sms.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/sms.xsd -------------------------------------------------------------------------------- /xml/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/twitter.png -------------------------------------------------------------------------------- /xml/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspreitz/ADEL/HEAD/xml/wifi.png --------------------------------------------------------------------------------