:py:mod:`dissect.executable` ============================ .. py:module:: dissect.executable Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 elf/index.rst macho/index.rst pe/index.rst Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 exception/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: dissect.executable.ELF .. py:class:: ELF(fh: BinaryIO) .. py:property:: dynamic :type: bool .. py:method:: __repr__() -> str Return repr(self). .. py:method:: dump() -> bytes