LSPosed/LSPosed.github.io

LSPosed is a framework for hooking into Android system processes and applications to modify their behavior at runtime.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 10th, 2026
Created on January 20th, 2022
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 235
Total Stargazers: 6,338 (+0)
Total Subscribers: 81 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

LSPosed is a framework for hooking into Android system processes and applications to modify their behavior at runtime.

The framework addresses the need to customize Android system behavior without modifying the underlying operating system or individual applications. It works by intercepting method calls within running processes, allowing developers to inject custom logic that alters how Android components function. This approach enables deep system-level modifications while keeping the base system intact.

LSPosed is suited for developers and power users who want to extend Android functionality through modules rather than building custom ROMs or modifying source code. It works well for projects that require system-wide hooks across multiple applications, such as customization tools, accessibility enhancements, or behavioral modifications. The project maintains a dedicated module repository where developers can share and discover LSPosed modules.

The project maintains an official website with straightforward access to downloads and changelog information. Bug reports are directed through a dedicated email address, indicating a structured approach to issue handling. The presence of a separate module repository webpage suggests active curation of the ecosystem around the framework.