I've seen that through reflection you can call and even replace internal and private methods of classes in other assemblies within your own process.
(I love LogMan's answer to this related question: Dynamically replace the contents of a C# method?)
I would like to dynamically replace (wrap) a method of a loaded .NET assembly in another (native) process in the system, specifically ehrecvr.exe.
Is this possible? Alternatively, is it possible to add an extra assembly to load when that binary is run, which would then be in-process for the method replacement?
Aucun commentaire:
Enregistrer un commentaire