Skip to content

clean example on how to make a c++ loadlibrary dll injector

Notifications You must be signed in to change notification settings

jerankda/Loadlibrary-DLL-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loadlibrary DLL Injector

Description: This is a simple command-line tool designed for injecting dynamic link libraries (DLLs) into running processes on Windows systems. This can be useful for various purposes, including debugging, code injection, and modifying the behavior of applications.

Disclaimer: Use this tool responsibly and ethically. Unauthorized use of DLL injection techniques may violate the terms of service of certain software or potentially lead to legal consequences. The author is not responsible for any misuse of this tool.

Features:

  • DLL Injection: Inject dynamic link libraries into running processes.
  • Process Selection: Choose the target process by providing its process ID (PID).
  • User Interface: CLI for easy integration into scripts or manual usage.

Usage:

Loadlibrary-DLL-injector.exe <PID> <DLL Path>
<PID>: The process ID of the target process.
<DLL Path>: The full path to the DLL that you want to inject.

Example:

Loadlibrary-DLL-injector.exe 1234 C:\Path\To\Your\InjectedDLL.dll

Note

This project was developed as part of an internship project and will not be updated further.

About

clean example on how to make a c++ loadlibrary dll injector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages