2 रिपॉजिटरी
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.
Meltdown is a set of software utilities designed to bypass kernel address randomization and dump physical memory to exploit hardware-level security vulnerabilities. It serves as a proof of concept for the Meltdown hardware vulnerability, enabling the reading of protected kernel memory on affected processors. The tool provides capabilities to identify the secret randomization offset of the direct physical map to locate kernel memory. It also includes functionality to export large segments of physical memory into hexdump format for the recovery of sensitive strings and passwords. The project c
Identifies the secret randomization offset of the direct physical map to locate kernel memory.
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.