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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mywalkb avatar

mywalkb/LSPosed_mod

0
View on GitHub↗
4,325 stars·265 forks·Java·GPL-3.0·25 views

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.

Star history

Star history chart for mywalkb/lsposed_modStar history chart for mywalkb/lsposed_mod

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mywalkb/lsposed_mod do?

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.

What are the main features of mywalkb/lsposed_mod?

The main features of mywalkb/lsposed_mod are: 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.

Which projects share features with mywalkb/lsposed_mod?

Projects with overlapping indexed features include: 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.

Projects sharing features with LSPosed Mod

These projects share indexed features with LSPosed Mod. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lsposed/lsposedLSPosed avatar

    LSPosed/LSPosed

    24,045View on GitHub↗

    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
    View on GitHub↗24,045
  • rovo89/xposedbridgerovo89 avatar

    rovo89/XposedBridge

    4,067View on GitHub↗

    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
    View on GitHub↗4,067
  • alibaba/dexposedalibaba avatar

    alibaba/dexposed

    4,508View on GitHub↗

    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
    View on GitHub↗4,508
  • fuzion24/justtrustmeFuzion24 avatar

    Fuzion24/JustTrustMe

    5,329View on GitHub↗

    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
    View on GitHub↗5,329
Compare all 30 related projects→