Skip to content

Commit dd8885f

Browse files
authored
Create README.md
1 parent e2d62dc commit dd8885f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)