awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repositorios

Awesome GitHub RepositoriesMobile Application Analysis

Static and dynamic analysis tools for identifying vulnerabilities in mobile applications.

Explore 11 awesome GitHub repositories matching part of an awesome list · Mobile Application Analysis. Refine with filters or upvote what's useful.

Awesome Mobile Application Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/security-101Avatar de microsoft

    microsoft/Security-101

    6,203Ver en GitHub↗

    Security-101 is a vendor-agnostic, foundational cybersecurity learning curriculum organized into modular, framework-aligned modules. It is designed to build core knowledge across multiple security domains without tying content to specific products or platforms, making it suitable for both beginners and professionals seeking a structured introduction to the field. The curriculum is built around established security frameworks, including the MITRE ATT&CK framework for standardized threat analysis and the NIST Cybersecurity Framework for incident response workflows. It covers a broad range of do

    Teaches combining static and dynamic analysis to detect vulnerabilities during application execution.

    HTMLappseccia-triaddata-protection
    Ver en GitHub↗6,203
  • dwisiswant0/apkleaksAvatar de dwisiswant0

    dwisiswant0/apkleaks

    6,102Ver en GitHub↗

    Apkleaks es una herramienta de análisis estático y auditoría de seguridad diseñada para extraer secretos hardcodeados, endpoints de API y datos sensibles de paquetes de aplicaciones Android. Opera como un escáner de secretos que analiza binarios compilados sin ejecutarlos para identificar posibles fugas de información y endpoints inseguros. La herramienta utiliza un motor de extracción de datos basado en regex para identificar cadenas sensibles dentro de código descompilado. Soporta la personalización a través de patrones de búsqueda definidos en JSON y proporciona flags de configuración para ajustar el comportamiento del desensamblador subyacente. El pipeline de análisis abarca la descompilación binaria, la extracción de texto y la coincidencia de patrones. Las fugas de seguridad y credenciales identificadas pueden exportarse a archivos de texto o JSON para su revisión offline.

    Scanner for extracting URIs, endpoints, and secrets from APK files.

    Python
    Ver en GitHub↗6,102
  • apklab/apklabAvatar de APKLab

    APKLab/APKLab

    3,878Ver en GitHub↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    Combines static and dynamic analysis tools to identify vulnerabilities and malware within mobile applications.

    TypeScript
    Ver en GitHub↗3,878
  • kelvinben/appinfoscannerAvatar de kelvinBen

    kelvinBen/AppInfoScanner

    3,535Ver en GitHub↗

    该项目目前仅仅是规划项目中的冰山一角,如果您对此项目感兴趣或者想参与后继项目的开发工作或者翻译工作中,请发送邮件至blsm@vip.qq.com说明你的能力和诉求。

    Tool for collecting and analyzing information from APK files.

    Python
    Ver en GitHub↗3,535
  • pascal-lab/tai-eAvatar de pascal-lab

    pascal-lab/Tai-e

    1,784Ver en GitHub↗

    Release v0.5.4: - Tai-e ships with a new frontend, providing faster and more reliable conversion from Java programs to Tai-e IR. - Android app analysis is supported through a PacDroid-powered plugin integrated with pointer analysis. - Spring DI and WEC analysis is supported through the Spring…

    Static analysis framework for Java and Android applications.

    Java
    Ver en GitHub↗1,784
  • quark-engine/quark-engineAvatar de quark-engine

    quark-engine/quark-engine

    1,687Ver en GitHub↗

    System for Android malware analysis and scoring.

    Python
    Ver en GitHub↗1,687
  • cyber-buddy/apkhuntAvatar de Cyber-Buddy

    Cyber-Buddy/APKHunt

    970Ver en GitHub↗

    APKHunt is a comprehensive static code analysis tool for Android apps that is based on the OWASP MASVS framework. Although APKHunt is intended primarily for mobile app developers and security testers, it can be used by anyone to identify and address potential security vulnerabilities in their code.

    Static analysis tool based on the OWASP MASVS framework.

    Go
    Ver en GitHub↗970
  • abhi-r3v0/adhritAvatar de abhi-r3v0

    abhi-r3v0/Adhrit

    543Ver en GitHub↗

    Adhrit is an open source Android APK reversing and analysis suite. The tool is an effort to find an efficient solution to all the needs of mobile security testing and automation. Adhrit has been built with a focus on flexibility and mudularization. Adhrit currently uses the Ghera benchmarks to…

    Android security suite for reconnaissance and static bytecode analysis.

    JavaScript
    Ver en GitHub↗543
  • maaaaz/androwarnAvatar de maaaaz

    maaaaz/androwarn

    531Ver en GitHub↗

    Yet another static code analyzer for malicious Android applications

    Static code analyzer for detecting malicious Android applications.

    HTML
    Ver en GitHub↗531
  • droidefense/engineAvatar de droidefense

    droidefense/engine

    480Ver en GitHub↗

    droidefense (originally named atom: a nalysis t hrough o bservation m achine)* is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has…

    Advanced framework for Android malware analysis.

    Java
    Ver en GitHub↗480
  • cryptax/droidlysisAvatar de cryptax

    cryptax/droidlysis

    310Ver en GitHub↗

    DroidLysis is a pre-analysis tool for Android apps: it performs repetitive and boring tasks we'd typically do at the beginning of any reverse engineering. It disassembles the Android sample, organizes output in directories, and searches for suspicious spots in the code to look at. The output…

    Pre-analysis tool for automating Android reverse engineering tasks.

    Python
    Ver en GitHub↗310
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Mobile Application Analysis

Explorar subetiquetas

  • Runtime AnalysisCombines static and dynamic analysis to detect vulnerabilities while the application executes, reducing false positives. **Distinct from Mobile Application Analysis:** Distinct from Mobile Application Analysis: focuses on runtime analysis for any application, not specifically mobile.