awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesLarge Bin Attacks

Exploitation of large bin memory management by manipulating the bk-nextsize pointer.

Distinguishing note: Existing candidates refer to data binning in ML or UI, not allocator bin attacks.

Explore 1 awesome GitHub repository matching security & cryptography · Large Bin Attacks. Refine with filters or upvote what's useful.

Awesome Large Bin Attacks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • shellphish/how2heapAvatar de shellphish

    shellphish/how2heap

    8,444Ver en 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

    Provides implementations for overwriting target memory addresses by manipulating large bin pointers.

    C
    Ver en GitHub↗8,444
  1. Home
  2. Security & Cryptography
  3. Large Bin Attacks

Explorar subetiquetas

  • Double Free AttackersTools for triggering heap memory corruption via double-free vulnerabilities. **Distinct from Large Bin Attacks:** Distinct from Large Bin Attacks: focuses on the specific double-free primitive rather than large bin metadata manipulation.
  • Large Bin Attack ExecutionsManipulates heap metadata to overwrite arbitrary memory addresses via large bin freelist exploitation. **Distinct from Large Bin Attacks:** Distinct from Large Bin Attacks: focuses on the execution of the attack rather than the definition of the attack type.