Skip to content

Michidu/MonoInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonoInjector

Mono Assembly Injector for Unity3D games

Features

  • Supports x86 and x64 processes
  • Loads assemblies from memory
  • Unlink assembly feature. Hides injected assembly from GetAssemblies(). Experimental. Add --unlink to enable it.

Usage

Running MonoInjector.exe with the --help argument will display all possible options.

MonoInjector.exe --help

Example:

MonoInjector.exe --target target.exe --dll TestDll.dll --namespace TestDll --class Load --method Init

Or

MonoInjector.exe -t target.exe -d TestDll.dll -n TestDll -c Load -m Init

About

Mono Assembly Injector for Unity3D games

Resources

License

Stars

Watchers

Forks

Packages

No packages published