MCPcopy
hub / github.com/jipegit/OSXAuditor / ParseKext

Function ParseKext

osxauditor.py:851–855  ·  view source on GitHub ↗

Parse the Kernel extensions

()

Source from the content-addressed store, hash-verified

849 PrintAndLog(PackagesDirPath.decode('utf-8') + u' is empty (no package found)', 'INFO')
850
851def ParseKext():
852 ''' Parse the Kernel extensions '''
853
854 PrintAndLog(u'Kernel extensions', 'SECTION')
855 ParsePackagesDir(os.path.join(ROOT_PATH, 'System/Library/Extensions/'))
856
857def AggregateLogsDir(ZipHandle, LogDirPath):
858 ''' Aggregate all logs found in a directory to a zipball '''

Callers 1

MainFunction · 0.85

Calls 2

PrintAndLogFunction · 0.85
ParsePackagesDirFunction · 0.85

Tested by

no test coverage detected