LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
archr/__init__.py
archr/errors.py
archr/strace_parser.py
archr/utils.py
archr.egg-info/PKG-INFO
archr.egg-info/SOURCES.txt
archr.egg-info/dependency_links.txt
archr.egg-info/requires.txt
archr.egg-info/top_level.txt
archr/analyzers/__init__.py
archr/analyzers/angr_project.py
archr/analyzers/angr_state.py
archr/analyzers/angr_ultimate_tracer.py
archr/analyzers/bintrace_qemu_tracer.py
archr/analyzers/core.py
archr/analyzers/datascout.py
archr/analyzers/gdb.py
archr/analyzers/gdbserver.py
archr/analyzers/input_fd.py
archr/analyzers/ltrace.py
archr/analyzers/qemu_tracer.py
archr/analyzers/qtrace.py
archr/analyzers/rr.py
archr/analyzers/strace.py
archr/analyzers/tcpdump.py
archr/analyzers/udp_tcp_convert.py
archr/implants/__init__.py
archr/implants/GENERIC/bundle
archr/implants/GENERIC/fire
archr/implants/bintrace_qemu/bundle
archr/implants/bintrace_qemu/fire
archr/implants/emurrate/bundle
archr/implants/emurrate/fire
archr/implants/gdb/bundle
archr/implants/gdb/fire
archr/implants/gdbserver/bundle
archr/implants/gdbserver/fire
archr/implants/ltrace/bundle
archr/implants/ltrace/fire
archr/implants/qtrace/bundle
archr/implants/qtrace/fire
archr/implants/rr/bundle
archr/implants/rr/fire
archr/implants/shellphish_qemu/bundle
archr/implants/shellphish_qemu/fire
archr/implants/udp_tcp_convert/CMakeLists.txt
archr/implants/udp_tcp_convert/bundle
archr/implants/udp_tcp_convert/fire
archr/implants/udp_tcp_convert/udp_to_tcp.c
archr/targets/__init__.py
archr/targets/actions.py
archr/targets/docker_target.py
archr/targets/flight.py
archr/targets/local_target.py