求c# dll 进程注入的例子,最好解释的详细点,谢谢!

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/17 23:12:05

求c# dll 进程注入的例子,最好解释的详细点,谢谢!

参见win32 API 进程注入 OpenProcess, VirtualAllocEx, WriteProcessMemory, CreateRemoteThread等API函数
http://andylin02.iteye.com/blog/459483
http://bbs.pediy.com/showthread.php?t=56035