From dd8885f84c024ace3dd08fb77e21e0d34ac9872e Mon Sep 17 00:00:00 2001 From: mudebug77 <34656102+mudebug77@users.noreply.github.com> Date: Mon, 9 May 2022 14:10:28 +0800 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e95508 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# InjectAssembly +注入c#控制台到非托管进程 + +注入部分 +OpenProcess -> VirtualAllocEx -> 写入shellcode 和 c# 程序 ->CreateRemoteThread + +shellcode 部分 +CLRCreateInstance v4.0.30319 内存中加载c# dll ExecuteAssembly