コード例 #1
0
        // Token: 0x0600009F RID: 159 RVA: 0x001DDE10 File Offset: 0x001DC210
        private void Builder_Load(object sender, EventArgs e)
        {
            this.dir.SelectedIndex = 0;
            this.host.Text         = Class6.smethod_2("host", this.host.Text);
            this.port.Value        = Conversions.ToDecimal(Class6.smethod_2("p", Conversions.ToString(this.port.Value)));
            this.exe.Text          = Class6.smethod_2("exe", this.exe.Text);
            this.dir.SelectedIndex = Conversions.ToInteger(Class6.smethod_2("dir", Conversions.ToString(this.dir.SelectedIndex)));
            this.VN.Text           = Class6.smethod_2("vn", this.VN.Text);
            this.bsod.Checked      = Conversions.ToBoolean(Class6.smethod_2("bsod", this.bsod.Checked.ToString()));
            this.Idr.Checked       = Conversions.ToBoolean(Class6.smethod_2("Idr", this.Idr.Checked.ToString()));
            this.Isu.Checked       = Conversions.ToBoolean(Class6.smethod_2("Isu", this.Isu.Checked.ToString()));
            this.Isf.Checked       = Conversions.ToBoolean(Class6.smethod_2("Isf", this.Isf.Checked.ToString()));
            this.klen.Value        = Conversions.ToDecimal(Class6.smethod_2("klen", this.klen.Value.ToString()));
            this.string_0          = Class6.smethod_2("ico", string.Empty);
            bool flag = !File.Exists(this.string_0);

            if (flag)
            {
                this.string_0 = string.Empty;
            }
            flag = (Convert.ToDouble(this.port.Value) != Conversions.ToDouble(Class6.smethod_2("port", Conversions.ToString(this.port.Value))));
            if (flag)
            {
                this.port.Value = Conversions.ToDecimal(Class6.smethod_2("port", Conversions.ToString(this.port.Value)));
            }
            try
            {
                flag = (Operators.CompareString(this.string_0, string.Empty, false) != 0);
                if (flag)
                {
                    this.PictureBox1.Image = new Icon(Class6.smethod_2("ico", string.Empty)).ToBitmap();
                    this.CheckBox1.Checked = true;
                }
            }
            catch (Exception ex)
            {
                this.string_0 = string.Empty;
            }
            this.VN.Text  = "Lammer";
            this.exe.Text = "Trojan.exe";
        }