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/core/temporal_directory.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/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/behaviour_analysis/__init__.py
src/dexray_insight/modules/behaviour_analysis/behaviour_analysis_module.py
src/dexray_insight/modules/behaviour_analysis/analyzers/__init__.py
src/dexray_insight/modules/behaviour_analysis/analyzers/device_analyzer.py
src/dexray_insight/modules/behaviour_analysis/analyzers/media_analyzer.py
src/dexray_insight/modules/behaviour_analysis/analyzers/reflection_analyzer.py
src/dexray_insight/modules/behaviour_analysis/analyzers/system_analyzer.py
src/dexray_insight/modules/behaviour_analysis/analyzers/telephony_analyzer.py
src/dexray_insight/modules/behaviour_analysis/engines/__init__.py
src/dexray_insight/modules/behaviour_analysis/engines/pattern_search_engine.py
src/dexray_insight/modules/behaviour_analysis/models/__init__.py
src/dexray_insight/modules/behaviour_analysis/models/analysis_context.py
src/dexray_insight/modules/behaviour_analysis/models/behavior_evidence.py
src/dexray_insight/modules/behaviour_analysis/modes/__init__.py
src/dexray_insight/modules/behaviour_analysis/modes/fast_mode_analyzer.py
src/dexray_insight/modules/behaviour_analysis/modes/mode_manager.py
src/dexray_insight/modules/library_detection/__init__.py
src/dexray_insight/modules/library_detection/library_detection_module.py
src/dexray_insight/modules/library_detection/engines/__init__.py
src/dexray_insight/modules/library_detection/engines/androidx_engine.py
src/dexray_insight/modules/library_detection/engines/apktool_detection_engine.py
src/dexray_insight/modules/library_detection/engines/coordinator.py
src/dexray_insight/modules/library_detection/engines/heuristic_engine.py
src/dexray_insight/modules/library_detection/engines/native_engine.py
src/dexray_insight/modules/library_detection/engines/similarity_engine.py
src/dexray_insight/modules/library_detection/patterns/__init__.py
src/dexray_insight/modules/library_detection/patterns/library_patterns.py
src/dexray_insight/modules/library_detection/signatures/__init__.py
src/dexray_insight/modules/library_detection/signatures/class_signatures.py
src/dexray_insight/modules/library_detection/signatures/signature_database.py
src/dexray_insight/modules/library_detection/signatures/signature_matcher.py
src/dexray_insight/modules/library_detection/utils/__init__.py
src/dexray_insight/modules/library_detection/utils/library_mappings.py
src/dexray_insight/modules/library_detection/utils/version_analyzer.py
src/dexray_insight/modules/native/__init__.py
src/dexray_insight/modules/native/base_native_module.py
src/dexray_insight/modules/native/library_version_detection.py
src/dexray_insight/modules/native/native_loader.py
src/dexray_insight/modules/native/string_extraction.py
src/dexray_insight/modules/native/strings_fallback_detection.py
src/dexray_insight/modules/string_analysis/__init__.py
src/dexray_insight/modules/string_analysis/string_analysis_module.py
src/dexray_insight/modules/string_analysis/extractors/__init__.py
src/dexray_insight/modules/string_analysis/extractors/string_extractor.py
src/dexray_insight/modules/string_analysis/filters/__init__.py
src/dexray_insight/modules/string_analysis/filters/android_properties_filter.py
src/dexray_insight/modules/string_analysis/filters/domain_filter.py
src/dexray_insight/modules/string_analysis/filters/email_filter.py
src/dexray_insight/modules/string_analysis/filters/network_filter.py
src/dexray_insight/modules/string_analysis/validators/__init__.py
src/dexray_insight/modules/string_analysis/validators/string_validators.py
src/dexray_insight/modules/tracker_analysis/__init__.py
src/dexray_insight/modules/tracker_analysis/tracker_analysis_module.py
src/dexray_insight/modules/tracker_analysis/databases/__init__.py
src/dexray_insight/modules/tracker_analysis/databases/exodus_api_client.py
src/dexray_insight/modules/tracker_analysis/databases/tracker_database.py
src/dexray_insight/modules/tracker_analysis/detectors/__init__.py
src/dexray_insight/modules/tracker_analysis/detectors/pattern_detector.py
src/dexray_insight/modules/tracker_analysis/detectors/tracker_deduplicator.py
src/dexray_insight/modules/tracker_analysis/detectors/version_extractor.py
src/dexray_insight/modules/tracker_analysis/models/__init__.py
src/dexray_insight/modules/tracker_analysis/models/tracker_models.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/authentication_failures_assessment.py
src/dexray_insight/security/broken_access_control_assessment.py
src/dexray_insight/security/cve_assessment.py
src/dexray_insight/security/injection_assessment.py
src/dexray_insight/security/insecure_design_assessment.py
src/dexray_insight/security/integrity_failures_assessment.py
src/dexray_insight/security/logging_monitoring_failures_assessment.py
src/dexray_insight/security/mobile_specific_assessment.py
src/dexray_insight/security/security_misconfiguration_assessment.py
src/dexray_insight/security/sensitive_data_assessment.py
src/dexray_insight/security/ssrf_assessment.py
src/dexray_insight/security/vulnerable_components_assessment.py
src/dexray_insight/security/context_analysis/__init__.py
src/dexray_insight/security/context_analysis/code_context_analyzer.py
src/dexray_insight/security/context_analysis/contextual_secret_analyzer.py
src/dexray_insight/security/context_analysis/false_positive_filter.py
src/dexray_insight/security/context_analysis/risk_correlation_engine.py
src/dexray_insight/security/context_analysis/usage_pattern_analyzer.py
src/dexray_insight/security/context_analysis/models/__init__.py
src/dexray_insight/security/context_analysis/models/context_models.py
src/dexray_insight/security/context_analysis/models/contextual_finding.py
src/dexray_insight/security/cve/__init__.py
src/dexray_insight/security/cve/clients/__init__.py
src/dexray_insight/security/cve/clients/base_client.py
src/dexray_insight/security/cve/clients/github_client.py
src/dexray_insight/security/cve/clients/nvd_client.py
src/dexray_insight/security/cve/clients/osv_client.py
src/dexray_insight/security/cve/models/__init__.py
src/dexray_insight/security/cve/models/library_mapping.py
src/dexray_insight/security/cve/models/vulnerability.py
src/dexray_insight/security/cve/utils/__init__.py
src/dexray_insight/security/cve/utils/cache_manager.py
src/dexray_insight/security/cve/utils/rate_limiter.py
src/dexray_insight/security/cve/utils/version_parser.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