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

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

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

mywalkb/LSPosed_mod

0
View on GitHub↗
4,325 स्टार्स·265 फोर्क्स·Java·GPL-3.0·6 व्यूज़

LSPosed Mod

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.

Management of these modifications is handled through a programmable API and a command-line interface for root users. These tools allow for the programmatic control of the scope and active state of installed software components on rooted hardware.

Features

  • Xposed Framework Hooking Modules - Provides a framework for loading and managing Xposed modules to modify Android system behavior at runtime.
  • Runtime Modification Modules - Enables the installation and configuration of system-level modifications to change device behavior without altering the original system image.
  • System Module Management APIs - Provides a programmable API to manage the active state and scope of installed system modification modules.
  • Zygote Injection Frameworks - Injects modification code into the Android Zygote process to ensure all child applications inherit the hooked environment.
  • Android Hooking Frameworks - Provides a toolkit for intercepting Java and native layer functions to modify Android app behavior at runtime.
  • System Hooking - Intercepts and modifies Android system methods in memory to change OS behavior without altering source files.
  • In-Memory Modifications - Alters application behavior by modifying code directly in volatile memory, ensuring modifications are easily reversible.
  • Runtime Method Hooking - Intercepts function calls in memory to redirect execution flows without modifying original application binaries.
  • System Process Modifications - Modifies system-level Android processes by injecting custom code to change behavior without modifying binaries.
  • Root-Privileged Module Deployment - Uses superuser privileges to deploy and configure software components across protected system directories and partitions.
  • Rooted Device Customization Tools - Provides tools to control the scope and configuration of system modules on rooted hardware.
  • Dynamic Proxy Interceptions - Implements dynamic proxy layers to intercept and modify method arguments and return values at runtime.
  • OS Version Abstraction Layers - Provides a version-agnostic execution layer to maintain a consistent interface across various Android OS versions.

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

mywalkb/lsposed_mod के लिए स्टार हिस्ट्री चार्टmywalkb/lsposed_mod के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

mywalkb/lsposed_mod क्या करता है?

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.

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

mywalkb/lsposed_mod की मुख्य विशेषताएं हैं: Xposed Framework Hooking Modules, Runtime Modification Modules, System Module Management APIs, Zygote Injection Frameworks, Android Hooking Frameworks, System Hooking, In-Memory Modifications, Runtime Method Hooking।

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

mywalkb/lsposed_mod के ओपन-सोर्स विकल्पों में शामिल हैं: lsposed/lsposed — LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool… 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… alibaba/dexposed — Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary… elderdrivers/edxposed — Elder driver Xposed Framework.

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

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

    LSPosed/LSPosed

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

    LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool that intercepts and modifies system and application methods in memory to change behavior without altering original installation files. The project provides a standardized interface through the Xposed Module API, allowing for the development of plugins that alter the behavior of the Android operating system and installed applications. The framework covers a range of capabilities including runtime function interception, Android system debugging, and application customization. Thes

    Javaandroidxposed
    GitHub पर देखें↗24,045
  • 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
  • alibaba/dexposedalibaba का अवतार

    alibaba/dexposed

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

    Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code instrumentation on Android devices. It functions as a hooking framework and instrumentation tool used to load custom code into running processes to alter logic without modifying the original bytecode. The project enables the interception and modification of method behavior within both Android applications and the system framework. It specifically provides capabilities for bypassing operating system limitations by overriding framework calls and applying hot patches to live processes w

    Java
    GitHub पर देखें↗4,508
  • fuzion24/justtrustmeFuzion24 का अवतार

    Fuzion24/JustTrustMe

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

    JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary purpose is to bypass hardcoded certificate requirements and disable SSL pinning in mobile applications to allow the inspection of encrypted API requests and responses. The project functions as a dynamic method hooking module that integrates with the Xposed framework. It uses system-level instrumentation to intercept Java runtime function calls and override security checks within third-party Android applications. The tool covers a range of capabilities including the disabling of SS

    Java
    GitHub पर देखें↗5,329
  • LSPosed Mod के सभी 30 विकल्प देखें→