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

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

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

2 个仓库

Awesome GitHub RepositoriesPhysical Memory Dumping Tools

Programs designed to export raw physical memory ranges into various formats.

Distinct from Structured Memory Dumping: Focuses on raw physical memory export rather than structured formatting of process memory.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Physical Memory Dumping Tools. Refine with filters or upvote what's useful.

Awesome Physical Memory Dumping Tools GitHub Repositories

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

    IAIK/meltdown

    4,172在 GitHub 上查看↗

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

    Provides a program that exports large segments of physical memory into hexdump format.

    C
    在 GitHub 上查看↗4,172
  • hyperdbg/hyperdbgHyperDbg 的头像

    HyperDbg/HyperDbg

    3,885在 GitHub 上查看↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Translates raw bytes at a specified physical memory address into human-readable assembly instructions for analysis and debugging purposes.

    Cbinary-analysisdebugdebugger
    在 GitHub 上查看↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Memory Dumping
  4. Physical Memory Dumping Tools

探索子标签

  • DisassemblersTools for converting raw binary data from physical memory into human-readable assembly instructions. **Distinct from Physical Memory Dumping Tools:** Distinct from Physical Memory Dumping Tools: focuses on the translation of raw bytes into assembly code for analysis rather than just exporting the memory to a file.