示例#1
0
        private void spoofIP_Click(object sender, EventArgs e)
        {
            IEnumerable <string> enumerator = CheckOS.GetNicIds();

            foreach (string i in enumerator)
            {
                Debug.Print(i);
            }
        }
示例#2
0
 private void getMac_Click(object sender, EventArgs e)
 {
     macBox.Text = CheckOS.macId();
 }
示例#3
0
 public RatSecToolkit()
 {
     InitializeComponent();
     logText.Text = "Welcome to RatSecToolkit\r\n";
     macBox.Text  = CheckOS.macId();
 }