rawdisk.plugins.filesystems.efi_system package¶
Submodules¶
rawdisk.plugins.filesystems.efi_system.efi_system module¶
- class rawdisk.plugins.filesystems.efi_system.efi_system.EfiSystemPlugin[source]¶
Bases: rawdisk.plugins.categories.IFilesystemPlugin
Filesystem plugin for EFI System partition.
- detect(filename, offset)[source]¶
Always returns True, since there is only one partition with this type GUID, no need to do further verification.
- get_volume_object()[source]¶
Returns EfiSystemVolume object.
- register()[source]¶
Registers this plugin with FilesystemDetector as gpt plugin, with type guid {C12A7328-F81F-11D2-BA4B-00A0C93EC93B}
rawdisk.plugins.filesystems.efi_system.efi_system_volume module¶
- class rawdisk.plugins.filesystems.efi_system.efi_system_volume.EfiSystemVolume[source]¶
Bases: rawdisk.filesystems.volume.Volume
Structure for EFI System volume