Skip to content

A tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games

License

Notifications You must be signed in to change notification settings

asdpalsdpaldpaldp/SharpMonoInjector

 
 

Repository files navigation

SharpMonoInjector

SharpMonoInjector is a tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games. The target process does not have to be restarted in order to inject an updated version of the assembly. Instead, you need to properly eject the assembly which this tool simplifies, and then inject again.

There are two dependencies: Process.NET for invoking functions in remote processes, and Fasm.NET as the assembler that Process.NET requires. Both are available as Nuget packages and licensed under the MIT license.

About

A tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%