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

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

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

5 रिपॉजिटरी

Awesome GitHub RepositoriesIn-Memory Modifications

Altering program execution by modifying code directly in volatile memory rather than on disk.

Distinct from Application Binary Modifications: Focuses on the volatile memory resident nature of the modification, whereas Application Binary Modifications typically refers to disk-based patching.

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

Awesome In-Memory Modifications GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • 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

    Provides the ability to alter system and application code in memory without modifying installation files.

    Javaandroidxposed
    GitHub पर देखें↗24,045
  • codetips/baidunetdiskplugin-macosCodeTips का अवतार

    CodeTips/BaiduNetdiskPlugin-macOS

    8,844GitHub पर देखें↗

    BaiduNetdiskPlugin-macOS is a suite of macOS system extensions and tools designed to remove download speed limits and unlock premium features for the Baidu Netdisk client. It functions as a download speed unblocker and premium feature unlocker to enable maximum data transfer rates and activate SVIP status. The project includes a software update blocker that prevents the client from performing automatic updates to preserve the applied modifications. It achieves these results by removing local data transfer rate restrictions and eliminating trial duration limits.

    Modifies specific bytes in volatile memory to flip flags for premium feature access.

    Objective-C
    GitHub पर देखें↗8,844
  • 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

    Alters application behavior by modifying code directly in volatile memory, ensuring modifications are easily reversible.

    Java
    GitHub पर देखें↗4,325
  • eunomia-bpf/bpf-developer-tutorialeunomia-bpf का अवतार

    eunomia-bpf/bpf-developer-tutorial

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

    This project is an educational resource providing a comprehensive development tutorial for writing and loading eBPF programs using C, Go, and Rust within the Linux kernel. It serves as a technical guide for developing custom logic to execute directly in the kernel. The materials cover specialized domains including kernel observability and tracing, security implementation for intrusion detection, and high-performance network engineering for packet filtering and load balancing. It also includes dedicated manuals for Linux kernel tracing and the use of kprobes, uprobes, and tracepoints. The pro

    Alters program behavior by overwriting data directly in a process memory buffer.

    Cbpfebpfexamples
    GitHub पर देखें↗4,145
  • acidanthera/liluacidanthera का अवतार

    acidanthera/Lilu

    3,845GitHub पर देखें↗

    Lilu is a kernel patching engine and runtime code injection framework designed to modify kernel drivers and libraries in memory. It functions as an operating system customization framework that intercepts function calls and redirects execution flow within the kernel to resolve hardware compatibility issues and adjust system stability. The project employs a modular platform that allows for the injection of code and the modification of system libraries during the boot process without altering files on disk. It utilizes a plugin-based extension architecture and a standardized API interface to lo

    Injects and modifies kernel extensions and libraries directly in volatile memory to change system behavior.

    C
    GitHub पर देखें↗3,845
  1. Home
  2. Operating Systems & Systems Programming
  3. Application Binary Modifications
  4. In-Memory Modifications