:py:mod:`dissect.regf` ====================== .. py:module:: dissect.regf Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 c_regf/index.rst exceptions/index.rst regf/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: dissect.regf.RegistryHive .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: RegistryKeyNotFoundError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: RegistryValueNotFoundError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:class:: RegistryHive(fh) .. py:method:: root() .. py:method:: read_cell_data(offset) .. py:method:: read_cell(offset) .. py:method:: parse_cell_data(data) .. py:method:: cell(offset) .. py:method:: open(path) .. py:method:: walk()