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

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

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

5 مستودعات

Awesome GitHub RepositoriesDLL Injection Techniques

Methods for creating and loading dynamic link libraries into the memory space of foreign processes.

Distinct from Library Linking Automation: None of the candidates describe the creation of libraries for the purpose of process injection; they focus on project management or build-time linking.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · DLL Injection Techniques. Refine with filters or upvote what's useful.

Awesome DLL Injection Techniques GitHub Repositories

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

    lich0821/WeChatFerry

    6,712عرض على GitHub↗

    WeChatFerry is a platform-specific automation tool designed for programmatic account and conversation management. It enables the creation of bots and the integration of large language models to provide automated replies within a messaging interface. The project functions by using native API interception and memory-based hooking to capture incoming communication and send messages without an official API. It includes capabilities for binary data decryption to transform protected media files and database records into readable formats. The system covers a broad range of functional areas, includi

    Implements DLL injection to execute custom code within the target application's memory space.

    C++chatglmchatgptgemini
    عرض على GitHub↗6,712
  • microsoft/detoursالصورة الرمزية لـ microsoft

    microsoft/Detours

    6,303عرض على GitHub↗

    Detours is a library for intercepting Win32 API calls and redirecting function calls at runtime on Windows, enabling binary-level instrumentation without requiring access to the original source code. It functions as an API hooking library and binary instrumentation toolkit, allowing developers to monitor or modify the behavior of compiled Windows binaries by hooking into their function execution paths. The project achieves this through detour-based function interception, where the first few instructions of a target function are replaced with a jump to a user-supplied detour function, while pr

    Loads a user-specified DLL into a target process using CreateRemoteThread and LoadLibrary for detour installation.

    C++hacktoberfestmicrosoft
    عرض على GitHub↗6,303
  • x64dbg/scyllahideالصورة الرمزية لـ x64dbg

    x64dbg/ScyllaHide

    4,167عرض على GitHub↗

    ScyllaHide هو إضافة لتجاوز مصححات الأخطاء (anti-debugger) وأداة للهندسة العكسية مصممة لإخفاء المصحح عن التطبيق المستهدف. يعمل كمكتبة ربط (hooking) لواجهة برمجة تطبيقات في وضع المستخدم وإطار عمل لحقن ملفات DLL يمنع البرامج من اكتشاف نفسها وإغلاقها عند تحليلها. يمكّن المشروع من تحليل البرمجيات الخبيثة ودراسة البرامج المحمية عن طريق تحييد الدفاعات الأمنية. يحقق ذلك من خلال اعتراض وتعديل استجابات مكتبة النظام لخداع التطبيقات بشأن بيئة تنفيذها. تستخدم الأداة عدة طرق تقنية للحفاظ على التخفي، بما في ذلك ربط واجهة برمجة التطبيقات المضمن (inline API hooking)، ووكيل استدعاء النظام، وتصحيح كتلة بيئة العملية (PEB). كما تتعامل مع اعتراضات وضع المستخدم وتستخدم إعادة توجيه المكتبة الديناميكية لتصفية استجابات واجهة برمجة التطبيقات الحساسة.

    Employs DLL injection techniques to insert custom logic into target processes for execution flow modification.

    C++
    عرض على GitHub↗4,167
  • maplespe/explorerblurmicaالصورة الرمزية لـ Maplespe

    Maplespe/ExplorerBlurMica

    4,048عرض على GitHub↗

    ExplorerBlurMica is a system utility designed to apply transparency, blur, and material design effects to standard Windows desktop interface elements. It functions as a window effect injector and visual modifier specifically for the Windows File Explorer and other shell windows. The tool provides customization of background visual effects, including the addition of acrylic and mica transparency. It allows for the definition of specific blend colors for backgrounds and includes an adaptation system that synchronizes visual styles with the current operating system theme settings.

    Uses DLL injection to insert custom code into the target process memory for modifying window properties.

    C++acrylicblurexplorer
    عرض على GitHub↗4,048
  • trickster0/offensiverustالصورة الرمزية لـ trickster0

    trickster0/OffensiveRust

    2,984عرض على GitHub↗

    OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and post-exploitation library, providing a collection of offensive security primitives and a Windows API wrapper for interacting with low-level system functions and undocumented APIs. The project focuses on bypassing security software through direct system calls, memory obfuscation, and stealthy payload execution. It implements techniques to defeat static binary analysis via compile-time string encryption and payload obfuscation, while avoiding detection using parent process ID s

    Produces compiled libraries designed to execute custom logic within the memory space of a target process.

    Rust
    عرض على GitHub↗2,984
  1. Home
  2. Operating Systems & Systems Programming
  3. DLL Injection Techniques