We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d62dc commit dd8885fCopy full SHA for dd8885f
1 file changed
README.md
@@ -0,0 +1,8 @@
1
+# InjectAssembly
2
+注入c#控制台到非托管进程
3
+
4
+注入部分
5
+OpenProcess -> VirtualAllocEx -> 写入shellcode 和 c# 程序 ->CreateRemoteThread
6
7
+shellcode 部分
8
+CLRCreateInstance v4.0.30319 内存中加载c# dll ExecuteAssembly
0 commit comments