A command-line utility for injecting x86 dynamic link libraries (DLL) into external processes.
Open 'zInjector.sln' in Visual Studio and build the solution in Release mode to create zInjector.exe.
zInjector [dll path] [process name] [method number]
- CreateRemoteThread - 1
- NtCreateThreadEx - 2
C:\zInjector.exe C:\Library.dll notepad.exe 1
- https://github.com/DarthTon/Blackbone/
- https://github.com/stephenfewer/ReflectiveDLLInjection/
- http://securityxploded.com/ntcreatethreadex.php/
- https://bitbucket.org/evolution536/crysearch-memory-scanner/
zInjector is licensed under the MIT License, see the LICENSE file for more information.