Parses and hashes installed apps in /Applications
()
| 1185 | ParseSysUsers() |
| 1186 | |
| 1187 | def ParseInstalledApps(): |
| 1188 | ''' Parses and hashes installed apps in /Applications ''' |
| 1189 | |
| 1190 | PrintAndLog(u'Installed applications', 'SECTION') |
| 1191 | ParsePackagesDir(os.path.join(ROOT_PATH, 'Applications')) |
| 1192 | |
| 1193 | def GetAuditedSystemVersion(): |
| 1194 | ''' Simply return the system version ''' |
no test coverage detected