We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc92600 commit 43dba69Copy full SHA for 43dba69
README.md
@@ -1,2 +1,21 @@
1
# csharp-ShellcodeLoader
2
基于csharp实现的免杀shellcode加载器
3
+
4
5
+### Step
6
7
+把生成的`shellcode`直接放进去,然后将转换后的代码放进一个文本文件中。
8
9
+
10
11
+直接将保存的文本文件当作参数传递给`Loader`即可。
12
13
+
14
15
+然后就可以看到已经上线了。
16
17
+
18
19
+目前经测试能绕过以下杀毒软件最新病毒版本。`Defender`起初测试还没问题,但现在只能静态绕过,所以要想`bypass`需要进行稍许修改。
20
21
+
0 commit comments