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