rawdisk.plugins package

Submodules

rawdisk.plugins.categories module

This module holds yapsy plugin categories for rawdisk plugins. Currently only filesystem category plugins are available.

class rawdisk.plugins.categories.IFilesystemPlugin[source]

Bases: yapsy.IPlugin.IPlugin

Base abstract class for filesystem plugins.

detect(filename, offset, standalone=False)[source]

Method is called by detector for each plugin, that is registered with FilesystemDetector.

get_volume_object()[source]

Returns plugin’s volume object (inherited from Volume)

gpt_identifiers

Should return a list (usually one) of GPT identifiers that are used to detect this volume

identifier_string
mbr_identifiers

Should return a list (usually one) of MBR identifiers that are used to detect this volume

rawdisk.plugins.manager module

Module contents