awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesAndroid APK Repackaging Tools

Tools for decompiling, modifying, and rebuilding Android application packages.

Distinct from APK Package Managers: Candidates focus on installation or extraction, not the full repackaging cycle for injection.

Explore 4 awesome GitHub repositories matching mobile development · Android APK Repackaging Tools. Refine with filters or upvote what's useful.

Awesome Android APK Repackaging Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • shroudedcode/apk-mitmshroudedcode का अवतार

    shroudedcode/apk-mitm

    5,036GitHub पर देखें↗

    apk-mitm एक कमांड-लाइन यूटिलिटी है जिसे प्रॉक्सी के माध्यम से HTTPS ट्रैफ़िक इंस्पेक्शन को सक्षम करने के लिए Android APK फ़ाइलों को मॉडिफाई करने के लिए डिज़ाइन किया गया है। यह एक नेटवर्क सिक्योरिटी पैचर और सर्टिफिकेट पिनिंग बाईपास टूल के रूप में कार्य करता है, जो मैन-इन-द-मिडल (man-in-the-middle) ट्रैफ़िक विश्लेषण की अनुमति देने के लिए एप्लिकेशन पैकेज को बदलने की प्रक्रिया को ऑटोमेट करता है। यह टूल कंपाइल किए गए Android पैकेज को अनपैक करके, आंतरिक फ़ाइलों को बदलकर और बाइनरी को फिर से एनकोड करके मॉडिफाई करता है। यह विशेष रूप से सर्टिफिकेट पिनिंग को अक्षम करने और एप्लिकेशन मैनिफ़ेस्ट में नेटवर्क सिक्योरिटी कॉन्फ़िगरेशन को इंजेक्ट करने पर केंद्रित है, जो रूटेड और नॉन-रूटेड दोनों डिवाइस पर प्रॉक्सी सर्टिफिकेट के उपयोग की अनुमति देता है। यह सॉफ़्टवेयर बाइटकोड-लेवल पैचिंग के माध्यम से मोबाइल API सिक्योरिटी टेस्टिंग और रिवर्स इंजीनियरिंग को कवर करता है। इसमें पैचिंग प्रक्रिया को रोकने के लिए एक मैकेनिज्म शामिल है, जो अंतिम पैकेज के फिर से बनने और साइन होने से पहले एक अस्थायी डायरेक्टरी में मैन्युअल फ़ाइल संशोधन की अनुमति देता है।

    Provides a command-line utility for decompiling, modifying, and rebuilding Android APKs to enable traffic inspection.

    TypeScript
    GitHub पर देखें↗5,036
  • apklab/apklabAPKLab का अवतार

    APKLab/APKLab

    3,878GitHub पर देखें↗

    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

    Provides a full toolkit for decompiling, modifying, and rebuilding Android application packages into signed installers.

    TypeScript
    GitHub पर देखें↗3,878
  • ax/apk.shax का अवतार

    ax/apk.sh

    3,795GitHub पर देखें↗

    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 framework for decompiling, modifying, and rebuilding Android application packages for security research.

    Shellandroidandroid-reverse-engineeringapk
    GitHub पर देखें↗3,795
  • windysha/xpatchWindySha का अवतार

    WindySha/Xpatch

    2,986GitHub पर देखें↗

    Xpatch is a collection of specialized utilities designed for modifying and resigning Android application packages to enable rootless hooking and plugin injection. It functions as an APK repackager that allows for the injection of loading logic and the application of new digital signatures to ensure modified binaries can be installed on devices. The project features a rootless hooking tool that inserts plugin loaders into application binaries, enabling runtime modifications without requiring system-level root access. It includes a signature bypass tool to disable internal verification checks,

    Repackages Android application packages to insert plugin loading logic for rootless hooking.

    Javahookunrootwhale
    GitHub पर देखें↗2,986
  1. Home
  2. Mobile Development
  3. Android APK Repackaging Tools