Skip to content

cynault/DllInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DllInjector

A command line tool to inject any dll into another process written in C#

Environment

  1. Download and install .NET 6.0 SDK at .NET official website

Build

git clone https://github.com/cynault/DllInjector.git
cd DllInjector
dotnet publish -o publish -c Release --runtime win-x64 --self-contained

Then you can find a DllInject.exe in publish folder

Usage

.\DllInject.exe -pid <target-process-pid> -dll <path to inject dll>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages