awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesSymbol Interposition

Techniques for overriding standard library functions using linker or environment variables to inject custom logic.

Distinguishing note: None of the candidates cover the low-level system mechanism of function interposition via linker tricks

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Symbol Interposition. Refine with filters or upvote what's useful.

Awesome Symbol Interposition GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gperftools/gperftoolsالصورة الرمزية لـ gperftools

    gperftools/gperftools

    8,959عرض على GitHub↗

    gperftools is a collection of specialized tools for profiling CPU usage, detecting memory errors, and providing high-performance memory allocation. It provides a memory profiling toolkit for C++ applications, including a sampling CPU profiler and a heap profiler for analyzing consumption patterns. The project includes a high-performance memory allocator designed as a multi-threaded replacement for standard allocation to reduce contention and improve execution speed. It further provides a memory debugger to identify illegal memory access and double frees. The toolkit covers broad diagnostic c

    Overrides standard library memory functions using linker tricks or environment variables to inject custom allocation logic.

    C++
    عرض على GitHub↗8,959
  • haad/proxychainsالصورة الرمزية لـ haad

    haad/proxychains

    7,711عرض على GitHub↗

    Proxychains is a SOCKS proxy chain tool and TCP traffic redirector that forces outgoing network connections from applications into a specified sequence of proxy servers. It functions as a proxy sequence orchestrator, routing TCP network traffic through multiple SOCKS or HTTP proxies to anonymize network paths and bypass firewalls. The tool includes a remote DNS resolver that performs domain name resolution through a remote proxy to prevent DNS leaks and hide queries. This ensures that network traffic from applications that are not proxy-aware is redirected through the configured intermediarie

    Intercepts standard C library network calls by preloading a custom shared library to redirect traffic.

    C
    عرض على GitHub↗7,711
  • hdshare/wauxiliary_publicالصورة الرمزية لـ HdShare

    HdShare/WAuxiliary_Public

    3,884عرض على GitHub↗

    WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept and alter the execution flow of compiled applications. It functions as a process injection toolkit and software reverse engineering tool, enabling the injection of custom logic into active application memory spaces to extend functionality without requiring original source code. The framework specifically provides capabilities for extending the WeChat desktop client. It achieves this through runtime process injection and software reverse engineering to modify internal operations

    Intercepts function calls by loading a custom library that overrides standard symbols before the original application does.

    Kotlinwauxiliarywauxvwechat
    عرض على GitHub↗3,884
  1. Home
  2. Operating Systems & Systems Programming
  3. Symbol Interposition