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
·

9 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ibotpeaches/apktoolAvatar de iBotPeaches

    iBotPeaches/Apktool

    24,788Ver en 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
    Ver en GitHub↗24,788
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Ver en 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
    Ver en GitHub↗3,795
  • wux1an/wxapkgAvatar de wux1an

    wux1an/wxapkg

    3,582Ver en GitHub↗

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

    Tool for handling mini-program package files.

    Vuedecompiledecryptreverse-engineering
    Ver en GitHub↗3,582
  • kelvinben/appinfoscannerAvatar de kelvinBen

    kelvinBen/AppInfoScanner

    3,535Ver en GitHub↗

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

    Tool for scanning and extracting information from APK files.

    Python
    Ver en GitHub↗3,535
  • jermic/android-crack-toolAvatar de Jermic

    Jermic/Android-Crack-Tool

    2,944Ver en 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
    Ver en GitHub↗2,944
  • eeeeeeeeee-code/e0e1-wxAvatar de eeeeeeeeee-code

    eeeeeeeeee-code/e0e1-wx

    2,078Ver en GitHub↗

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

    Utility for analyzing mini-program structures.

    Python
    Ver en GitHub↗2,078
  • cherrison/crackminappAvatar de Cherrison

    Cherrison/CrackMinApp

    1,340Ver en GitHub↗

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

    Tool for analyzing and cracking mini-program packages.

    JavaScript
    Ver en GitHub↗1,340
  • mrknow001/api-explorerAvatar de mrknow001

    mrknow001/API-Explorer

    777Ver en GitHub↗

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

    Tool for extracting API keys from mini-programs.

    Python
    Ver en GitHub↗777
  • xuedingmiaojun/wxappunpackerX

    xuedingmiaojun/wxappUnpacker

    0Ver en GitHub↗

    Tool for unpacking and analyzing WeChat mini-programs.

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

Explorar subetiquetas

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