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

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

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

1 个仓库

Awesome GitHub RepositoriesInterrupt-Based Hooks

Function hooks that utilize software interrupts to redirect execution flow.

Distinct from Function Hooking: Specific to the use of software interrupts for interception, unlike general architectural function wrapping.

Explore 1 awesome GitHub repository matching software engineering & architecture · Interrupt-Based Hooks. Refine with filters or upvote what's useful.

Awesome Interrupt-Based Hooks GitHub Repositories

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

    DarthTon/Blackbone

    5,431在 GitHub 上查看↗

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

    Intercepts target function calls using software interrupts and hardware breakpoints to redirect execution flow.

    C++
    在 GitHub 上查看↗5,431
  1. Home
  2. Software Engineering & Architecture
  3. Function Hooking
  4. Interrupt-Based Hooks