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

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

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

9 个仓库

Awesome GitHub RepositoriesMobile Application Security

Tools for analyzing and exploiting mobile applications and mini-programs.

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

Awesome Mobile Application Security GitHub Repositories

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

    iBotPeaches/Apktool

    24,788在 GitHub 上查看↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Tool for reverse engineering and modifying Android APK files.

    Java
    在 GitHub 上查看↗24,788
  • ax/apk.shax 的头像

    ax/apk.sh

    3,795在 GitHub 上查看↗

    apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be

    Provides a collection of scripts to inject libraries and modify bytecode for observing application behavior.

    Shellandroidandroid-reverse-engineeringapk
    在 GitHub 上查看↗3,795
  • wux1an/wxapkgwux1an 的头像

    wux1an/wxapkg

    3,582在 GitHub 上查看↗

    跨平台微信小程序反编译 GUI 工具,.wxapkg 文件扫描 解密 解包工具

    Tool for handling mini-program package files.

    Vuedecompiledecryptreverse-engineering
    在 GitHub 上查看↗3,582
  • kelvinben/appinfoscannerkelvinBen 的头像

    kelvinBen/AppInfoScanner

    3,535在 GitHub 上查看↗

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

    Tool for scanning and extracting information from APK files.

    Python
    在 GitHub 上查看↗3,535
  • jermic/android-crack-toolJermic 的头像

    Jermic/Android-Crack-Tool

    2,944在 GitHub 上查看↗

    This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides a suite of utilities designed to decompile compiled binary files into readable source code and translate low-level bytecode into formats suitable for human analysis. The tool facilitates security auditing and research by allowing users to extract and interpret manifest metadata, decode Unicode sequences, and inspect internal application logic. Beyond analysis, it supports the modification of application packages, enabling users to rebuild and re-align files to optimize perfor

    Decompiles and inspects application packages to identify potential vulnerabilities or hidden behaviors within the software structure.

    androidandroid-crackapk
    在 GitHub 上查看↗2,944
  • eeeeeeeeee-code/e0e1-wxeeeeeeeeee-code 的头像

    eeeeeeeeee-code/e0e1-wx

    2,078在 GitHub 上查看↗

    微信小程序辅助渗透-自动化

    Utility for analyzing mini-program structures.

    Python
    在 GitHub 上查看↗2,078
  • cherrison/crackminappCherrison 的头像

    Cherrison/CrackMinApp

    1,340在 GitHub 上查看↗

    (反编译微信小程序)一键获取微信小程序源码(傻瓜式操作), 使用了C#加nodejs制作

    Tool for analyzing and cracking mini-program packages.

    JavaScript
    在 GitHub 上查看↗1,340
  • mrknow001/api-explorermrknow001 的头像

    mrknow001/API-Explorer

    777在 GitHub 上查看↗

    API接口管理工具(目前内置微信公众号、微信小程序、企业微信、飞书、钉钉等)

    Tool for extracting API keys from mini-programs.

    Python
    在 GitHub 上查看↗777
  • xuedingmiaojun/wxappunpackerX

    xuedingmiaojun/wxappUnpacker

    0在 GitHub 上查看↗

    Tool for unpacking and analyzing WeChat mini-programs.

    在 GitHub 上查看↗0
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Mobile Application Security

探索子标签

  • Instrumentation ToolkitsCollections of scripts and utilities for injecting instrumentation and modifying compiled bytecode. **Distinct from Mobile Application Security:** Distinct from general Mobile Application Security: focuses on the toolkit aspect of instrumentation and bytecode modification rather than general security controls.