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 RepositoriesBinary Import Redirections

Techniques for intercepting standard library calls by modifying executable import tables or using dynamic preloading.

Distinct from Import Reconstruction: Closest candidates are related to URL routing or reconstruction of packed binaries, not the interception of runtime library calls.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Import Redirections. Refine with filters or upvote what's useful.

Awesome Binary Import Redirections GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/mimallocAvatar de microsoft

    microsoft/mimalloc

    13,090Ver en GitHub↗

    Mimalloc is a general purpose dynamic memory allocator for C and C++ designed to increase execution speed and reduce fragmentation. It functions as a scalable heap manager that replaces standard library allocation functions to improve performance and memory efficiency across applications. The project distinguishes itself as both a heap security hardener and a memory corruption detector. It employs randomized allocation, encrypted free lists, and sampled guard pages to mitigate heap exploits and identify buffer overflows or use-after-free errors during runtime. The allocator provides capabili

    Provides mechanisms to inject the allocator into existing binaries by intercepting standard library allocation calls.

    C
    Ver en GitHub↗13,090
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Import Redirections