C# DLL Injection



是否可以使用c#将DLL文件注入到explorer或svchost等进程中?我知道这在c++中是可能的,但在c#中是吗?如果是这样的话,如何编写DLL会有关系吗?例如,它是c++ DLL还是Visual Studio c# .NET DLL不同吗?如果这是在所有可能的人张贴的代码,我可以用它来做到这一点。非常感谢。

是可能的:http://www.codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll

由于该链接似乎已关闭,这里有一个缓存版本:http://web.archive.org/web/20101224064236/http://codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll

相关内容

  • 没有找到相关文章

最新更新