dissect.clfs.container

Module Contents

Classes

Container

Main class for parsing the containers that belong to a BLF file parsed in an earlier stage.

class dissect.clfs.container.Container(fh: BinaryIO, offset: int)

Main class for parsing the containers that belong to a BLF file parsed in an earlier stage.

Parameters:
  • fh – A file handle to a container file.

  • offset – The offset to start parsing the container records.

records() Iterator[Tuple[int, bytes, bytes]]

Parse the records that are present within the log block.