LICENSE
README.md
pyproject.toml
src/dexray_insight/__init__.py
src/dexray_insight/about.py
src/dexray_insight/asam.py
src/dexray_insight.egg-info/PKG-INFO
src/dexray_insight.egg-info/SOURCES.txt
src/dexray_insight.egg-info/dependency_links.txt
src/dexray_insight.egg-info/entry_points.txt
src/dexray_insight.egg-info/requires.txt
src/dexray_insight.egg-info/top_level.txt
src/dexray_insight/Utils/__init__.py
src/dexray_insight/Utils/androguardObjClass.py
src/dexray_insight/Utils/blobUnpack.py
src/dexray_insight/Utils/file_utils.py
src/dexray_insight/Utils/log.py
src/dexray_insight/apk_diffing/__init__.py
src/dexray_insight/apk_diffing/apk_diffing_module.py
src/dexray_insight/apk_overview/__init__.py
src/dexray_insight/apk_overview/android_manifest_desc.py
src/dexray_insight/apk_overview/apk.py
src/dexray_insight/apk_overview/app.py
src/dexray_insight/apk_overview/axml.py
src/dexray_insight/apk_overview/dvm_permissions.py
src/dexray_insight/apk_overview/manifest_analysis.py
src/dexray_insight/apk_overview/manifest_utils.py
src/dexray_insight/apk_overview/network_security.py
src/dexray_insight/apk_overview/types.py
src/dexray_insight/apk_overview/utils.py
src/dexray_insight/apk_overview/zipfile.py
src/dexray_insight/apk_overview/resources/__init__.py
src/dexray_insight/apk_overview/resources/public.py
src/dexray_insight/apk_overview/resources/public.xml
src/dexray_insight/core/__init__.py
src/dexray_insight/core/analysis_engine.py
src/dexray_insight/core/base_classes.py
src/dexray_insight/core/configuration.py
src/dexray_insight/core/security_engine.py
src/dexray_insight/manifest_analysis/__init__.py
src/dexray_insight/manifest_analysis/manifest_analysis_module.py
src/dexray_insight/modules/__init__.py
src/dexray_insight/modules/api_invocation_analysis.py
src/dexray_insight/modules/apk_overview_analysis.py
src/dexray_insight/modules/behaviour_analysis.py
src/dexray_insight/modules/dotnet_analysis.py
src/dexray_insight/modules/library_detection.py
src/dexray_insight/modules/manifest_analysis.py
src/dexray_insight/modules/permission_analysis.py
src/dexray_insight/modules/signature_analysis.py
src/dexray_insight/modules/string_analysis.py
src/dexray_insight/modules/tracker_analysis.py
src/dexray_insight/results/BehaviourAnalysisResults.py
src/dexray_insight/results/FullAnalysisResults.py
src/dexray_insight/results/InDepthAnalysisResults.py
src/dexray_insight/results/LibraryDetectionResults.py
src/dexray_insight/results/SecurityAnalysisResults.py
src/dexray_insight/results/TrackerAnalysisResults.py
src/dexray_insight/results/__init__.py
src/dexray_insight/results/apkInsightResults.py
src/dexray_insight/results/apkOverviewResults.py
src/dexray_insight/results/apkidResults.py
src/dexray_insight/results/kavanozResults.py
src/dexray_insight/security/__init__.py
src/dexray_insight/security/broken_access_control_assessment.py
src/dexray_insight/security/injection_assessment.py
src/dexray_insight/security/sensitive_data_assessment.py
src/dexray_insight/securityAnalysis/__init__.py
src/dexray_insight/securityAnalysis/security_analysis.py
src/dexray_insight/securityAnalysis/runtimes/__init__.py
src/dexray_insight/securityAnalysis/runtimes/dexSec.py
src/dexray_insight/securityAnalysis/runtimes/dotnetMonoSec.py
src/dexray_insight/signature_detection/__init__.py
src/dexray_insight/signature_detection/hash.py
src/dexray_insight/signature_detection/koodous.py
src/dexray_insight/signature_detection/signature_detection_module.py
src/dexray_insight/signature_detection/triage.py
src/dexray_insight/signature_detection/vt.py
src/dexray_insight/string_analysis/__init__.py
src/dexray_insight/string_analysis/string_analysis_module.py
src/dexray_insight/tools/__init__.py
src/dexray_insight/tools/apkid_tool.py
src/dexray_insight/tools/kavanoz_tool.py