LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/dexray_intercept/__init__.py
src/dexray_intercept/about.py
src/dexray_intercept/ammm.py
src/dexray_intercept/appProfiling.py
src/dexray_intercept/appProfiling_legacy.py
src/dexray_intercept/compatibility.py
src/dexray_intercept/deviceUtils.py
src/dexray_intercept/parser.py
src/dexray_intercept/parser_legacy.py
src/dexray_intercept/profiling.js
src/dexray_intercept/resultManager.py
src/dexray_intercept.egg-info/PKG-INFO
src/dexray_intercept.egg-info/SOURCES.txt
src/dexray_intercept.egg-info/dependency_links.txt
src/dexray_intercept.egg-info/entry_points.txt
src/dexray_intercept.egg-info/requires.txt
src/dexray_intercept.egg-info/top_level.txt
src/dexray_intercept/formatters/__init__.py
src/dexray_intercept/formatters/base.py
src/dexray_intercept/formatters/console.py
src/dexray_intercept/formatters/factory.py
src/dexray_intercept/formatters/json_formatter.py
src/dexray_intercept/models/__init__.py
src/dexray_intercept/models/events.py
src/dexray_intercept/models/profile.py
src/dexray_intercept/parsers/__init__.py
src/dexray_intercept/parsers/base.py
src/dexray_intercept/parsers/bypass.py
src/dexray_intercept/parsers/crypto.py
src/dexray_intercept/parsers/database.py
src/dexray_intercept/parsers/dex.py
src/dexray_intercept/parsers/factory.py
src/dexray_intercept/parsers/filesystem.py
src/dexray_intercept/parsers/ipc.py
src/dexray_intercept/parsers/network.py
src/dexray_intercept/parsers/process.py
src/dexray_intercept/parsers/services.py
src/dexray_intercept/services/__init__.py
src/dexray_intercept/services/hook_manager.py
src/dexray_intercept/services/instrumentation.py
src/dexray_intercept/services/profile_collector.py
src/dexray_intercept/utils/__init__.py
src/dexray_intercept/utils/android_utils.py
src/dexray_intercept/utils/crypto_utils.py
src/dexray_intercept/utils/event_logger.py
src/dexray_intercept/utils/hexdump.py
src/dexray_intercept/utils/string_utils.py