第四十八课:payload分离免杀思路第二季
介绍相关概念:
csc.exe:
//test.cs
using System;
class TestApp
{
public static void Main()
{
Console.WriteLine("Micropoor!");
}
}InstallUtil.exe:
demo1:



demo2:





Last updated
Was this helpful?


