|
马上注册领取绝版勋章
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Hello.
After some trial and error, I figured out how to inject assemblies into Mono embedded processes and I'm going to share the method here.
I am using the Process.NET library written by lolp1 to invoke functions in the target process, and Fasm.NET written by ZenLulz as the assembler that Process.NET requires.
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.
Compiled binaries download:
SharpMonoInjector.zip
(148.61 KB, 下载次数: 0)
|
|