dissect.fve.tools.dd

Module Contents

Functions

Attributes

dissect.fve.tools.dd.progress
dissect.fve.tools.dd.stream(fhin: BinaryIO, fhout: BinaryIO, offset: int, length: int, chunk_size: int = io.DEFAULT_BUFFER_SIZE, task_id: int | None = None) None
dissect.fve.tools.dd.open_fve(vol: BinaryIO, args: argparse.Namespace) BinaryIO
dissect.fve.tools.dd.main() None