Skip to content

Edveika/Windows-LoadLib-DLL-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ Disclaimer

This is ONLY used for ETHICAL and LEARNING purposes. I do not encourage cheating in online games in any way.

πŸ’‰ Simple-DLL-Injector

Basic Dynamic Link Library(DLL) injector for WINDOWS that uses the Load Library method. In the tutorial they hardcode DLL path and process name into the code, I used console arguments to avoid recompiling the code for each game/app i am injecting DLLs into.

Usage

  1. Open CMD

  2. Run:

injector.exe path_to_dll process_name

REQUIRES ADMINISTRATOR PRIVILEGES!!!

🌐 Downloading the injector

  1. Download the injector from the releases
  2. To run the injector see Injector usage

🀝 Credits

The code used in this project was acquired by doing the GHB(game hacking bible) from guidedhacking.com

πŸ“œ License

This project is licensed under the GPL v2 LICENSE.