awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • shellphish/how2heapAvatar de shellphish

    shellphish/how2heap

    8,444Voir sur 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
    Voir sur GitHub↗8,444
  1. Home
  2. Security & Cryptography
  3. Large Bin Attacks

Explorer les sous-tags

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