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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ibotpeaches/apktoolAvatar iBotPeaches

    iBotPeaches/Apktool

    24,788Vezi pe 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
    Vezi pe GitHub↗24,788
  • ax/apk.shAvatar ax

    ax/apk.sh

    3,795Vezi pe 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
    Vezi pe GitHub↗3,795
  • wux1an/wxapkgAvatar wux1an

    wux1an/wxapkg

    3,582Vezi pe GitHub↗

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

    Tool for handling mini-program package files.

    Vuedecompiledecryptreverse-engineering
    Vezi pe GitHub↗3,582
  • kelvinben/appinfoscannerAvatar kelvinBen

    kelvinBen/AppInfoScanner

    3,535Vezi pe GitHub↗

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

    Tool for scanning and extracting information from APK files.

    Python
    Vezi pe GitHub↗3,535
  • jermic/android-crack-toolAvatar Jermic

    Jermic/Android-Crack-Tool

    2,944Vezi pe 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
    Vezi pe GitHub↗2,944
  • eeeeeeeeee-code/e0e1-wxAvatar eeeeeeeeee-code

    eeeeeeeeee-code/e0e1-wx

    2,078Vezi pe GitHub↗

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

    Utility for analyzing mini-program structures.

    Python
    Vezi pe GitHub↗2,078
  • cherrison/crackminappAvatar Cherrison

    Cherrison/CrackMinApp

    1,340Vezi pe GitHub↗

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

    Tool for analyzing and cracking mini-program packages.

    JavaScript
    Vezi pe GitHub↗1,340
  • mrknow001/api-explorerAvatar mrknow001

    mrknow001/API-Explorer

    777Vezi pe GitHub↗

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

    Tool for extracting API keys from mini-programs.

    Python
    Vezi pe GitHub↗777
  • xuedingmiaojun/wxappunpackerX

    xuedingmiaojun/wxappUnpacker

    0Vezi pe GitHub↗

    Tool for unpacking and analyzing WeChat mini-programs.

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

Explorează sub-etichetele

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