Skip to content

zInjector is a simple tool for injecting dynamic link libraries into arbitrary processes

License

Notifications You must be signed in to change notification settings

EternityX/zInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

zInjector is licensed under the MIT License, see the LICENSE file for more information.

About

zInjector is a simple tool for injecting dynamic link libraries into arbitrary processes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published