'Added CSC Output File to payloads'
parent
a3d0b0c887
commit
204fff0a75
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue