awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/mimallocAvatar von microsoft

    microsoft/mimalloc

    13,090Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,090
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Import Redirections