Skip to content

A DLL injection library written in C# that supports several methods of process injection.

License

Notifications You must be signed in to change notification settings

Najsr/Simple-Injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Injection

A DLL injection library written in C# that supports several methods of process injection.

Supported Methods

  • CreateRemoteThread
  • QueueUserAPC
  • RtlCreateUserThread
  • SetThreadContext (Thread Hijack)

Installation

  • Clone this repository
  • Compile the project as AnyCPU
  • Add a reference to Simple-Injection.dll to your project

Usage

using Simple_Injection;

var injector = new Injector();

injector.CreateRemoteThread("pathToDll", "processName");

Contributing

Pull requests are welcome.

For major changes, such as new injection methods, please open an issue first to discuss what you would like to add.

About

A DLL injection library written in C# that supports several methods of process injection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages