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
·

1 repository

Awesome GitHub RepositoriesAllocator Metadata Manipulation

Corruption of internal allocator structures like chunk sizes and pointers to achieve arbitrary read/write.

Distinct from Runtime Memory Manipulation: Focuses specifically on allocator metadata corruption rather than general process memory patching.

Explore 1 awesome GitHub repository matching security & cryptography · Allocator Metadata Manipulation. Refine with filters or upvote what's useful.

Awesome Allocator Metadata Manipulation GitHub Repositories

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

    shellphish/how2heap

    8,444Vezi pe GitHub↗

    how2heap is an educational resource and technical testbed for learning heap-based vulnerabilities and memory allocator internals. It provides a collection of source code examples and binaries that serve as a laboratory for studying memory corruption techniques specifically targeting the glibc malloc implementation. The project focuses on the development of exploit primitives, such as tcache poisoning and double frees, to redirect program execution. It includes a suite of implementations for bypassing memory protections and manipulating heap metadata to achieve arbitrary memory writes. The fr

    Demonstrates how to overwrite internal allocator structures such as chunk sizes and forward pointers for memory access.

    C
    Vezi pe GitHub↗8,444
  1. Home
  2. Security & Cryptography
  3. Runtime Memory Manipulation
  4. Allocator Metadata Manipulation