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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesSmali Debugging

Specific techniques for debugging and stepping through Smali assembly code.

Distinct from Bytecode Manipulation: Distinct from Bytecode Manipulation: focuses on runtime analysis and stepping through disassembled code.

Explore 2 awesome GitHub repositories matching part of an awesome list · Smali Debugging. Refine with filters or upvote what's useful.

Awesome Smali Debugging GitHub Repositories

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

    iBotPeaches/Apktool

    24,788GitHub पर देखें↗

    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

    Provides the capability to analyze and step through disassembled Android bytecode to find vulnerabilities.

    Java
    GitHub पर देखें↗24,788
  • biliroamingx/biliroamingxBiliRoamingX का अवतार

    BiliRoamingX/BiliRoamingX

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

    BiliRoamingX is a collection of binary modifications and an application feature unlocker for a mobile client. It functions as a set of patches designed to unlock hidden features, remove regional restrictions, and modify the behavior and appearance of the application. The project utilizes a customization framework to remove unwanted page elements and adjust interface scales. It includes a media playback optimizer that forces default high resolutions and enables custom playback speeds for video streams. The modification suite covers regional restriction bypasses, content feed filtering, and su

    Inserts custom assembly-like code into the Android executable to implement new logic and bypass restrictions.

    Kotlinandroidbilibilirevanced
    GitHub पर देखें↗3,669
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Bytecode Manipulation
  5. Smali Debugging

सब-टैग एक्सप्लोर करें

  • Smali Instruction InjectionInserting custom assembly-like code into Android executables to implement new logic. **Distinct from Smali Debugging:** Focuses on the act of injecting new logic rather than debugging existing Smali code.