This project is a DLL Injector built in C++ with a graphical user interface (GUI). It's designed as an educational tool for understanding malware development and software security. The injector allows for the dynamic loading of DLLs into a running process.
This tool is intended for educational purposes only. I do not endorse any malicious use. Users should understand that this type of software can be identified as potentially harmful by antivirus software.
- GUI for easy interaction
- Dynamic DLL injection into processes
- Visual Studio
- Clone the repository and build the solution.
- Due to the nature of DLL injection techniques, this tool is likely to be flagged by antivirus software.
- To test or use it without interruption, you may need to add an exception in your antivirus software for the folder containing the solution.
- Please ensure you are compliant with all relevant policies and laws when using or testing this tool.
Contributions to the project are welcome. Please follow the standard procedures for contributing to open-source projects.
This project is licensed under the MIT License.