DiskAnalyzer.ExFatAnalyzer (version 0.1.0)
index
exfatanalyzer.py

This package implements multiples libraries and tools to parse, analyze
and extract informations from disk on the live system.

 
Classes
       
_ctypes.Structure(_ctypes._CData)
ExFATBootSector

 
class ExFATBootSector(_ctypes.Structure)
    
Method resolution order:
ExFATBootSector
_ctypes.Structure
_ctypes._CData
builtins.object

Data descriptors defined here:
BootCode
BootSignature
BytesPerSectorShift
ClusterCount
ClusterHeapOffset
DriveSelect
FatLength
FatOffset
FileSystemName
FileSystemRevision
FirstClusterOfRootDirectory
JumpBoot
MustBeZero
NumberOfFats
PartitionOffset
PercentInUse
Reserved2
SectorsPerClusterShift
VolumeFlags
VolumeLength
VolumeSerialNumber
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Methods inherited from _ctypes.Structure:
__buffer__(self, flags, /)
Return a buffer object that exposes the underlying memory of the object.
__init__(self, /, *args, **kwargs)
Initialize self.  See help(type(self)) for accurate signature.

Static methods inherited from _ctypes.Structure:
__new__(*args, **kwargs) class method of _ctypes.Structure
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(self, /)
default __ctypes_from_outparam__ method returns self.
__hash__(self, /)
Return hash(self).
__reduce__(self, /)
Helper for pickle.
__setstate__(self, dict, data, /)

 
Functions
       
exfat_parse(*args, **kwargs) -> Tuple[BufferedReader, ExFATBootSector, int]
This function parses the disk, find the ExFAT partition
and parses the Boot Sector to return it.

 
Data
        __all__ = ['ExFATBootSector', 'exfat_parse']
__author_email__ = 'mauricelambert434@gmail.com'
__copyright__ = '\nDiskAnalyzer Copyright (C) 2025, 2026 Maurice...ome to redistribute it\nunder certain conditions.\n'
__description__ = '\nThis package implements multiples libraries and...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'

 
Author
        Maurice Lambert