开发者

C# DLL Injection

开发者 https://www.devze.com 2023-03-18 10:12 出处:网络
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 di

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

精彩评论

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

关注公众号