README.md
pyproject.toml
requirements.txt
src/unplayplay/__init__.py
src/unplayplay/consts.py
src/unplayplay/emu_session.py
src/unplayplay/key_emu.py
src/unplayplay/trace_hook.py
src/unplayplay.egg-info/PKG-INFO
src/unplayplay.egg-info/SOURCES.txt
src/unplayplay.egg-info/dependency_links.txt
src/unplayplay.egg-info/requires.txt
src/unplayplay.egg-info/top_level.txt
src/unplayplay/emu/__init__.py
src/unplayplay/emu/addressing.py
src/unplayplay/emu/heap_allocator.py
src/unplayplay/emu/heap_chunk.py
src/unplayplay/emu/memory.py
src/unplayplay/emu/runtime.py
src/unplayplay/emu/hooks/__init__.py
src/unplayplay/emu/hooks/hook_amd64.py
src/unplayplay/emu/hooks/hook_malloc.py
src/unplayplay/emu/hooks/stub_patches.py
src/unplayplay/generated/runtimefunction.json
src/unplayplay/generated/runtimefunction_models.py
src/unplayplay/generated/throwinfo.json
src/unplayplay/generated/throwinfo_models.py
src/unplayplay/seh/__init__.py
src/unplayplay/seh/context.py
src/unplayplay/seh/dispatcher.py
src/unplayplay/seh/metadata.py
src/unplayplay/seh/registers.py
src/unplayplay/seh/seh_hook.py
src/unplayplay/seh/state.py
src/unplayplay/seh/state_builder.py