LICENSE
MANIFEST.in
README.md
pyproject.toml
lu77U_MobileSec/__init__.py
lu77U_MobileSec/__main__.py
lu77U_MobileSec.egg-info/PKG-INFO
lu77U_MobileSec.egg-info/SOURCES.txt
lu77U_MobileSec.egg-info/dependency_links.txt
lu77U_MobileSec.egg-info/entry_points.txt
lu77U_MobileSec.egg-info/requires.txt
lu77U_MobileSec.egg-info/top_level.txt
lu77U_MobileSec/ai/__init__.py
lu77U_MobileSec/ai/base_provider.py
lu77U_MobileSec/ai/claude_provider.py
lu77U_MobileSec/ai/custom_provider.py
lu77U_MobileSec/ai/gemini_provider.py
lu77U_MobileSec/ai/ollama_lifecycle.py
lu77U_MobileSec/ai/ollama_models.py
lu77U_MobileSec/ai/ollama_provider.py
lu77U_MobileSec/ai/openai_provider.py
lu77U_MobileSec/ai/provider_factory.py
lu77U_MobileSec/ai/registry.py
lu77U_MobileSec/ai/schema.py
lu77U_MobileSec/analyzers/__init__.py
lu77U_MobileSec/analyzers/java_kotlin_analyzer.py
lu77U_MobileSec/analyzers/agent/__init__.py
lu77U_MobileSec/analyzers/agent/agent_loop.py
lu77U_MobileSec/analyzers/agent/code_graph.py
lu77U_MobileSec/analyzers/agent/skills_loader.py
lu77U_MobileSec/analyzers/agent/tools.py
lu77U_MobileSec/cli/__init__.py
lu77U_MobileSec/cli/main.py
lu77U_MobileSec/cli/parser.py
lu77U_MobileSec/config/__init__.py
lu77U_MobileSec/config/constants.py
lu77U_MobileSec/config/credentials.py
lu77U_MobileSec/config/paths.py
lu77U_MobileSec/config/prompts.py
lu77U_MobileSec/config/settings.py
lu77U_MobileSec/config/user_settings.py
lu77U_MobileSec/core/__init__.py
lu77U_MobileSec/core/app.py
lu77U_MobileSec/decompiler/__init__.py
lu77U_MobileSec/decompiler/java_kotlin_decompiler.py
lu77U_MobileSec/detection/__init__.py
lu77U_MobileSec/detection/detector.py
lu77U_MobileSec/detection/extractors/__init__.py
lu77U_MobileSec/detection/extractors/basic_info_extractor.py
lu77U_MobileSec/detection/extractors/logging_config.py
lu77U_MobileSec/detection/extractors/manifest_parser.py
lu77U_MobileSec/detection/results/__init__.py
lu77U_MobileSec/detection/results/basic_info_results.py
lu77U_MobileSec/detection/results/detection_results.py
lu77U_MobileSec/detection/results/framework_results.py
lu77U_MobileSec/dynamic_analysis/__init__.py
lu77U_MobileSec/dynamic_analysis/adb_manager.py
lu77U_MobileSec/dynamic_analysis/dynamic_analyzer.py
lu77U_MobileSec/dynamic_analysis/frida_manager.py
lu77U_MobileSec/dynamic_analysis/mitmproxy_manager.py
lu77U_MobileSec/dynamic_analysis/ui_automator.py
lu77U_MobileSec/dynamic_analysis/verifier.py
lu77U_MobileSec/dynamic_analysis/verify_tools.py
lu77U_MobileSec/dynamic_analysis/visual_checker.py
lu77U_MobileSec/framework_detector/__init__.py
lu77U_MobileSec/framework_detector/base_detector.py
lu77U_MobileSec/framework_detector/cordova_detector.py
lu77U_MobileSec/framework_detector/enhanced_detector.py
lu77U_MobileSec/framework_detector/flutter_detector.py
lu77U_MobileSec/framework_detector/hybrid_detector.py
lu77U_MobileSec/framework_detector/java_detector.py
lu77U_MobileSec/framework_detector/kony_detector.py
lu77U_MobileSec/framework_detector/kotlin_detector.py
lu77U_MobileSec/framework_detector/libgdx_detector.py
lu77U_MobileSec/framework_detector/native_detector.py
lu77U_MobileSec/framework_detector/react_native_detector.py
lu77U_MobileSec/framework_detector/unity_detector.py
lu77U_MobileSec/framework_detector/unreal_detector.py
lu77U_MobileSec/framework_detector/xamarin_detector.py
lu77U_MobileSec/report_generator/__init__.py
lu77U_MobileSec/report_generator/comprehensive_html_builder.py
lu77U_MobileSec/report_generator/comprehensive_pdf_generator.py
lu77U_MobileSec/report_generator/comprehensive_report_builder.py
lu77U_MobileSec/report_generator/html_content_builder.py
lu77U_MobileSec/report_generator/json_exporter.py
lu77U_MobileSec/report_generator/path_utils.py
lu77U_MobileSec/report_generator/pdf_generation_engine.py
lu77U_MobileSec/report_generator/pdf_generator.py
lu77U_MobileSec/report_generator/pdf_styles.py
lu77U_MobileSec/report_generator/report_builder.py
lu77U_MobileSec/report_generator/report_renderer.py
lu77U_MobileSec/report_generator/syntax_highlight.py
lu77U_MobileSec/tools_checker/__init__.py
lu77U_MobileSec/tools_checker/analysis_checker.py
lu77U_MobileSec/tools_checker/jadx_checker.py
lu77U_MobileSec/tools_checker/ollama_checker.py
lu77U_MobileSec/ui/__init__.py
lu77U_MobileSec/ui/colors.py
lu77U_MobileSec/utils/__init__.py
lu77U_MobileSec/utils/cancellation.py
lu77U_MobileSec/utils/cvss.py
lu77U_MobileSec/utils/display_utils.py
lu77U_MobileSec/utils/output_manager.py
lu77U_MobileSec/utils/response_parser.py
lu77U_MobileSec/utils/screen.py
lu77U_MobileSec/utils/string_utils.py
lu77U_MobileSec/utils/system.py
lu77U_MobileSec/utils/time_utils.py
lu77U_MobileSec/utils/validation_utils.py
lu77U_MobileSec/utils/verbose.py
lu77U_MobileSec/utils/windows_dependencies.py
lu77U_MobileSec/utils/xml_utils.py
lu77U_MobileSec/web/__init__.py
lu77U_MobileSec/web/app.py
lu77U_MobileSec/web/events.py
lu77U_MobileSec/web/jobs.py
lu77U_MobileSec/web/serializers.py
lu77U_MobileSec/web/server.py
lu77U_MobileSec/web/store.py
lu77U_MobileSec/web/routes/__init__.py
lu77U_MobileSec/web/routes/dynamic.py
lu77U_MobileSec/web/routes/scans.py
lu77U_MobileSec/web/routes/settings.py
lu77U_MobileSec/web/routes/system.py
lu77U_MobileSec/web/services/__init__.py
lu77U_MobileSec/web/services/analysis_service.py
lu77U_MobileSec/web/services/settings_service.py
lu77U_MobileSec/web/static/index.html