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,172GitHub पर देखें↗

    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.

    C
    GitHub पर देखें↗4,172
  • thecruz/kdmapperTheCruZ का अवतार

    TheCruZ/kdmapper

    2,754GitHub पर देखें↗

    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.