Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 992 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 992 Bytes

⚠️ 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.