awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesRuntime Memory Manipulation

Tools and techniques for modifying the memory of a running process to alter its state or behavior.

Distinct from Memory Header Manipulation: The candidates focus on data processing, kernel partitioners, or specific forensic prevention, not general user-land process memory manipulation.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Runtime Memory Manipulation. Refine with filters or upvote what's useful.

Awesome Runtime Memory Manipulation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gibbed/steamachievementmanagergibbed 的头像

    gibbed/SteamAchievementManager

    8,525在 GitHub 上查看↗

    Steam Achievement Manager is a game achievement editor and specialized API client designed to modify and unlock game achievements and statistics for titles on the Steam platform. It functions as a utility for manually changing the state of earned rewards and milestones while the client is running. The tool provides capabilities for steam profile customization and game statistic manipulation, allowing users to adjust displayed progress and achievement states. It operates by interfacing with the platform backend to update user profile data.

    Implements the ability to modify memory addresses of the running Steam process to change achievement states.

    C#steamsteam-apitool
    在 GitHub 上查看↗8,525
  • darthton/blackboneDarthTon 的头像

    DarthTon/Blackbone

    5,431在 GitHub 上查看↗

    Blackbone 是一套专门用于内存扫描、进程注入和内核驱动接口的工具集合,用于操纵 Windows 执行环境。它提供了一个用于执行远程代码、映射可执行映像以及跨不同进程边界管理线程的框架。 该项目包含一个内核内存驱动程序,用于访问内核内存并修改句柄权限,从而在用户模式检测中隐藏分配。它还具有一个库,用于使用软件中断和硬件断点拦截远程进程中的函数调用。 该工具包涵盖了虚拟内存操作的更广泛功能,例如在本地或远程进程中读取、写入和分配内存。它还提供了用于定位特定字节序列的内存模式搜索实用程序,以及用于注入或卸载二进制文件的模块管理功能。

    Provides tools for modifying the memory of running Windows processes to alter their state or behavior.

    C++
    在 GitHub 上查看↗5,431
  • dualcoder/vgpu_unlockDualCoder 的头像

    DualCoder/vgpu_unlock

    5,267在 GitHub 上查看↗

    vgpu_unlock 是一套软件工具和驱动程序修改程序,旨在解锁消费级显卡硬件上的企业级虚拟化功能。它作为一个 vGPU 解锁工具和硬件设备 ID 欺骗器,允许单张显卡在多个虚拟机之间共享。 该项目通过采用驱动级 Hook、动态内存补丁和内核级设备欺骗来实现这一目标。这些技术在运行时拦截硬件识别查询并修改 GPU 驱动程序的操作状态,从而绕过制造商施加的软件限制。 由此产生的功能为客户操作系统提供了硬件加速图形,并能在原生不支持这些功能的硬件上实现虚拟 GPU 共享。

    Alters the operational state of the running GPU driver in memory to enable features without modifying on-disk binaries.

    C
    在 GitHub 上查看↗5,267
  • alibaba/dexposedalibaba 的头像

    alibaba/dexposed

    4,508在 GitHub 上查看↗

    Dexposed 是一套专为 Android 设备上的动态补丁、框架拦截和代码插桩设计的运行时工具和引擎。它作为一个 Hook 框架和插桩工具,用于将自定义代码加载到正在运行的进程中,从而在不修改原始字节码的情况下改变逻辑。 该项目支持拦截和修改 Android 应用程序和系统框架内的方法行为。它特别提供了通过覆盖框架调用和在不重启的情况下对活动进程应用热补丁来绕过操作系统限制的功能。 该工具集涵盖了广泛的插桩功能,包括拦截方法执行、重定向超级方法调用以及通过运行时拦截监控系统级行为。

    Directly modifies the memory layout of target applications to change internal states and method pointers.

    Java
    在 GitHub 上查看↗4,508
  1. Home
  2. Operating Systems & Systems Programming
  3. Runtime Memory Manipulation