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

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

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

alibaba/dexposedArchived

0
View on GitHub↗
4,508 स्टार्स·1,060 फोर्क्स·Java·5 व्यूज़

Dexposed

Dexposed, Android उपकरणों पर डायनेमिक पैचिंग, फ्रेमवर्क इंटरसेप्शन और कोड इंस्ट्रूमेंटेशन के लिए डिज़ाइन किए गए रनटाइम टूल और इंजन का एक सेट है। यह एक हुकिंग फ्रेमवर्क और इंस्ट्रूमेंटेशन टूल के रूप में कार्य करता है जिसका उपयोग मूल बाइटकोड को संशोधित किए बिना लॉजिक को बदलने के लिए चल रही प्रक्रियाओं में कस्टम कोड लोड करने के लिए किया जाता है।

यह प्रोजेक्ट Android एप्लिकेशन और सिस्टम फ्रेमवर्क दोनों के भीतर विधि व्यवहार के इंटरसेप्शन और संशोधन को सक्षम बनाता है। यह विशेष रूप से फ्रेमवर्क कॉल को ओवरराइड करके और रीस्टार्ट की आवश्यकता के बिना लाइव प्रक्रियाओं पर हॉट पैच लागू करके ऑपरेटिंग सिस्टम की सीमाओं को बायपास करने की क्षमताएं प्रदान करता है।

टूलसेट व्यापक इंस्ट्रूमेंटेशन क्षमताओं को कवर करता है, जिसमें विधि निष्पादन का इंटरसेप्शन, सुपर विधि कॉल का पुनर्निर्देशन, और रनटाइम इंटरसेप्शन के माध्यम से सिस्टम-स्तरीय व्यवहार की निगरानी शामिल है।

Features

  • Android Hooking Frameworks - Acts as a comprehensive toolkit for intercepting Java and native layer functions within the Android framework.
  • Android Instrumentation Tools - Provides a framework for hooking, dynamic analysis, and modifying Android application behavior.
  • Hot-Patching Tools - Allows application logic to be updated at runtime without requiring a process restart.
  • Hot Patching Engines - Provides a system for applying hot patches to running Android applications to change behavior dynamically.
  • Runtime Hot Patching - Applies code fixes or feature changes to live Android processes without requiring an application restart.
  • Android System Modification - Bypasses system restrictions and alters global behavior within the Android system framework.
  • Framework Interceptors - Bypasses operating system limitations by overriding calls within the Android system framework.
  • Native Hooking Frameworks - Provides a framework for intercepting and modifying native function calls and JNI interactions.
  • Runtime Memory Manipulation - Directly modifies the memory layout of target applications to change internal states and method pointers.
  • Dynamic Process Instrumentation - Injects custom code into running processes to alter functionality without modifying original files.
  • Runtime Memory Patching - Overwrites memory addresses with jump instructions to divert execution flow to custom handlers.
  • Runtime Code Injection - Implements mechanisms for injecting custom machine code into running processes to alter execution logic.
  • Runtime Method Hooking - Intercepts and redirects function calls in running processes to alter behavior without altering the binary.
  • Android Application Debugging - Provides capabilities for inspecting and altering the internal logic of running Android applications.
  • Runtime Process Interception - Intercepts and modifies the behavior of active system and user processes at the runtime level.
  • Super Call Interceptions - Redirects calls to parent class methods to control inheritance and alter final execution results.
  • Method Interception Proxies - Uses dynamic proxy mechanisms to intercept method calls and inject custom behavior.
  • Super Call Interceptions - Overrides and redirects calls to super methods to maintain control over inheritance chains.

स्टार हिस्ट्री

alibaba/dexposed के लिए स्टार हिस्ट्री चार्टalibaba/dexposed के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Dexposed के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Dexposed के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • rovo89/xposedbridgerovo89 का अवतार

    rovo89/XposedBridge

    4,067GitHub पर देखें↗

    XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,

    JavaScriptandroidxposed
    GitHub पर देखें↗4,067
  • rovo89/xposedrovo89 का अवतार

    rovo89/Xposed

    7,693GitHub पर देखें↗

    Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the Android app process binary to intercept and modify the behavior of system and application processes at the binary level. The framework enables Android operating system customization by altering internal function calls and runtime execution flow. It achieves this through native process instrumentation, allowing for the modification of functionality without altering original application files. The tool covers several low-level capabilities, including native library injection and

    C++androidxposed
    GitHub पर देखें↗7,693
  • tiann/epictiann का अवतार

    tiann/epic

    4,547GitHub पर देखें↗

    Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It functions as an aspect-oriented programming framework and a dynamic method interceptor designed to monitor and alter the behavior of Java methods within the Android Runtime. The project provides capabilities for intercepting and modifying both core Android framework components and specific application logic. This allows for the injection of custom Java behavior and the redirection of method execution without altering the original source code. The framework includes tools for applicat

    Javaandroidaopart
    GitHub पर देखें↗4,547
  • mywalkb/lsposed_modmywalkb का अवतार

    mywalkb/LSPosed_mod

    4,325GitHub पर देखें↗

    LSPosed_mod is a system for Android system hooking and module management. It enables the installation and configuration of system-level modifications to change device behavior without altering the original system image or source files. The project utilizes zygote-based process injection and runtime method hooking to intercept execution flows in memory. It includes a version-agnostic execution layer to maintain a consistent interface across different Android operating system versions and environments, as well as dynamic proxy interception to modify method arguments and return values. Manageme

    Java
    GitHub पर देखें↗4,325
Dexposed के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

alibaba/dexposed क्या करता है?

Dexposed, Android उपकरणों पर डायनेमिक पैचिंग, फ्रेमवर्क इंटरसेप्शन और कोड इंस्ट्रूमेंटेशन के लिए डिज़ाइन किए गए रनटाइम टूल और इंजन का एक सेट है। यह एक हुकिंग फ्रेमवर्क और इंस्ट्रूमेंटेशन टूल के रूप में कार्य करता है जिसका उपयोग मूल बाइटकोड को संशोधित किए बिना लॉजिक को बदलने के लिए चल रही प्रक्रियाओं में कस्टम कोड लोड करने के लिए किया जाता है।

alibaba/dexposed की मुख्य विशेषताएं क्या हैं?

alibaba/dexposed की मुख्य विशेषताएं हैं: Android Hooking Frameworks, Android Instrumentation Tools, Hot-Patching Tools, Hot Patching Engines, Runtime Hot Patching, Android System Modification, Framework Interceptors, Native Hooking Frameworks।

alibaba/dexposed के कुछ ओपन-सोर्स विकल्प क्या हैं?

alibaba/dexposed के ओपन-सोर्स विकल्पों में शामिल हैं: rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… rovo89/xposed — Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the… tiann/epic — Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It… hdshare/wauxiliary_public — WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept… mywalkb/lsposed_mod — LSPosed_mod is a system for Android system hooking and module management. It enables the installation and… aslody/virtualapp — VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of…