Open links in new tab
  1. Advanced DLL Injector - GitHub

    Jun 13, 2025 · Universal interactive DLL injector for Windows (x86/x64), written in modern C++ - s4yr3x/advanced-DLLInjector

  2. dll-injector · GitHub Topics · GitHub

    Dec 1, 2025 · DLL Injector DLL injection is a technique used in programming and hacking to run code within another process by injecting a dynamic-link library (DLL). This method is commonly utilized for …

  3. dll-injection · GitHub Topics · GitHub

    May 18, 2025 · GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  4. GitHub - Neyrian/DLL-Injector: A stealthy DLL injector for Windows 10/ ...

    This project implements a stealthy DLL injector for Windows 10 and 11 with advanced evasion techniques. It includes mechanisms to bypass EDR, AV, and sandbox detections while using direct …

  5. DLL Injection with Driver Setup - GitHub

    Jan 20, 2026 · DLL Injection with Driver Setup This project is a tool used for performing DLL injection (injecting code) into a specific game or application process (such as cod.exe). The application first …

  6. Reflective DLL injection is a library injection technique in which the ...

    About Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process.

  7. DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector

    This is a DLL injector written in C++, it uses the most basic method to inject DLL (LoadLibrary). The "Release" section contains the DLL injector (x86 / x64) and tiny test programs (x86 / x64).

  8. GuidedHacking DLL Injector Library - GitHub

    What is a DLL Injector? DLL injection is a technique where code is run in the space of another process by forcing it to load a dynamic library. This is often done by external programs to change the …

  9. GitHub - KooroshRZ/Windows-DLL-Injector: Some DLL Injection …

    Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes - KooroshRZ/Windows-DLL-Injector

  10. 一款驱动级DLL注入工具,可强制将DLL文件插入到任意应用层进程内。 …

    一款驱动级DLL注入工具,可强制将DLL文件插入到任意应用层进程内。 A driver level DLL injection tool, which can forcibly insert DLL files into any application layer process. - sesyi/LyInject