.gitignore
LICENCE.md
README.md
pyproject.toml
uv.lock
.github/workflows/pipeline.yml
docs/conf.py
docs/index.rst
docs/_static/.gitignore
docs/_templates/.gitignore
docs/api/index.rst
docs/docs/change_log.rst
docs/docs/creating_hook_definitions.rst
docs/docs/extension_types.rst
docs/docs/index.rst
docs/docs/inter_mod_functionality.rst
docs/docs/mod_states.rst
docs/docs/partial_structs.rst
docs/docs/settings.rst
docs/docs/single_file_mods.rst
docs/docs/writing_mods.rst
docs/docs/gui/gui.rst
docs/docs/gui/hex_view.rst
docs/docs/gui/index.rst
docs/docs/libraries/custom_callbacks.rst
docs/docs/libraries/index.rst
docs/docs/libraries/writing_libraries.rst
pyMHF.egg-info/PKG-INFO
pyMHF.egg-info/SOURCES.txt
pyMHF.egg-info/dependency_links.txt
pyMHF.egg-info/entry_points.txt
pyMHF.egg-info/requires.txt
pyMHF.egg-info/top_level.txt
pymhf/__init__.py
pymhf/_preinject.py
pymhf/injected.py
pymhf/log_terminal.py
pymhf/main.py
pymhf/core/__init__.py
pymhf/core/_internal.py
pymhf/core/_types.py
pymhf/core/caching.py
pymhf/core/calling.py
pymhf/core/common.py
pymhf/core/errors.py
pymhf/core/functions.py
pymhf/core/hooking.py
pymhf/core/importing.py
pymhf/core/logging.py
pymhf/core/memutils.py
pymhf/core/mod_loader.py
pymhf/core/module_data.py
pymhf/core/process.py
pymhf/core/protocols.py
pymhf/core/utils.py
pymhf/extensions/cpptypes.py
pymhf/extensions/ctypes.py
pymhf/gui/__init__.py
pymhf/gui/decorators.py
pymhf/gui/gui.py
pymhf/gui/hexview.py
pymhf/gui/protocols.py
pymhf/utils/config.py
pymhf/utils/iced.py
pymhf/utils/imports.py
pymhf/utils/parse_toml.py
pymhf/utils/partial_struct.py
pymhf/utils/winapi.py
tests/test_functions.py
tests/test_partial_structs.py