Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 543 Bytes

File metadata and controls

20 lines (14 loc) · 543 Bytes

DLL-Injector

Build

g++ .\DLL-Injector.cpp -o .\DLL-Injector

Usage

.\DLL-Injector.exe --pid $pid --target "path\to\file.dll"

Notes

If it doesn't work, try to copy the dll file in the same directory of DLL-Injector.

Remember to specify the FULL PATH of your dll file, avoid relative paths.

Disclaimer

This software is intended for educational and research purposes only. Any use for illegal or unauthorized activities is strictly prohibited. The user is solely responsible for any misuse of the software.