Missing }

This commit is contained in:
Fabian
2021-11-27 18:14:26 +01:00
parent 09512880cf
commit e43288db55

View File

@@ -194,7 +194,7 @@ class Launcher
{
memory.QueuePatch(Patterns.Windows.CertBundle, Patches.Windows.CertBundle, "CertBundle", 19),
memory.QueuePatch(Patterns.Windows.CertCommonName, Patches.Windows.CertCommonName, "CertCommonName", 6),
, Program.CancellationTokenSource.Token);
}, Program.CancellationTokenSource.Token);
#endif
NativeWindows.NtResumeProcess(processInfo.ProcessHandle);