Skip to content
/ Dject Public

The dll injection library for uwp apps (support .net & C++)

License

Notifications You must be signed in to change notification settings

0x8h/Dject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dject

The dll injection library for uwp apps (for Dotnet & C++)

Usage

1.Download dll from releases(Default dotnet version is 4.8).
2.Add Dject dll to your project

Example code

using Dject;

namespace example {
  
  public class main {

    static void Main(string[] args) {

      lib.DllInject("Process name here(e.g:Minecraft.Windows)", "Path here(e.g:C:\Internal client.dll)", (messageshow boolean true=show injected message false=hide injected message)));

    }

  }
  
}

About

The dll injection library for uwp apps (support .net & C++)

Resources

License

Stars

Watchers

Forks