This tool demonstrates various remote dll injection methods.
Usage: inject <pid> [dll_file] [CRT|STC|QUA|NQAT|NQATE] [R|LW|LA]
- CRT - CreateRemoteThread injection (default)
- STC - SetThreadContext injection
- QUA - QueueUserApc injection
- NQAT - NtQueueApcThread injection
- NQATE - NtQueueApcThreadEx injection
- R - Reflective loader (default)
- LW - LoadLibraryW loader
- LA - LoadLibraryA loader
Use Visual Studio 2015 to build the solution.
Licensed under a 3 clause BSD license, please see LICENSE.txt for details.