awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesIn-Memory Code Modifiers

Tools that alter the execution of compiled programs in real-time by modifying volatile memory.

Distinguishing note: None of the candidates describe the general identity of a system for real-time memory-based code modification.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · In-Memory Code Modifiers. Refine with filters or upvote what's useful.

Awesome In-Memory Code Modifiers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lsposed/lsposedAvatar de LSPosed

    LSPosed/LSPosed

    24,045Ver en 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

    Alters application execution in real time to change functionality through memory-based hooking.

    Javaandroidxposed
    Ver en GitHub↗24,045
  • mustangym/wechatextension-formacAvatar de MustangYM

    MustangYM/WeChatExtension-ForMac

    22,621Ver en GitHub↗

    WeChatExtension-ForMac is a plugin for the macOS WeChat client that provides a suite of extensions for account management, messaging automation, and visual customization. Its primary purpose is to enable the simultaneous operation of multiple user profiles within a single session and to automate communication tasks. The project distinguishes itself through specialized tools for content recovery and group analytics, such as intercepting recalled messages and monitoring member activity or departures within group chats. It also includes technical inspection capabilities for accessing restricted

    Uses in-memory code modifiers to intercept function calls and capture internal application data.

    Objective-Calfredmacoswechat
    Ver en GitHub↗22,621
  • lich0821/wechatferryAvatar de lich0821

    lich0821/WeChatFerry

    6,712Ver en GitHub↗

    WeChatFerry is a platform-specific automation tool designed for programmatic account and conversation management. It enables the creation of bots and the integration of large language models to provide automated replies within a messaging interface. The project functions by using native API interception and memory-based hooking to capture incoming communication and send messages without an official API. It includes capabilities for binary data decryption to transform protected media files and database records into readable formats. The system covers a broad range of functional areas, includi

    Modifies function pointers in volatile memory to inject custom logic into the running application process.

    C++chatglmchatgptgemini
    Ver en GitHub↗6,712
  • qilingframework/qilingAvatar de qilingframework

    qilingframework/qiling

    5,965Ver en GitHub↗

    A True Instrumentable Binary Emulation Framework

    Modifies instructions or data in memory during execution, including within loaded libraries, without restarting the process.

    Python
    Ver en GitHub↗5,965
  1. Home
  2. Operating Systems & Systems Programming
  3. In-Memory Code Modifiers

Explorar subetiquetas

  • Emulated Code HotpatchingModifies instructions or data in memory during execution, including within loaded libraries, without restarting the process. **Distinct from In-Memory Code Modifiers:** Distinct from In-Memory Code Modifiers: specifically targets emulated environments for binary analysis, not general runtime modification.