dfimagetools.scripts package

Submodules

dfimagetools.scripts.extract_data_streams module

Console script to extract data streams.

dfimagetools.scripts.extract_data_streams.Main()[source]

Entry point of console script to extract data streams.

Returns:

exit code that is provided to sys.exit().

Return type:

int

dfimagetools.scripts.list_file_entries module

Console script to list file entries.

dfimagetools.scripts.list_file_entries.Main()[source]

Entry point of console script to list file entries.

Returns:

exit code that is provided to sys.exit().

Return type:

int

dfimagetools.scripts.map_extents module

Console script to map extents.

dfimagetools.scripts.map_extents.Main()[source]

Entry point of console script to map extents.

Returns:

exit code that is provided to sys.exit().

Return type:

int

dfimagetools.scripts.recursive_hasher module

Console script to recursive hash data streams.

dfimagetools.scripts.recursive_hasher.Main()[source]

Entry point for console script to recursive hash data streams.

Returns:

exit code that is provided to sys.exit().

Return type:

int

dfimagetools.scripts.source_analyzer module

Console script to analyze sources.

dfimagetools.scripts.source_analyzer.Main()[source]

Entry point of console script to analyze sources.

Returns:

exit code that is provided to sys.exit().

Return type:

int

Module contents

Helper functions for CLI tools.