https://github.com/eternityx/zinjector
zInjector is a simple tool for injecting dynamic link libraries into arbitrary processes
https://github.com/eternityx/zinjector
createremotethread injection injector ntcreatethreadex x86
Last synced: about 1 month ago
JSON representation
zInjector is a simple tool for injecting dynamic link libraries into arbitrary processes
- Host: GitHub
- URL: https://github.com/eternityx/zinjector
- Owner: EternityX
- License: mit
- Created: 2016-11-05T07:09:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T11:25:54.000Z (over 1 year ago)
- Last Synced: 2025-04-10T19:43:33.119Z (about 1 month ago)
- Topics: createremotethread, injection, injector, ntcreatethreadex, x86
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 22
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zInjector
A command-line utility for injecting x86 dynamic link libraries (DLL) into external processes.# Building
Open 'zInjector.sln' in Visual Studio and build the solution in Release mode to create zInjector.exe.# Usage
### Syntax
zInjector [dll path] [process name] [method number]### Injection Methods
- CreateRemoteThread - 1
- NtCreateThreadEx - 2#### Example
```
C:\zInjector.exe C:\Library.dll notepad.exe 1
```# Credits
- https://github.com/DarthTon/Blackbone/
- https://github.com/stephenfewer/ReflectiveDLLInjection/
- http://securityxploded.com/ntcreatethreadex.php/
- https://bitbucket.org/evolution536/crysearch-memory-scanner/# License
zInjector is licensed under the MIT License, see the LICENSE file for more information.