awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/security-101microsoft 的头像

    microsoft/Security-101

    6,203在 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
    在 GitHub 上查看↗6,203
  • dwisiswant0/apkleaksdwisiswant0 的头像

    dwisiswant0/apkleaks

    6,102在 GitHub 上查看↗

    Apkleaks is a static analysis tool and security auditor designed to extract hardcoded secrets, API endpoints, and sensitive data from Android application packages. It operates as a secret scanner that analyzes compiled binaries without executing them to identify potential information leaks and insecure endpoints. The tool utilizes a regex-based data extraction engine to identify sensitive strings within decompiled code. It supports customization through JSON-defined search patterns and provides configuration flags to tune the behavior of the underlying disassembler. The analysis pipeline enc

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

    Python
    在 GitHub 上查看↗6,102
  • apklab/apklabAPKLab 的头像

    APKLab/APKLab

    3,878在 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
    在 GitHub 上查看↗3,878
  • kelvinben/appinfoscannerkelvinBen 的头像

    kelvinBen/AppInfoScanner

    3,535在 GitHub 上查看↗

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

    Tool for collecting and analyzing information from APK files.

    Python
    在 GitHub 上查看↗3,535
  • pascal-lab/tai-epascal-lab 的头像

    pascal-lab/Tai-e

    1,784在 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
    在 GitHub 上查看↗1,784
  • quark-engine/quark-enginequark-engine 的头像

    quark-engine/quark-engine

    1,687在 GitHub 上查看↗

    System for Android malware analysis and scoring.

    Python
    在 GitHub 上查看↗1,687
  • cyber-buddy/apkhuntCyber-Buddy 的头像

    Cyber-Buddy/APKHunt

    970在 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
    在 GitHub 上查看↗970
  • abhi-r3v0/adhritabhi-r3v0 的头像

    abhi-r3v0/Adhrit

    543在 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
    在 GitHub 上查看↗543
  • maaaaz/androwarnmaaaaz 的头像

    maaaaz/androwarn

    531在 GitHub 上查看↗

    Yet another static code analyzer for malicious Android applications

    Static code analyzer for detecting malicious Android applications.

    HTML
    在 GitHub 上查看↗531
  • droidefense/enginedroidefense 的头像

    droidefense/engine

    480在 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
    在 GitHub 上查看↗480
  • cryptax/droidlysiscryptax 的头像

    cryptax/droidlysis

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

探索子标签

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