开发者

C# DLL Injection

Is it possible to inject a DLL file into a process such as explorer or svchost using C#? I know this is possible in C++ but is it in C#? If so would it matter how the DLL was written, e.g. would it differ betwe开发者_运维百科een a C++ DLL or a Visual Studio C# .NET DLL? If this is at all possible could someone post the code that I could use to do this. Thank you very much.


Yes it is possible: http://www.codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll

Since that link appears to be down, here's a cached version: http://web.archive.org/web/20101224064236/http://codingthewheel.com/archives/how-to-inject-a-managed-assembly-dll

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜