awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • iaik/meltdownAvatar IAIK

    IAIK/meltdown

    4,172Vezi pe GitHub↗

    Meltdown este un set de utilitare software concepute pentru a ocoli randomizarea adreselor de kernel și a face dump la memoria fizică pentru a exploata vulnerabilități de securitate la nivel hardware. Servește drept dovadă de concept pentru vulnerabilitatea hardware Meltdown, permițând citirea memoriei protejate a kernel-ului pe procesoarele afectate. Instrumentul oferă capabilități pentru a identifica offset-ul secret de randomizare al hărții fizice directe pentru a localiza memoria kernel-ului. De asemenea, include funcționalitatea de a exporta segmente mari de memorie fizică în format hexdump pentru recuperarea șirurilor și parolelor sensibile. Proiectul acoperă analiza memoriei prin calcularea offset-ului de kernel și scurgerea memoriei fizice. Include, de asemenea, capacitatea de a măsura acuratețea și consistența datelor scurse din memoria fizică pentru a verifica fiabilitatea vulnerabilității hardware.

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

    C
    Vezi pe GitHub↗4,172
  • hyperdbg/hyperdbgAvatar HyperDbg

    HyperDbg/HyperDbg

    3,885Vezi pe 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
    Vezi pe GitHub↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Memory Dumping
  4. Physical Memory Dumping Tools

Explorează sub-etichetele

  • 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.