MftAnalyzer (version 0.0.1) | index mftanalyzer.py |
This package implements multiples libraries and tools to parse, analyze
and extract informations from disk on the live system.
Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Functions | ||
|
Data | ||
ACCESS_MASK_FLAGS = {1: 'ReadData / ListDirectory', 2: 'WriteData / AddFile', 4: 'AppendData / AddSubdirectory', 8: 'ReadExtendedAttributes', 16: 'WriteExtendedAttributes', 32: 'Execute / Traverse', 64: 'DeleteChild', 128: 'ReadAttributes', 256: 'WriteAttributes', 65536: 'Delete', ...} ACE_FLAG_MAP = {1: 'Object Inherit', 2: 'Container Inherit', 4: 'No Propagate Inherit', 8: 'Inherit Only', 64: 'Audit Success', 128: 'Audit Failure'} ACE_TYPE_MAP = {0: 'Access Allowed', 1: 'Access Denied', 2: 'System Audit'} ATTRIBUTE_TYPES = {16: '$STANDARD_INFORMATION', 32: '$ATTRIBUTE_LIST', 48: '$FILE_NAME', 64: '$OBJECT_ID', 80: '$SECURITY_DESCRIPTOR', 96: '$VOLUME_NAME', 112: '$VOLUME_INFORMATION', 128: '$DATA', 144: '$INDEX_ROOT', 160: '$INDEX_ALLOCATION', ...} FILE_INFORMATION_ATTRIBUTE_FLAGS = {1: 'ReadOnly', 2: 'Hidden', 4: 'System', 32: 'Archive', 64: 'Device', 128: 'Normal', 256: 'Temporary', 512: 'Sparse File', 1024: 'Reparse Point', 2048: 'Compressed', ...} FILE_NAME_ATTRIBUTE_FLAGS = {1: 'Read-Only', 2: 'Hidden', 4: 'System', 32: 'Archive', 64: 'Device', 128: 'Normal', 256: 'Temporary', 512: 'Sparse File', 1024: 'Reparse Point', 2048: 'Compressed', ...} Iterable = typing.Iterable List = typing.List SECURITY_DESCRIPTOR_CONTROL_FLAGS = {1: 'Owner Defaulted', 2: 'Group Defaulted', 4: 'DACL Present', 8: 'DACL Defaulted', 16: 'SACL Present', 32: 'SACL Defaulted', 256: 'DACL Auto Inherit Req', 512: 'SACL Auto Inherit Req', 1024: 'DACL Auto Inherited', 2048: 'SACL Auto Inherited', ...} Tuple = typing.Tuple Union = typing.Union __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nDiskAnalyzer Copyright (C) 2025 Maurice Lambe...ome to redistribute it\nunder certain conditions.\n' __description__ = '\nThis package implements multiples libraries and t...tract informations from disk on the live system.\n' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/DiskAnalyzer' copyright = '\nDiskAnalyzer Copyright (C) 2025 Maurice Lambe...ome to redistribute it\nunder certain conditions.\n' license = 'GPL-3.0 License' |
Author | ||
Maurice Lambert |