About 151,000 results
Open links in new tab
  1. Advanced DLL Injector - GitHub

    Jun 13, 2025 · This injector uses the classic and well-documented LoadLibrary injection technique, implemented through: CreateToolhelp32Snapshot() → to iterate through system processes

  2. dll-injector · GitHub Topics · GitHub

    May 15, 2025 · 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. GitHub - adamhlt/DLL-Injector: DLL Injector (LoadLibrary) in C++ (x86 ...

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

  4. GuidedHacking DLL Injector Library - GitHub

    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 behavior of the target …

  5. Command line utility to inject and eject DLLs - GitHub

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

  6. Releases · DarthTon/Xenos - GitHub

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

  7. GitHub - DarthTon/Xenos: Windows dll injector

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

  8. GitHub - BenteVE/DLL-Injector: A simple DLL Injector build using Visual ...

    This repository contains a simple DLL (Dynamic Link Library) injector that uses the Windows API LoadLibrary function. The injector allows you to inject custom DLLs into running processes, enabling …

  9. LoulouNoLegend/LDI-DLL-Injector - GitHub

    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 with Windows.

  10. GitHub - master131/ExtremeInjector

    Please explain the Post-Inject Options! These post-inject techniques are often seen within hacks to try prevent detection from anti-cheats but this injector can do it externally if the hack doesn't do it already.