API Reference¶
unblob.models.Handler
¶
Bases: abc.ABC
A file type handler is responsible for searching, validating and "unblobbing" files from Blobs.
Source code in unblob/models.py
get_dependencies()
classmethod
¶
Returns external command dependencies needed for this handler to work.
calculate_chunk(file, start_offset)
abstractmethod
¶
extract(inpath, outdir)
¶
Source code in unblob/models.py
unblob.models.StructHandler
¶
Bases: Handler