README.md
pyproject.toml
src/dumbemu/__init__.py
src/dumbemu/context.py
src/dumbemu/emulator.py
src/dumbemu.egg-info/PKG-INFO
src/dumbemu.egg-info/SOURCES.txt
src/dumbemu.egg-info/dependency_links.txt
src/dumbemu.egg-info/requires.txt
src/dumbemu.egg-info/top_level.txt
src/dumbemu/cpu/args.py
src/dumbemu/cpu/base.py
src/dumbemu/cpu/regs.py
src/dumbemu/cpu/x64.py
src/dumbemu/cpu/x86.py
src/dumbemu/data/strings.py
src/dumbemu/data/structs.py
src/dumbemu/debug/tracer.py
src/dumbemu/mem/alloc.py
src/dumbemu/mem/hooks.py
src/dumbemu/mem/memory.py
src/dumbemu/mem/stack.py
src/dumbemu/pe/loader.py
src/dumbemu/utils/constants.py
src/dumbemu/utils/logger.py
src/dumbemu/win/iat.py
src/dumbemu/win/tebpeb.py
tests/test_all_features.py
tests/test_basic.py
tests/test_calling_conventions.py
tests/test_comprehensive.py
tests/test_stubs.py