Skip to content

LoulouNoLegend/LDI-DLL-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loulou's DLL Injector

LDI is a straightforward Windows application that allows you to inject a DLL (Dynamic Link Library) into a running process. Whether you’re a developer testing your code or someone looking to modify an application, this tool provides an easy way to accomplish that task. LDI uses the Win32 API, which makes this only compatible with Windows.

I made a template from the DLL that was used while programming that tool so you cna compile your own one! Just click here

How to Use (2 methods)

Compiling it yourself

  1. Download the Source Code: Get the latest version from GitHub.
  2. Build the Application: Compile the source code using a C++ compiler on Windows. Ensure you have the necessary Windows SDK libraries.
  3. Run the Apps: Launch the compiled application and the app you want your DLL to be in.
  4. Follow the Prompts: Use the provided dialogs to select your executable and DLL files.
  5. Enjoy!

Downloading the app itself

  1. Download the zip file: Open the release tab and scroll a little bit to find the files
  2. Unzip the executable: Open the zip file and extract the executable somewhere on your pc
  3. Open the executable and enjoy!

What You Need

  • Windows OS
  • Visual Studio Community (Made with VSC 2022)

Important Notes

  • Permissions: You may need administrative rights to inject DLLs into certain processes.
  • Use Wisely: DLL injection can affect your system. Don't inject any random DLL and be sure to know what you're doing.
  • I'm not responsible for any problems related to injecting an unsafe DLL. Be sure that you can trust the DLL you inject.

License

This project is under the MIT License. Check out the LICENSE file for more details.