.dockerignore
.gitignore
CMakeLists.txt
Dockerfile
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/build.yml
.github/workflows/docs.yml
bin/pyda
bin/pyda-attach
docs/README.md
docs/mkdocs.yml
docs/requirements.txt
docs/pages/index.md
docs/pages/advanced-usage/attaching.md
docs/pages/api/exceptions.md
docs/pages/api/process.md
docs/pages/getting-started/installation.md
docs/pages/getting-started/quickstart.md
examples/cmplog.py
examples/heap.py
examples/ltrace.py
examples/ltrace_macos.py
examples/ltrace_multithreaded.py
examples/resolve_indirect_calls.py
examples/simple.py
examples/strace.py
lib/pyda/__init__.py
lib/pyda/arch.py
lib/pyda/base.py
lib/pyda/compiler.py
lib/pyda/proc.py
lib/pyda/tube.py
lib/pyda/hacks/gdb.py
lib/pyda/hacks/pls_no_signal.py
lib/pyda/hacks/pwndbg_compat.py
lib/pyda/hacks/signal.py
patches/dynamorio-10.0.patch
patches/dynamorio-11.2.patch
patches/dynamorio-bf5c900f575976ba145616b25337e3266ecaea3a-macos.patch
patches/make_patches.sh
patches/wine_tls_fix_11.2.patch
pyda_core/CMakeLists.txt
pyda_core/pyda_compiler.c
pyda_core/pyda_core.c
pyda_core/pyda_core_py.c
pyda_core/pyda_patch_python.c
pyda_core/pyda_threads.c
pyda_core/pyda_unwind.c
pyda_core/tool.c
pyda_core/include/privload.h
pyda_core/include/pyda_compiler.h
pyda_core/include/pyda_core.h
pyda_core/include/pyda_core_py.h
pyda_core/include/pyda_threads.h
pyda_core/include/pyda_util.h
pyda_core/linux/pyda_threads_linux.c
pyda_core/macos/macho.c
pyda_core/macos/pyda_threads_macos.c
pyda_dbi.egg-info/PKG-INFO
pyda_dbi.egg-info/SOURCES.txt
pyda_dbi.egg-info/dependency_links.txt
pyda_dbi.egg-info/top_level.txt
tests/builder1.py
tests/err_hook.py
tests/err_invalidhook.py
tests/err_norun.py
tests/err_thread_entry.py
tests/run_tests.py
tests/simple.c
tests/simple2.c
tests/test_blocking1.py
tests/test_blocking2.py
tests/test_blocking3.py
tests/test_blocking4.py
tests/test_call.c
tests/test_call.py
tests/test_fork.c
tests/test_hugeio.c
tests/test_hugeio.py
tests/test_io.c
tests/test_io1.py
tests/test_io2.py
tests/test_longrunning.c
tests/test_longrunning_multithread.c
tests/test_pwntools.py
tests/test_python_threading.py
tests/test_regs_x86.py
tests/test_segv.c
tests/test_segv.py
tests/test_syscall.py
tests/test_thread_blocking.py
tests/thread_10.c
tests/thread_1000.c
tests/thread_nojoin.c
tests/eval/malloc1.c
tests/eval/malloc1000.c
tests/eval/malloc100000.c
tests/eval/malloc1000000.c
tests/eval/malloccount_libdebug.py
tests/eval/malloccount_pyda.py
tests/eval/run_eval.py