About 7,880,000 results
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

    May 15, 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 …

  3. Releases · master131/ExtremeInjector - GitHub

    Contribute to master131/ExtremeInjector development by creating an account on GitHub.

  4. DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL …

    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).

  5. GitHub - nefarius/Injector: Command line utility to inject and eject …

    Command line utility to inject and eject DLLs. Contribute to nefarius/Injector development by creating an account on GitHub.

  6. 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 …

  7. Releases · DarthTon/Xenos - GitHub

    Windows dll injector. Contribute to DarthTon/Xenos development by creating an account on GitHub.

  8. GitHub - UnexomWid/syringe: 32/64-bit Windows DLL injector

    Feb 18, 2022 · 32/64-bit Windows DLL injector. Contribute to UnexomWid/syringe development by creating an account on GitHub.

  9. LoulouNoLegend/LDI-DLL-Injector - GitHub

    Lou's DLL Injector LDI is a Windows application that allows you to inject a DLL (Dynamic Link Library) into a running process. LDI uses the Win32 API, which makes this only compatible …

  10. DLL-Injector/README.md at main - GitHub

    The injector allows you to inject custom DLLs into running processes, enabling you to modify their behavior dynamically. This implementation can be build for both x86 and x64 architectures in …