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

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

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

2 个仓库

Awesome GitHub RepositoriesKernel Offset Resolvers

Utilities that map internal kernel function offsets across different OS build versions using debug symbols.

Distinct from Memory Offset Calculators: The available candidates focus on user-space symbol resolution or build-time tools; this is a runtime address resolution utility for specific OS builds.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Offset Resolvers. Refine with filters or upvote what's useful.

Awesome Kernel Offset Resolvers GitHub Repositories

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

    IAIK/meltdown

    4,172在 GitHub 上查看↗

    Meltdown 是一组软件工具,旨在绕过内核地址随机化并转储物理内存,以利用硬件级安全漏洞。它作为 Meltdown 硬件漏洞的概念验证,能够读取受影响处理器上的受保护内核内存。 该工具提供了识别直接物理映射的秘密随机化偏移量以定位内核内存的功能。它还包括将大段物理内存导出为十六进制转储格式的功能,用于恢复敏感字符串和密码。 该项目涵盖通过内核偏移计算和物理内存泄漏进行的内存分析。它还包括测量从物理内存泄漏的数据的准确性和一致性的能力,以验证硬件漏洞的可靠性。

    Identifies the secret randomization offset of the direct physical map to locate kernel memory.

    C
    在 GitHub 上查看↗4,172
  • thecruz/kdmapperTheCruZ 的头像

    TheCruZ/kdmapper

    2,754在 GitHub 上查看↗

    kdmapper is a kernel driver mapper and loader designed to deploy unsigned binaries into privileged kernel memory. It functions as a manual mapper that resolves imports and relocations to execute unsigned code in a privileged environment. The tool bypasses driver signature enforcement by leveraging vulnerable signed drivers to gain write access to protected kernel memory regions. It includes a kernel offset resolver that parses debug symbol files to identify correct memory addresses across different operating system builds. To maintain stealth, the project implements driver trace obfuscation

    Identifies correct memory addresses across different operating system builds by parsing debug symbol files.

    C++
    在 GitHub 上查看↗2,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Offset Resolvers

探索子标签

  • KASLR Offset ResolversUtilities that identify the randomization offset used by the kernel to locate specific memory regions. **Distinct from Kernel Offset Resolvers:** Focuses on bypassing KASLR randomization at runtime rather than mapping symbols across build versions.