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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/security-101Avatar von microsoft

    microsoft/Security-101

    6,203Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,203
  • dwisiswant0/apkleaksAvatar von dwisiswant0

    dwisiswant0/apkleaks

    6,102Auf GitHub ansehen↗

    Apkleaks ist ein statisches Analysetool und ein Sicherheits-Auditor, der dazu entwickelt wurde, hartcodierte Secrets, API-Endpunkte und sensible Daten aus Android-Anwendungspaketen (APK) zu extrahieren. Es arbeitet als Secret-Scanner, der kompilierte Binärdateien analysiert, ohne sie auszuführen, um potenzielle Informationslecks und unsichere Endpunkte zu identifizieren. Das Tool verwendet eine regex-basierte Datenextraktions-Engine, um sensible Strings innerhalb von dekompiliertem Code zu identifizieren. Es unterstützt Anpassungen durch JSON-definierte Suchmuster und bietet Konfigurations-Flags, um das Verhalten des zugrunde liegenden Disassemblers anzupassen. Die Analyse-Pipeline umfasst Binär-Dekompilierung, Textextraktion und Mustererkennung. Identifizierte Sicherheitslecks und Anmeldedaten können zur Offline-Überprüfung in Text- oder JSON-Dateien exportiert werden.

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

    Python
    Auf GitHub ansehen↗6,102
  • apklab/apklabAvatar von APKLab

    APKLab/APKLab

    3,878Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,878
  • kelvinben/appinfoscannerAvatar von kelvinBen

    kelvinBen/AppInfoScanner

    3,535Auf GitHub ansehen↗

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

    Tool for collecting and analyzing information from APK files.

    Python
    Auf GitHub ansehen↗3,535
  • pascal-lab/tai-eAvatar von pascal-lab

    pascal-lab/Tai-e

    1,784Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,784
  • quark-engine/quark-engineAvatar von quark-engine

    quark-engine/quark-engine

    1,687Auf GitHub ansehen↗

    System for Android malware analysis and scoring.

    Python
    Auf GitHub ansehen↗1,687
  • cyber-buddy/apkhuntAvatar von Cyber-Buddy

    Cyber-Buddy/APKHunt

    970Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗970
  • abhi-r3v0/adhritAvatar von abhi-r3v0

    abhi-r3v0/Adhrit

    543Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗543
  • maaaaz/androwarnAvatar von maaaaz

    maaaaz/androwarn

    531Auf GitHub ansehen↗

    Yet another static code analyzer for malicious Android applications

    Static code analyzer for detecting malicious Android applications.

    HTML
    Auf GitHub ansehen↗531
  • droidefense/engineAvatar von droidefense

    droidefense/engine

    480Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗480
  • cryptax/droidlysisAvatar von cryptax

    cryptax/droidlysis

    310Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗310
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Mobile Application Analysis

Unter-Tags erkunden

  • 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.