LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
AppTap.egg-info/PKG-INFO
AppTap.egg-info/SOURCES.txt
AppTap.egg-info/dependency_links.txt
AppTap.egg-info/entry_points.txt
AppTap.egg-info/requires.txt
AppTap.egg-info/top_level.txt
apptap/__init__.py
apptap/__main__.py
apptap/about.py
apptap/api.py
apptap/capabilities.py
apptap/cli.py
apptap/constants.py
apptap/netfilter.py
apptap/result.py
apptap/socket_table.py
apptap/targets.py
apptap/tcpdump.py
apptap/uid.py
apptap/assets/tcpdump_binaries/README.md
apptap/assets/tcpdump_binaries/tcpdump_arm32_android
apptap/assets/tcpdump_binaries/tcpdump_arm64_android
apptap/assets/tcpdump_binaries/tcpdump_x86_64_android
apptap/assets/tcpdump_binaries/tcpdump_x86_android
apptap/executors/__init__.py
apptap/executors/adb.py
apptap/executors/base.py
apptap/executors/local.py
apptap/tiers/__init__.py
apptap/tiers/base.py
apptap/tiers/nflog.py
apptap/tiers/sockdiag.py
misc/apptap-lockup-dark.png
misc/apptap-lockup-light.png
tests/test_api.py
tests/test_capabilities.py
tests/test_executors.py
tests/test_netfilter.py
tests/test_socket_table.py
tests/test_tiers.py
tests/test_uid.py