From 006509e932c339d9f9db8e61c635893f66526248 Mon Sep 17 00:00:00 2001 From: Semen8991 Date: Fri, 17 May 2019 18:06:07 +0300 Subject: [PATCH] updated Russian localization & completely new MFOC & new Show UID & Hardnested button replaced with a working Bitsliced Cropto-1 brute-forcer (beta) & libusb driver --- MifareOneTool.sln | 15 +- MifareOneTool/Form1.Designer.cs | 205 +- MifareOneTool/Form1.cs | 122 +- MifareOneTool/Form1.resx | 11281 +++++++++------- MifareOneTool/Form1.ru.resx | 877 +- MifareOneTool/Form1.zh.resx | 12 +- MifareOneTool/FormDiff.cs | 6 +- MifareOneTool/FormDiff.ru.resx | 5 + MifareOneTool/FormHTool.Designer.cs | 28 +- MifareOneTool/FormHTool.cs | 8 +- MifareOneTool/FormHTool.resx | 813 +- MifareOneTool/FormHTool.ru.resx | 259 +- MifareOneTool/FormHardNes.Designer.cs | 18 +- MifareOneTool/FormHardNes.cs | 5 - MifareOneTool/FormHardNes.resx | 420 +- MifareOneTool/FormHardNes.zh.resx | 8 +- MifareOneTool/FormMFF08.ru.resx | 6 + MifareOneTool/MifareOneTool.csproj | 13 +- MifareOneTool/MifareOneTool_ml.xml | 838 +- .../Properties/Resources.Designer.cs | 131 +- MifareOneTool/Properties/Resources.resx | 47 +- MifareOneTool/Properties/Resources.ru.resx | 198 +- MifareOneTool/Properties/Resources.zh.resx | 47 +- MifareOneTool/ml_temp_ControlsScan.xml | 126 +- MifareOneTool/ml_temp_SourceScan.xml | 2552 ++-- 25 files changed, 9920 insertions(+), 8120 deletions(-) diff --git a/MifareOneTool.sln b/MifareOneTool.sln index cb7f8db..9d8ba62 100644 --- a/MifareOneTool.sln +++ b/MifareOneTool.sln @@ -15,6 +15,10 @@ Global Debug|Mixed Platforms = Debug|Mixed Platforms Debug|Win32 = Debug|Win32 Debug|x86 = Debug|x86 + MifareOneTool|Any CPU = MifareOneTool|Any CPU + MifareOneTool|Mixed Platforms = MifareOneTool|Mixed Platforms + MifareOneTool|Win32 = MifareOneTool|Win32 + MifareOneTool|x86 = MifareOneTool|x86 Release|Any CPU = Release|Any CPU Release|Mixed Platforms = Release|Mixed Platforms Release|Win32 = Release|Win32 @@ -22,8 +26,8 @@ Global EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Any CPU.ActiveCfg = beta|x86 - {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Mixed Platforms.ActiveCfg = Release|x86 - {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Mixed Platforms.Build.0 = Release|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Mixed Platforms.ActiveCfg = beta|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Mixed Platforms.Build.0 = beta|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Win32.ActiveCfg = beta|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Win32.Build.0 = beta|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|x86.ActiveCfg = beta|x86 @@ -34,6 +38,13 @@ Global {CDB26016-FC77-403F-B22A-A011F8622FCF}.Debug|Win32.ActiveCfg = Debug|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.Debug|x86.ActiveCfg = Debug|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.Debug|x86.Build.0 = Debug|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|Any CPU.ActiveCfg = MifareOneTool|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|Mixed Platforms.ActiveCfg = MifareOneTool|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|Mixed Platforms.Build.0 = MifareOneTool|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|Win32.ActiveCfg = MifareOneTool|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|Win32.Build.0 = MifareOneTool|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|x86.ActiveCfg = MifareOneTool|x86 + {CDB26016-FC77-403F-B22A-A011F8622FCF}.MifareOneTool|x86.Build.0 = MifareOneTool|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.Release|Any CPU.ActiveCfg = Release|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.Release|Mixed Platforms.ActiveCfg = Release|x86 {CDB26016-FC77-403F-B22A-A011F8622FCF}.Release|Mixed Platforms.Build.0 = Release|x86 diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs index fbc4226..68a244a 100644 --- a/MifareOneTool/Form1.Designer.cs +++ b/MifareOneTool/Form1.Designer.cs @@ -84,10 +84,10 @@ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label7 = new System.Windows.Forms.Label(); this.buttonEscan = new System.Windows.Forms.Button(); - this.buttonECheckEncrypt = new System.Windows.Forms.Button(); this.buttoEScanCard = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.buttonECheckEncrypt = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel(); @@ -165,6 +165,9 @@ this.curDevice = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton(); this.timer1 = new System.Windows.Forms.Timer(this.components); + this.groupBox17 = new System.Windows.Forms.GroupBox(); + this.button1 = new System.Windows.Forms.Button(); + this.flowLayoutPanel25 = new System.Windows.Forms.FlowLayoutPanel(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.flowLayoutPanel12.SuspendLayout(); @@ -230,6 +233,8 @@ this.groupBox11.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); this.statusStrip1.SuspendLayout(); + this.groupBox17.SuspendLayout(); + this.flowLayoutPanel25.SuspendLayout(); this.SuspendLayout(); // // groupBox1 @@ -239,7 +244,6 @@ this.groupBox1.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip")); // // tableLayoutPanel5 // @@ -247,14 +251,12 @@ this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel12, 0, 1); this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel11, 0, 0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel5, resources.GetString("tableLayoutPanel5.ToolTip")); // // flowLayoutPanel12 // resources.ApplyResources(this.flowLayoutPanel12, "flowLayoutPanel12"); this.flowLayoutPanel12.Controls.Add(this.buttonScanCard); this.flowLayoutPanel12.Name = "flowLayoutPanel12"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel12, resources.GetString("flowLayoutPanel12.ToolTip")); // // buttonScanCard // @@ -273,7 +275,6 @@ this.flowLayoutPanel11.Controls.Add(this.buttonListDev); this.flowLayoutPanel11.Controls.Add(this.buttonCLI); this.flowLayoutPanel11.Name = "flowLayoutPanel11"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel11, resources.GetString("flowLayoutPanel11.ToolTip")); // // buttonListDev // @@ -305,7 +306,6 @@ this.richTextBox1.ForeColor = System.Drawing.Color.Black; this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; - this.toolTipHelp.SetToolTip(this.richTextBox1, resources.GetString("richTextBox1.ToolTip")); // // buttonMfRead // @@ -325,7 +325,6 @@ this.groupBox2.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip")); // // tableLayoutPanel7 // @@ -333,14 +332,12 @@ this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel14, 0, 1); this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel13, 0, 0); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel7, resources.GetString("tableLayoutPanel7.ToolTip")); // // flowLayoutPanel14 // resources.ApplyResources(this.flowLayoutPanel14, "flowLayoutPanel14"); this.flowLayoutPanel14.Controls.Add(this.buttonSelectKey); this.flowLayoutPanel14.Name = "flowLayoutPanel14"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel14, resources.GetString("flowLayoutPanel14.ToolTip")); // // buttonSelectKey // @@ -360,7 +357,6 @@ this.flowLayoutPanel13.Controls.Add(this.buttonMfWrite); this.flowLayoutPanel13.Controls.Add(this.buttonMfFormat); this.flowLayoutPanel13.Name = "flowLayoutPanel13"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel13, resources.GetString("flowLayoutPanel13.ToolTip")); // // buttonMfWrite // @@ -458,7 +454,6 @@ this.groupBox3.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip")); // // tableLayoutPanel10 // @@ -466,14 +461,12 @@ this.tableLayoutPanel10.Controls.Add(this.flowLayoutPanel20, 0, 1); this.tableLayoutPanel10.Controls.Add(this.flowLayoutPanel19, 0, 0); this.tableLayoutPanel10.Name = "tableLayoutPanel10"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel10, resources.GetString("tableLayoutPanel10.ToolTip")); // // flowLayoutPanel20 // resources.ApplyResources(this.flowLayoutPanel20, "flowLayoutPanel20"); this.flowLayoutPanel20.Controls.Add(this.buttonKill); this.flowLayoutPanel20.Name = "flowLayoutPanel20"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel20, resources.GetString("flowLayoutPanel20.ToolTip")); // // buttonKill // @@ -482,7 +475,6 @@ this.buttonKill.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonKill.ForeColor = System.Drawing.Color.White; this.buttonKill.Name = "buttonKill"; - this.toolTipHelp.SetToolTip(this.buttonKill, resources.GetString("buttonKill.ToolTip")); this.buttonKill.UseVisualStyleBackColor = false; this.buttonKill.Click += new System.EventHandler(this.buttonKill_Click); // @@ -492,7 +484,6 @@ this.flowLayoutPanel19.Controls.Add(this.buttonConClr); this.flowLayoutPanel19.Controls.Add(this.buttonConSave); this.flowLayoutPanel19.Name = "flowLayoutPanel19"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel19, resources.GetString("flowLayoutPanel19.ToolTip")); // // buttonConClr // @@ -501,7 +492,6 @@ this.buttonConClr.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonConClr.ForeColor = System.Drawing.Color.White; this.buttonConClr.Name = "buttonConClr"; - this.toolTipHelp.SetToolTip(this.buttonConClr, resources.GetString("buttonConClr.ToolTip")); this.buttonConClr.UseVisualStyleBackColor = false; this.buttonConClr.Click += new System.EventHandler(this.buttonConClr_Click); // @@ -512,7 +502,6 @@ this.buttonConSave.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonConSave.ForeColor = System.Drawing.Color.White; this.buttonConSave.Name = "buttonConSave"; - this.toolTipHelp.SetToolTip(this.buttonConSave, resources.GetString("buttonConSave.ToolTip")); this.buttonConSave.UseVisualStyleBackColor = false; this.buttonConSave.Click += new System.EventHandler(this.buttonConSave_Click); // @@ -534,7 +523,6 @@ this.buttonHexTool.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonHexTool.ForeColor = System.Drawing.Color.White; this.buttonHexTool.Name = "buttonHexTool"; - this.toolTipHelp.SetToolTip(this.buttonHexTool, resources.GetString("buttonHexTool.ToolTip")); this.buttonHexTool.UseVisualStyleBackColor = false; this.buttonHexTool.Click += new System.EventHandler(this.buttonHexTool_Click); // @@ -545,7 +533,6 @@ this.buttonDiffTool.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonDiffTool.ForeColor = System.Drawing.Color.White; this.buttonDiffTool.Name = "buttonDiffTool"; - this.toolTipHelp.SetToolTip(this.buttonDiffTool, resources.GetString("buttonDiffTool.ToolTip")); this.buttonDiffTool.UseVisualStyleBackColor = false; this.buttonDiffTool.Click += new System.EventHandler(this.buttonDiffTool_Click); // @@ -619,7 +606,6 @@ this.groupBox4.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox4, resources.GetString("groupBox4.ToolTip")); this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter); // // tableLayoutPanel6 @@ -628,14 +614,12 @@ this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel10, 0, 1); this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel9, 0, 0); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel6, resources.GetString("tableLayoutPanel6.ToolTip")); // // flowLayoutPanel10 // resources.ApplyResources(this.flowLayoutPanel10, "flowLayoutPanel10"); this.flowLayoutPanel10.Controls.Add(this.buttonHexTool); this.flowLayoutPanel10.Name = "flowLayoutPanel10"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel10, resources.GetString("flowLayoutPanel10.ToolTip")); // // flowLayoutPanel9 // @@ -643,7 +627,6 @@ this.flowLayoutPanel9.Controls.Add(this.buttonDiffTool); this.flowLayoutPanel9.Controls.Add(this.buttonMFF08); this.flowLayoutPanel9.Name = "flowLayoutPanel9"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel9, resources.GetString("flowLayoutPanel9.ToolTip")); // // buttonMFF08 // @@ -652,29 +635,26 @@ this.buttonMFF08.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonMFF08.ForeColor = System.Drawing.Color.White; this.buttonMFF08.Name = "buttonMFF08"; - this.toolTipHelp.SetToolTip(this.buttonMFF08, resources.GetString("buttonMFF08.ToolTip")); this.buttonMFF08.UseVisualStyleBackColor = false; this.buttonMFF08.Click += new System.EventHandler(this.buttonMFF08_Click); // // tabControl1 // - resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage3); + resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.ImageList = this.imageList2; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.toolTipHelp.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip")); // // tabPage2 // - resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.BackColor = System.Drawing.Color.White; this.tabPage2.Controls.Add(this.tableLayoutPanel2); + resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.ForeColor = System.Drawing.SystemColors.HotTrack; this.tabPage2.Name = "tabPage2"; - this.toolTipHelp.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip")); // // tableLayoutPanel2 // @@ -685,7 +665,6 @@ this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 4, 0); this.tableLayoutPanel2.Controls.Add(this.groupBox7, 3, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel2, resources.GetString("tableLayoutPanel2.ToolTip")); // // flowLayoutPanel1 // @@ -693,14 +672,12 @@ this.flowLayoutPanel1.Controls.Add(this.label8); this.flowLayoutPanel1.Controls.Add(this.pictureBox3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip")); // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.ForeColor = System.Drawing.SystemColors.HotTrack; this.label8.Name = "label8"; - this.toolTipHelp.SetToolTip(this.label8, resources.GetString("label8.ToolTip")); this.label8.Click += new System.EventHandler(this.label8_Click); // // pictureBox3 @@ -709,7 +686,6 @@ this.pictureBox3.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp; this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.TabStop = false; - this.toolTipHelp.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip")); // // groupBox16 // @@ -719,7 +695,6 @@ this.groupBox16.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox16.Name = "groupBox16"; this.groupBox16.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox16, resources.GetString("groupBox16.ToolTip")); // // tableLayoutPanel15 // @@ -727,7 +702,6 @@ this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel1, 0, 0); this.tableLayoutPanel15.Controls.Add(this.label13, 0, 1); this.tableLayoutPanel15.Name = "tableLayoutPanel15"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel15, resources.GetString("tableLayoutPanel15.ToolTip")); this.tableLayoutPanel15.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel15_Paint); // // tableLayoutPanel1 @@ -735,12 +709,11 @@ resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.label7, 0, 1); this.tableLayoutPanel1.Controls.Add(this.buttonEscan, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.buttonECheckEncrypt, 2, 0); - this.tableLayoutPanel1.Controls.Add(this.buttoEScanCard, 2, 1); + this.tableLayoutPanel1.Controls.Add(this.buttoEScanCard, 2, 0); this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 1, 0); this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 3, 0); + this.tableLayoutPanel1.Controls.Add(this.buttonECheckEncrypt, 2, 1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel1, resources.GetString("tableLayoutPanel1.ToolTip")); this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.TableLayoutPanel1_Paint); // // label7 @@ -748,7 +721,6 @@ resources.ApplyResources(this.label7, "label7"); this.label7.ForeColor = System.Drawing.SystemColors.HotTrack; this.label7.Name = "label7"; - this.toolTipHelp.SetToolTip(this.label7, resources.GetString("label7.ToolTip")); // // buttonEscan // @@ -757,21 +729,9 @@ this.buttonEscan.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEscan.ForeColor = System.Drawing.Color.White; this.buttonEscan.Name = "buttonEscan"; - this.toolTipHelp.SetToolTip(this.buttonEscan, resources.GetString("buttonEscan.ToolTip")); this.buttonEscan.UseVisualStyleBackColor = false; this.buttonEscan.Click += new System.EventHandler(this.buttonEscan_Click); // - // buttonECheckEncrypt - // - resources.ApplyResources(this.buttonECheckEncrypt, "buttonECheckEncrypt"); - this.buttonECheckEncrypt.BackColor = System.Drawing.Color.DodgerBlue; - this.buttonECheckEncrypt.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; - this.buttonECheckEncrypt.ForeColor = System.Drawing.Color.White; - this.buttonECheckEncrypt.Name = "buttonECheckEncrypt"; - this.toolTipHelp.SetToolTip(this.buttonECheckEncrypt, resources.GetString("buttonECheckEncrypt.ToolTip")); - this.buttonECheckEncrypt.UseVisualStyleBackColor = false; - this.buttonECheckEncrypt.Click += new System.EventHandler(this.buttonECheckEncrypt_Click); - // // buttoEScanCard // resources.ApplyResources(this.buttoEScanCard, "buttoEScanCard"); @@ -779,7 +739,6 @@ this.buttoEScanCard.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttoEScanCard.ForeColor = System.Drawing.Color.White; this.buttoEScanCard.Name = "buttoEScanCard"; - this.toolTipHelp.SetToolTip(this.buttoEScanCard, resources.GetString("buttoEScanCard.ToolTip")); this.buttoEScanCard.UseVisualStyleBackColor = false; this.buttoEScanCard.Click += new System.EventHandler(this.buttoEScanCard_Click); // @@ -789,22 +748,29 @@ this.pictureBox1.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp; this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; - this.toolTipHelp.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip")); // // pictureBox2 // - resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp; + resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.TabStop = false; - this.toolTipHelp.SetToolTip(this.pictureBox2, resources.GetString("pictureBox2.ToolTip")); + // + // buttonECheckEncrypt + // + resources.ApplyResources(this.buttonECheckEncrypt, "buttonECheckEncrypt"); + this.buttonECheckEncrypt.BackColor = System.Drawing.Color.DodgerBlue; + this.buttonECheckEncrypt.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; + this.buttonECheckEncrypt.ForeColor = System.Drawing.Color.White; + this.buttonECheckEncrypt.Name = "buttonECheckEncrypt"; + this.buttonECheckEncrypt.UseVisualStyleBackColor = false; + this.buttonECheckEncrypt.Click += new System.EventHandler(this.buttonECheckEncrypt_Click); // // label13 // resources.ApplyResources(this.label13, "label13"); this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label13.Name = "label13"; - this.toolTipHelp.SetToolTip(this.label13, resources.GetString("label13.ToolTip")); // // groupBox5 // @@ -815,7 +781,6 @@ this.groupBox5.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox5.Name = "groupBox5"; this.groupBox5.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox5, resources.GetString("groupBox5.ToolTip")); // // tableLayoutPanel11 // @@ -826,7 +791,6 @@ this.tableLayoutPanel11.Controls.Add(this.buttonEMfoc, 0, 0); this.tableLayoutPanel11.Controls.Add(this.buttonESelectKey, 0, 3); this.tableLayoutPanel11.Name = "tableLayoutPanel11"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel11, resources.GetString("tableLayoutPanel11.ToolTip")); // // buttonEReadUID // @@ -835,7 +799,6 @@ this.buttonEReadUID.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEReadUID.ForeColor = System.Drawing.Color.White; this.buttonEReadUID.Name = "buttonEReadUID"; - this.toolTipHelp.SetToolTip(this.buttonEReadUID, resources.GetString("buttonEReadUID.ToolTip")); this.buttonEReadUID.UseVisualStyleBackColor = false; this.buttonEReadUID.Click += new System.EventHandler(this.buttonEReadUID_Click); // @@ -846,7 +809,6 @@ this.buttonEMfRead.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEMfRead.ForeColor = System.Drawing.Color.White; this.buttonEMfRead.Name = "buttonEMfRead"; - this.toolTipHelp.SetToolTip(this.buttonEMfRead, resources.GetString("buttonEMfRead.ToolTip")); this.buttonEMfRead.UseVisualStyleBackColor = false; this.buttonEMfRead.Click += new System.EventHandler(this.button2_Click); // @@ -857,7 +819,6 @@ this.buttonECmfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonECmfoc.ForeColor = System.Drawing.Color.White; this.buttonECmfoc.Name = "buttonECmfoc"; - this.toolTipHelp.SetToolTip(this.buttonECmfoc, resources.GetString("buttonECmfoc.ToolTip")); this.buttonECmfoc.UseVisualStyleBackColor = false; this.buttonECmfoc.Click += new System.EventHandler(this.buttonECmfoc_Click); // @@ -868,7 +829,6 @@ this.buttonEMfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEMfoc.ForeColor = System.Drawing.Color.White; this.buttonEMfoc.Name = "buttonEMfoc"; - this.toolTipHelp.SetToolTip(this.buttonEMfoc, resources.GetString("buttonEMfoc.ToolTip")); this.buttonEMfoc.UseVisualStyleBackColor = false; this.buttonEMfoc.Click += new System.EventHandler(this.buttonEMfoc_Click); // @@ -879,7 +839,6 @@ this.buttonESelectKey.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonESelectKey.ForeColor = System.Drawing.Color.White; this.buttonESelectKey.Name = "buttonESelectKey"; - this.toolTipHelp.SetToolTip(this.buttonESelectKey, resources.GetString("buttonESelectKey.ToolTip")); this.buttonESelectKey.UseVisualStyleBackColor = false; this.buttonESelectKey.Click += new System.EventHandler(this.buttonESelectKey_Click); // @@ -889,7 +848,6 @@ this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel24, 0, 0); this.tableLayoutPanel3.Controls.Add(this.buttonEStop, 0, 1); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel3, resources.GetString("tableLayoutPanel3.ToolTip")); // // flowLayoutPanel24 // @@ -897,21 +855,18 @@ this.flowLayoutPanel24.Controls.Add(this.pictureBox4); this.flowLayoutPanel24.Controls.Add(this.label6); this.flowLayoutPanel24.Name = "flowLayoutPanel24"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel24, resources.GetString("flowLayoutPanel24.ToolTip")); // // pictureBox4 // - resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.Image = global::MifareOneTool.Properties.Resources.round_done_outline_black_24pt_1x; + resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.TabStop = false; - this.toolTipHelp.SetToolTip(this.pictureBox4, resources.GetString("pictureBox4.ToolTip")); // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; - this.toolTipHelp.SetToolTip(this.label6, resources.GetString("label6.ToolTip")); this.label6.Click += new System.EventHandler(this.label6_Click); // // buttonEStop @@ -921,7 +876,6 @@ this.buttonEStop.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEStop.ForeColor = System.Drawing.Color.White; this.buttonEStop.Name = "buttonEStop"; - this.toolTipHelp.SetToolTip(this.buttonEStop, resources.GetString("buttonEStop.ToolTip")); this.buttonEStop.UseVisualStyleBackColor = false; this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click); // @@ -932,7 +886,6 @@ this.groupBox7.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox7.Name = "groupBox7"; this.groupBox7.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox7, resources.GetString("groupBox7.ToolTip")); // // tableLayoutPanel13 // @@ -942,7 +895,6 @@ this.tableLayoutPanel13.Controls.Add(this.buttonECuidWrite, 0, 1); this.tableLayoutPanel13.Controls.Add(this.buttonEMfWrite, 0, 3); this.tableLayoutPanel13.Name = "tableLayoutPanel13"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel13, resources.GetString("tableLayoutPanel13.ToolTip")); // // buttonEUIDWrite // @@ -951,7 +903,6 @@ this.buttonEUIDWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEUIDWrite.ForeColor = System.Drawing.Color.White; this.buttonEUIDWrite.Name = "buttonEUIDWrite"; - this.toolTipHelp.SetToolTip(this.buttonEUIDWrite, resources.GetString("buttonEUIDWrite.ToolTip")); this.buttonEUIDWrite.UseVisualStyleBackColor = false; this.buttonEUIDWrite.Click += new System.EventHandler(this.buttonEUIDWrite_Click); // @@ -962,7 +913,6 @@ this.button4.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.button4.ForeColor = System.Drawing.Color.White; this.button4.Name = "button4"; - this.toolTipHelp.SetToolTip(this.button4, resources.GetString("button4.ToolTip")); this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // @@ -973,7 +923,6 @@ this.buttonECuidWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonECuidWrite.ForeColor = System.Drawing.Color.White; this.buttonECuidWrite.Name = "buttonECuidWrite"; - this.toolTipHelp.SetToolTip(this.buttonECuidWrite, resources.GetString("buttonECuidWrite.ToolTip")); this.buttonECuidWrite.UseVisualStyleBackColor = false; this.buttonECuidWrite.Click += new System.EventHandler(this.buttonECuidWrite_Click); // @@ -984,17 +933,15 @@ this.buttonEMfWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonEMfWrite.ForeColor = System.Drawing.Color.White; this.buttonEMfWrite.Name = "buttonEMfWrite"; - this.toolTipHelp.SetToolTip(this.buttonEMfWrite, resources.GetString("buttonEMfWrite.ToolTip")); this.buttonEMfWrite.UseVisualStyleBackColor = false; this.buttonEMfWrite.Click += new System.EventHandler(this.buttonEMfWrite_Click); // // tabPage1 // - resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.BackColor = System.Drawing.Color.White; this.tabPage1.Controls.Add(this.tableLayoutPanel4); + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; - this.toolTipHelp.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip")); // // tableLayoutPanel4 // @@ -1002,7 +949,6 @@ this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel8, 0, 1); this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel7, 0, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel4, resources.GetString("tableLayoutPanel4.ToolTip")); // // flowLayoutPanel8 // @@ -1011,7 +957,6 @@ this.flowLayoutPanel8.Controls.Add(this.groupBox10); this.flowLayoutPanel8.Controls.Add(this.groupBox3); this.flowLayoutPanel8.Name = "flowLayoutPanel8"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel8, resources.GetString("flowLayoutPanel8.ToolTip")); // // groupBox10 // @@ -1020,7 +965,6 @@ this.groupBox10.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox10.Name = "groupBox10"; this.groupBox10.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox10, resources.GetString("groupBox10.ToolTip")); // // tableLayoutPanel8 // @@ -1028,7 +972,6 @@ this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel18, 0, 1); this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel17, 0, 0); this.tableLayoutPanel8.Name = "tableLayoutPanel8"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel8, resources.GetString("tableLayoutPanel8.ToolTip")); // // flowLayoutPanel18 // @@ -1037,7 +980,6 @@ this.flowLayoutPanel18.Controls.Add(this.buttonDictMfoc); this.flowLayoutPanel18.Controls.Add(this.buttonHardNested); this.flowLayoutPanel18.Name = "flowLayoutPanel18"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel18, resources.GetString("flowLayoutPanel18.ToolTip")); // // buttonHardNested // @@ -1046,7 +988,6 @@ this.buttonHardNested.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.buttonHardNested.ForeColor = System.Drawing.Color.White; this.buttonHardNested.Name = "buttonHardNested"; - this.toolTipHelp.SetToolTip(this.buttonHardNested, resources.GetString("buttonHardNested.ToolTip")); this.buttonHardNested.UseVisualStyleBackColor = false; this.buttonHardNested.Click += new System.EventHandler(this.buttonHardNested_Click); // @@ -1057,7 +998,6 @@ this.flowLayoutPanel17.Controls.Add(this.buttonnKeysMfoc); this.flowLayoutPanel17.Controls.Add(this.buttonMfcuk); this.flowLayoutPanel17.Name = "flowLayoutPanel17"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel17, resources.GetString("flowLayoutPanel17.ToolTip")); // // flowLayoutPanel7 // @@ -1067,7 +1007,6 @@ this.flowLayoutPanel7.Controls.Add(this.groupBox8); this.flowLayoutPanel7.Controls.Add(this.groupBox9); this.flowLayoutPanel7.Name = "flowLayoutPanel7"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel7, resources.GetString("flowLayoutPanel7.ToolTip")); // // groupBox8 // @@ -1076,7 +1015,6 @@ this.groupBox8.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox8.Name = "groupBox8"; this.groupBox8.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox8, resources.GetString("groupBox8.ToolTip")); // // tableLayoutPanel9 // @@ -1084,7 +1022,6 @@ this.tableLayoutPanel9.Controls.Add(this.flowLayoutPanel16, 0, 1); this.tableLayoutPanel9.Controls.Add(this.flowLayoutPanel15, 0, 0); this.tableLayoutPanel9.Name = "tableLayoutPanel9"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel9, resources.GetString("tableLayoutPanel9.ToolTip")); // // flowLayoutPanel16 // @@ -1093,7 +1030,6 @@ this.flowLayoutPanel16.Controls.Add(this.buttonUidWrite); this.flowLayoutPanel16.Controls.Add(this.buttonLockUfuid); this.flowLayoutPanel16.Name = "flowLayoutPanel16"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel16, resources.GetString("flowLayoutPanel16.ToolTip")); // // flowLayoutPanel15 // @@ -1103,7 +1039,6 @@ this.flowLayoutPanel15.Controls.Add(this.buttonUidFormat); this.flowLayoutPanel15.Controls.Add(this.ShowUID); this.flowLayoutPanel15.Name = "flowLayoutPanel15"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel15, resources.GetString("flowLayoutPanel15.ToolTip")); // // ShowUID // @@ -1112,7 +1047,6 @@ this.ShowUID.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.ShowUID.ForeColor = System.Drawing.Color.White; this.ShowUID.Name = "ShowUID"; - this.toolTipHelp.SetToolTip(this.ShowUID, resources.GetString("ShowUID.ToolTip")); this.ShowUID.UseVisualStyleBackColor = false; this.ShowUID.Click += new System.EventHandler(this.ShowUID_Click); // @@ -1123,7 +1057,6 @@ this.groupBox9.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox9.Name = "groupBox9"; this.groupBox9.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox9, resources.GetString("groupBox9.ToolTip")); // // flowLayoutPanel21 // @@ -1131,22 +1064,19 @@ this.flowLayoutPanel21.Controls.Add(this.label1); this.flowLayoutPanel21.Controls.Add(this.buttonCmfWrite); this.flowLayoutPanel21.Name = "flowLayoutPanel21"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel21, resources.GetString("flowLayoutPanel21.ToolTip")); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.ForeColor = System.Drawing.SystemColors.HotTrack; this.label1.Name = "label1"; - this.toolTipHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // tabPage3 // - resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.BackColor = System.Drawing.Color.White; this.tabPage3.Controls.Add(this.tableLayoutPanel14); + resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.Name = "tabPage3"; - this.toolTipHelp.SetToolTip(this.tabPage3, resources.GetString("tabPage3.ToolTip")); this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click); // // tableLayoutPanel14 @@ -1155,7 +1085,6 @@ this.tableLayoutPanel14.Controls.Add(this.flowLayoutPanel6, 0, 0); this.tableLayoutPanel14.Controls.Add(this.flowLayoutPanel22, 0, 1); this.tableLayoutPanel14.Name = "tableLayoutPanel14"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel14, resources.GetString("tableLayoutPanel14.ToolTip")); // // flowLayoutPanel6 // @@ -1164,7 +1093,6 @@ this.flowLayoutPanel6.Controls.Add(this.groupBox12); this.flowLayoutPanel6.Controls.Add(this.groupBox14); this.flowLayoutPanel6.Name = "flowLayoutPanel6"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel6, resources.GetString("flowLayoutPanel6.ToolTip")); // // groupBox6 // @@ -1175,7 +1103,6 @@ this.groupBox6.ForeColor = System.Drawing.Color.White; this.groupBox6.Name = "groupBox6"; this.groupBox6.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox6, resources.GetString("groupBox6.ToolTip")); // // flowLayoutPanel2 // @@ -1187,7 +1114,6 @@ this.flowLayoutPanel2.Controls.Add(this.checkBoxCuidKeyOver); this.flowLayoutPanel2.ForeColor = System.Drawing.Color.DodgerBlue; this.flowLayoutPanel2.Name = "flowLayoutPanel2"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel2, resources.GetString("flowLayoutPanel2.ToolTip")); // // checkBoxAutoABN // @@ -1196,7 +1122,6 @@ this.checkBoxAutoABN.FlatAppearance.CheckedBackColor = System.Drawing.Color.White; this.checkBoxAutoABN.ForeColor = System.Drawing.Color.DodgerBlue; this.checkBoxAutoABN.Name = "checkBoxAutoABN"; - this.toolTipHelp.SetToolTip(this.checkBoxAutoABN, resources.GetString("checkBoxAutoABN.ToolTip")); this.checkBoxAutoABN.UseVisualStyleBackColor = true; this.checkBoxAutoABN.CheckedChanged += new System.EventHandler(this.checkBoxAutoABN_CheckedChanged); // @@ -1204,7 +1129,6 @@ // resources.ApplyResources(this.checkBoxAutoLoadKey, "checkBoxAutoLoadKey"); this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey"; - this.toolTipHelp.SetToolTip(this.checkBoxAutoLoadKey, resources.GetString("checkBoxAutoLoadKey.ToolTip")); this.checkBoxAutoLoadKey.UseVisualStyleBackColor = true; this.checkBoxAutoLoadKey.CheckedChanged += new System.EventHandler(this.checkBoxAutoLoadKey_CheckedChanged); // @@ -1212,7 +1136,6 @@ // resources.ApplyResources(this.checkBoxWriteProtect, "checkBoxWriteProtect"); this.checkBoxWriteProtect.Name = "checkBoxWriteProtect"; - this.toolTipHelp.SetToolTip(this.checkBoxWriteProtect, resources.GetString("checkBoxWriteProtect.ToolTip")); this.checkBoxWriteProtect.UseVisualStyleBackColor = true; this.checkBoxWriteProtect.CheckedChanged += new System.EventHandler(this.checkBoxWriteProtect_CheckedChanged); // @@ -1220,7 +1143,6 @@ // resources.ApplyResources(this.checkBoxCuidKeyOver, "checkBoxCuidKeyOver"); this.checkBoxCuidKeyOver.Name = "checkBoxCuidKeyOver"; - this.toolTipHelp.SetToolTip(this.checkBoxCuidKeyOver, resources.GetString("checkBoxCuidKeyOver.ToolTip")); this.checkBoxCuidKeyOver.UseVisualStyleBackColor = true; this.checkBoxCuidKeyOver.CheckedChanged += new System.EventHandler(this.checkBoxCuidKeyOver_CheckedChanged); // @@ -1233,7 +1155,6 @@ this.groupBox12.ForeColor = System.Drawing.Color.White; this.groupBox12.Name = "groupBox12"; this.groupBox12.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox12, resources.GetString("groupBox12.ToolTip")); // // tableLayoutPanel12 // @@ -1245,7 +1166,6 @@ this.tableLayoutPanel12.Controls.Add(this.label10, 0, 1); this.tableLayoutPanel12.ForeColor = System.Drawing.Color.DodgerBlue; this.tableLayoutPanel12.Name = "tableLayoutPanel12"; - this.toolTipHelp.SetToolTip(this.tableLayoutPanel12, resources.GetString("tableLayoutPanel12.ToolTip")); // // numericCLIFontSize // @@ -1263,7 +1183,6 @@ 0, 0}); this.numericCLIFontSize.Name = "numericCLIFontSize"; - this.toolTipHelp.SetToolTip(this.numericCLIFontSize, resources.GetString("numericCLIFontSize.ToolTip")); this.numericCLIFontSize.Value = new decimal(new int[] { 9, 0, @@ -1275,7 +1194,6 @@ // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; - this.toolTipHelp.SetToolTip(this.label9, resources.GetString("label9.ToolTip")); // // buttonCLIColor // @@ -1283,7 +1201,6 @@ this.buttonCLIColor.BackColor = System.Drawing.Color.AliceBlue; this.buttonCLIColor.ForeColor = System.Drawing.Color.DarkRed; this.buttonCLIColor.Name = "buttonCLIColor"; - this.toolTipHelp.SetToolTip(this.buttonCLIColor, resources.GetString("buttonCLIColor.ToolTip")); this.buttonCLIColor.UseVisualStyleBackColor = false; this.buttonCLIColor.Click += new System.EventHandler(this.buttonCLIColor_Click); // @@ -1291,7 +1208,6 @@ // resources.ApplyResources(this.label10, "label10"); this.label10.Name = "label10"; - this.toolTipHelp.SetToolTip(this.label10, resources.GetString("label10.ToolTip")); // // groupBox14 // @@ -1302,7 +1218,6 @@ this.groupBox14.ForeColor = System.Drawing.Color.White; this.groupBox14.Name = "groupBox14"; this.groupBox14.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox14, resources.GetString("groupBox14.ToolTip")); // // flowLayoutPanel5 // @@ -1314,7 +1229,6 @@ this.flowLayoutPanel5.Controls.Add(this.SetDeviceCombo); this.flowLayoutPanel5.ForeColor = System.Drawing.Color.DodgerBlue; this.flowLayoutPanel5.Name = "flowLayoutPanel5"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel5, resources.GetString("flowLayoutPanel5.ToolTip")); // // checkBoxNewScan // @@ -1322,14 +1236,12 @@ this.checkBoxNewScan.Checked = true; this.checkBoxNewScan.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxNewScan.Name = "checkBoxNewScan"; - this.toolTipHelp.SetToolTip(this.checkBoxNewScan, resources.GetString("checkBoxNewScan.ToolTip")); this.checkBoxNewScan.UseVisualStyleBackColor = true; // // checkBoxMultiDev // resources.ApplyResources(this.checkBoxMultiDev, "checkBoxMultiDev"); this.checkBoxMultiDev.Name = "checkBoxMultiDev"; - this.toolTipHelp.SetToolTip(this.checkBoxMultiDev, resources.GetString("checkBoxMultiDev.ToolTip")); this.checkBoxMultiDev.UseVisualStyleBackColor = true; this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged); // @@ -1337,17 +1249,15 @@ // resources.ApplyResources(this.label11, "label11"); this.label11.Name = "label11"; - this.toolTipHelp.SetToolTip(this.label11, resources.GetString("label11.ToolTip")); // // SetDeviceCombo // - resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo"); this.SetDeviceCombo.BackColor = System.Drawing.Color.AliceBlue; this.SetDeviceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.SetDeviceCombo.DropDownWidth = 150; + resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo"); this.SetDeviceCombo.FormattingEnabled = true; this.SetDeviceCombo.Name = "SetDeviceCombo"; - this.toolTipHelp.SetToolTip(this.SetDeviceCombo, resources.GetString("SetDeviceCombo.ToolTip")); this.SetDeviceCombo.SelectedIndexChanged += new System.EventHandler(this.SetDeviceCombo_SelectedIndexChanged); // // flowLayoutPanel22 @@ -1356,8 +1266,8 @@ this.flowLayoutPanel22.Controls.Add(this.groupBox15); this.flowLayoutPanel22.Controls.Add(this.groupBox13); this.flowLayoutPanel22.Controls.Add(this.groupBox11); + this.flowLayoutPanel22.Controls.Add(this.groupBox17); this.flowLayoutPanel22.Name = "flowLayoutPanel22"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel22, resources.GetString("flowLayoutPanel22.ToolTip")); // // groupBox15 // @@ -1368,7 +1278,6 @@ this.groupBox15.ForeColor = System.Drawing.Color.White; this.groupBox15.Name = "groupBox15"; this.groupBox15.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox15, resources.GetString("groupBox15.ToolTip")); // // flowLayoutPanel23 // @@ -1378,24 +1287,21 @@ this.flowLayoutPanel23.Controls.Add(this.comboBox1); this.flowLayoutPanel23.ForeColor = System.Drawing.Color.DodgerBlue; this.flowLayoutPanel23.Name = "flowLayoutPanel23"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel23, resources.GetString("flowLayoutPanel23.ToolTip")); // // label12 // resources.ApplyResources(this.label12, "label12"); this.label12.Name = "label12"; - this.toolTipHelp.SetToolTip(this.label12, resources.GetString("label12.ToolTip")); // // comboBox1 // - resources.ApplyResources(this.comboBox1, "comboBox1"); this.comboBox1.BackColor = System.Drawing.Color.AliceBlue; + resources.ApplyResources(this.comboBox1, "comboBox1"); this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { resources.GetString("comboBox1.Items"), resources.GetString("comboBox1.Items1")}); this.comboBox1.Name = "comboBox1"; - this.toolTipHelp.SetToolTip(this.comboBox1, resources.GetString("comboBox1.ToolTip")); this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged); // // groupBox13 @@ -1407,7 +1313,6 @@ this.groupBox13.ForeColor = System.Drawing.Color.White; this.groupBox13.Name = "groupBox13"; this.groupBox13.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox13, resources.GetString("groupBox13.ToolTip")); // // flowLayoutPanel4 // @@ -1417,13 +1322,11 @@ this.flowLayoutPanel4.Controls.Add(this.checkBoxAutoSave); this.flowLayoutPanel4.ForeColor = System.Drawing.Color.DodgerBlue; this.flowLayoutPanel4.Name = "flowLayoutPanel4"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel4, resources.GetString("flowLayoutPanel4.ToolTip")); // // checkBoxDefIsAdv // resources.ApplyResources(this.checkBoxDefIsAdv, "checkBoxDefIsAdv"); this.checkBoxDefIsAdv.Name = "checkBoxDefIsAdv"; - this.toolTipHelp.SetToolTip(this.checkBoxDefIsAdv, resources.GetString("checkBoxDefIsAdv.ToolTip")); this.checkBoxDefIsAdv.UseVisualStyleBackColor = true; this.checkBoxDefIsAdv.CheckedChanged += new System.EventHandler(this.checkBoxDefIsAdv_CheckedChanged); // @@ -1431,7 +1334,6 @@ // resources.ApplyResources(this.checkBoxAutoSave, "checkBoxAutoSave"); this.checkBoxAutoSave.Name = "checkBoxAutoSave"; - this.toolTipHelp.SetToolTip(this.checkBoxAutoSave, resources.GetString("checkBoxAutoSave.ToolTip")); this.checkBoxAutoSave.UseVisualStyleBackColor = true; this.checkBoxAutoSave.CheckedChanged += new System.EventHandler(this.checkBoxAutoSave_CheckedChanged); // @@ -1444,7 +1346,6 @@ this.groupBox11.ForeColor = System.Drawing.Color.White; this.groupBox11.Name = "groupBox11"; this.groupBox11.TabStop = false; - this.toolTipHelp.SetToolTip(this.groupBox11, resources.GetString("groupBox11.ToolTip")); // // flowLayoutPanel3 // @@ -1453,13 +1354,11 @@ this.flowLayoutPanel3.Controls.Add(this.checkBoxHardLowCost); this.flowLayoutPanel3.ForeColor = System.Drawing.Color.DodgerBlue; this.flowLayoutPanel3.Name = "flowLayoutPanel3"; - this.toolTipHelp.SetToolTip(this.flowLayoutPanel3, resources.GetString("flowLayoutPanel3.ToolTip")); // // checkBoxHardLowCost // resources.ApplyResources(this.checkBoxHardLowCost, "checkBoxHardLowCost"); this.checkBoxHardLowCost.Name = "checkBoxHardLowCost"; - this.toolTipHelp.SetToolTip(this.checkBoxHardLowCost, resources.GetString("checkBoxHardLowCost.ToolTip")); this.checkBoxHardLowCost.UseVisualStyleBackColor = true; this.checkBoxHardLowCost.CheckedChanged += new System.EventHandler(this.checkBoxHardLowCost_CheckedChanged); // @@ -1473,8 +1372,8 @@ // // statusStrip1 // - resources.ApplyResources(this.statusStrip1, "statusStrip1"); this.statusStrip1.BackColor = System.Drawing.Color.Transparent; + resources.ApplyResources(this.statusStrip1, "statusStrip1"); this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusLabel, @@ -1485,41 +1384,40 @@ this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.toolTipHelp.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip")); // // statusLabel // - resources.ApplyResources(this.statusLabel, "statusLabel"); this.statusLabel.Image = global::MifareOneTool.Properties.Resources.round_sync_black_18pt_1x; + resources.ApplyResources(this.statusLabel, "statusLabel"); this.statusLabel.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0); this.statusLabel.Name = "statusLabel"; // // runTimeLabel // - resources.ApplyResources(this.runTimeLabel, "runTimeLabel"); this.runTimeLabel.Image = global::MifareOneTool.Properties.Resources.round_timer_black_18pt_1x; + resources.ApplyResources(this.runTimeLabel, "runTimeLabel"); this.runTimeLabel.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0); this.runTimeLabel.Name = "runTimeLabel"; // // localVersionLabel // - resources.ApplyResources(this.localVersionLabel, "localVersionLabel"); this.localVersionLabel.Image = global::MifareOneTool.Properties.Resources.outline_info_black_18pt_1x; + resources.ApplyResources(this.localVersionLabel, "localVersionLabel"); this.localVersionLabel.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0); this.localVersionLabel.Name = "localVersionLabel"; // // curDevice // - resources.ApplyResources(this.curDevice, "curDevice"); this.curDevice.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0); this.curDevice.Name = "curDevice"; + resources.ApplyResources(this.curDevice, "curDevice"); // // toolStripCheckUpdate // - resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate"); this.toolStripCheckUpdate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripCheckUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripCheckUpdate.ForeColor = System.Drawing.SystemColors.ControlText; + resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate"); this.toolStripCheckUpdate.Margin = new System.Windows.Forms.Padding(0, 0, 10, 0); this.toolStripCheckUpdate.Name = "toolStripCheckUpdate"; this.toolStripCheckUpdate.ButtonClick += new System.EventHandler(this.toolStripCheckUpdate_ButtonClick); @@ -1529,17 +1427,41 @@ this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // + // groupBox17 + // + resources.ApplyResources(this.groupBox17, "groupBox17"); + this.groupBox17.BackColor = System.Drawing.Color.DodgerBlue; + this.groupBox17.Controls.Add(this.flowLayoutPanel25); + this.groupBox17.ForeColor = System.Drawing.Color.White; + this.groupBox17.Name = "groupBox17"; + this.groupBox17.TabStop = false; + // + // button1 + // + resources.ApplyResources(this.button1, "button1"); + this.button1.BackColor = System.Drawing.Color.DodgerBlue; + this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; + this.button1.Name = "button1"; + this.button1.UseVisualStyleBackColor = false; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // flowLayoutPanel25 + // + resources.ApplyResources(this.flowLayoutPanel25, "flowLayoutPanel25"); + this.flowLayoutPanel25.BackColor = System.Drawing.Color.White; + this.flowLayoutPanel25.Controls.Add(this.button1); + this.flowLayoutPanel25.Name = "flowLayoutPanel25"; + // // Form1 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; + this.Controls.Add(this.richTextBox1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.tabControl1); - this.Controls.Add(this.richTextBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form1"; - this.toolTipHelp.SetToolTip(this, resources.GetString("$this.ToolTip")); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); @@ -1666,6 +1588,10 @@ this.flowLayoutPanel3.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); + this.groupBox17.ResumeLayout(false); + this.groupBox17.PerformLayout(); + this.flowLayoutPanel25.ResumeLayout(false); + this.flowLayoutPanel25.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -1797,7 +1723,6 @@ private System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label13; - private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.GroupBox groupBox16; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15; private System.Windows.Forms.PictureBox pictureBox2; @@ -1808,6 +1733,10 @@ private System.Windows.Forms.ToolStripSplitButton toolStripCheckUpdate; private System.Windows.Forms.ImageList imageList2; private System.Windows.Forms.Button ShowUID; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.GroupBox groupBox17; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel25; + private System.Windows.Forms.Button button1; } } diff --git a/MifareOneTool/Form1.cs b/MifareOneTool/Form1.cs index 6921dc8..dc9c323 100644 --- a/MifareOneTool/Form1.cs +++ b/MifareOneTool/Form1.cs @@ -36,7 +36,7 @@ namespace MifareOneTool if (lprocess) { MessageBox.Show(Resources.有任务运行中_不可执行, Resources.设备忙, MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } Form1.ActiveForm.Text = Resources.MifareOne_Tool_运行中; if (Properties.Settings.Default.NewScan) - { File.Delete("libnfc.conf"); } + { File.Delete(Resources.libnfc_conf); } BackgroundWorker bgw = new BackgroundWorker(); bgw.DoWork += new DoWorkEventHandler(list_dev); bgw.WorkerReportsProgress = true; @@ -46,11 +46,11 @@ namespace MifareOneTool void writeConfig(string devstr, bool autoscan = true, bool intscan = false) { - string cfg = "allow_autoscan = " + (autoscan ? "true" : "false") + "\n"; - cfg += "allow_intrusive_scan = " + (intscan ? "true" : "false") + "\n"; - cfg += "device.name = \"NFC-Device\"\n"; - cfg += "device.connstring = \"" + devstr + "\""; - File.WriteAllText("libnfc.conf", cfg); + string cfg = Resources.allow_autoscan + (autoscan ? Resources._true : Resources._false) + Resources.res0; + cfg += Resources.allow_intrusive_scan + (intscan ? Resources._true : Resources._false) + "\n"; + cfg += Resources.device_name_NFC_Device; + cfg += Resources.device_connstring + devstr + "\""; + File.WriteAllText(Resources.libnfc_conf, cfg); curDevice.Text = Resources.设备串口 + devstr.Replace("pn532_uart:", "").Replace(":115200", ""); } @@ -70,7 +70,7 @@ namespace MifareOneTool if (File.Exists(omfd) && new FileInfo(omfd).Length > 1) { Directory.CreateDirectory("auto_keys"); - string filename = "auto_keys\\" + lastuid + "_" + DateTime.Now.ToString().Replace("/", "-").Replace(" ", "_").Replace(":", "-") + ".mfd"; + string filename = "auto_keys\\" + lastuid + "_" + DateTime.Now.ToString().Replace("/", "-").Replace(" ", "_").Replace(":", "-") + Resources._mfd; if (File.Exists(filename)) { File.Delete(filename); @@ -528,12 +528,13 @@ namespace MifareOneTool private void buttonMfoc_Click(object sender, EventArgs e) { - if (lprocess) { MessageBox.Show(Resources.有任务运行中_不可执行, Resources.设备忙, MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } Form1.ActiveForm.Text = Resources.MifareOne_Tool_运行中; + if (lprocess) { MessageBox.Show("有任务运行中,不可执行。", "设备忙", MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } + Form1.ActiveForm.Text = "MifareOne Tool - 运行中"; string rmfd = "Mfoc.tmp"; string key = ""; if (Control.ModifierKeys == Keys.Control) { - string[] ks = Interaction.InputBox(Resources.请输入已知的Key_以英文半角逗号分隔, Resources.请输入已知Key, Properties.Settings.Default.LastTryKey, -1, -1).Trim().Split(','); + string[] ks = Interaction.InputBox("请输入已知的Key,以英文半角逗号分隔。", "请输入已知Key", Properties.Settings.Default.LastTryKey, -1, -1).Trim().Split(','); if (ks.Length > 0) { Properties.Settings.Default.LastTryKey = string.Join(",", ks); @@ -572,7 +573,7 @@ namespace MifareOneTool lprocess = true; BackgroundWorker b = (BackgroundWorker)sender; process = Process.Start(psi); - b.ReportProgress(0, Resources.开始执行MFOC解密); running = true; + b.ReportProgress(0, "开始执行MFOC解密……"); running = true; process.OutputDataReceived += (s, _e) => b.ReportProgress(0, _e.Data); process.ErrorDataReceived += (s, _e) => b.ReportProgress(0, _e.Data); //StreamReader stderr = process.StandardError; @@ -582,11 +583,11 @@ namespace MifareOneTool lprocess = false; running = false; if (process.ExitCode == 0) { - b.ReportProgress(101, Resources._运行完毕); + b.ReportProgress(101, "##运行完毕##"); } else { - b.ReportProgress(100, Resources._运行出错); + b.ReportProgress(100, "##运行出错##"); File.Delete(args[0]); } } @@ -726,11 +727,11 @@ namespace MifareOneTool private void buttonBmfWrite_Click(object sender, EventArgs e) { - if (lprocess) { MessageBox.Show(Resources.有任务运行中_不可执行, Resources.设备忙, MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } Form1.ActiveForm.Text = "MifareOne Tool - 运行中"; + if (lprocess) { MessageBox.Show(Resources.有任务运行中_不可执行, Resources.设备忙, MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } Form1.ActiveForm.Text = Resources.MifareOne_Tool_运行中; string rmfd = ""; OpenFileDialog ofd = new OpenFileDialog(); ofd.CheckFileExists = true; - ofd.Filter = "MFD文件|*.mfd;*.dump"; + ofd.Filter = Resources.MFD文件_mfd_dump; ofd.Title = Resources.请选择需要写入的MFD文件; ofd.Multiselect = false; if (ofd.ShowDialog() == DialogResult.OK) @@ -800,7 +801,7 @@ namespace MifareOneTool string pat = "[0-9A-Fa-f]{8}"; if (!Regex.IsMatch(uid, pat)) { - MessageBox.Show(Resources.输入的UID号不合法, "InputError", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show(Resources.输入的UID号不合法, Resources.InputError, MessageBoxButtons.OK, MessageBoxIcon.Error); return; } BackgroundWorker bgw = new BackgroundWorker(); @@ -897,7 +898,7 @@ namespace MifareOneTool } else { - switch (MessageBox.Show(Resources.使用KeyA_是_或KeyB_否_还是不使用_用于全新白卡_, "KeyA/B/N", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Information)) + switch (MessageBox.Show(Resources.使用KeyA_是_或KeyB_否_还是不使用_用于全新白卡_, Resources.KeyA_B_N, MessageBoxButtons.YesNoCancel, MessageBoxIcon.Information)) { case DialogResult.No: kt = "B"; @@ -1368,12 +1369,6 @@ namespace MifareOneTool { string hardargs = fhn.GetArg(); BackgroundWorker bgw = new BackgroundWorker(); - if (fhn.collectOnly()) - { - //lastuid = "0x" + GetUID() + fhn.GetFileAfter(); - bgw.DoWork += new DoWorkEventHandler(CollectNonce); - } - else { bgw.DoWork += new DoWorkEventHandler(Hardnest); } @@ -1388,67 +1383,18 @@ namespace MifareOneTool } void Hardnest(object sender, DoWorkEventArgs e) { - if (lprocess) { return; } - ProcessStartInfo psi = new ProcessStartInfo("nfc-bin/libnfc_hardnested.exe"); - if (Properties.Settings.Default.HardLowCost) - { - psi.FileName = "nfc-bin/libnfc_hardnestedlc.exe"; - } - psi.Arguments = (string)e.Argument; - psi.CreateNoWindow = true; - psi.UseShellExecute = false; - psi.RedirectStandardOutput = true; - psi.RedirectStandardError = true; - lprocess = true; - BackgroundWorker b = (BackgroundWorker)sender; - process = Process.Start(psi); - b.ReportProgress(0, Resources.开始执行HardNested解密强化卡); running = true; - process.OutputDataReceived += (s, _e) => b.ReportProgress(0, _e.Data); - process.ErrorDataReceived += (s, _e) => b.ReportProgress(0, _e.Data); - //StreamReader stderr = process.StandardError; - process.BeginOutputReadLine(); - process.BeginErrorReadLine(); - process.WaitForExit(); - lprocess = false; running = false; - if (process.ExitCode == 0) - { - b.ReportProgress(100, Resources._运行完毕); - } - else - { - b.ReportProgress(100, Resources._运行出错); - } - } - - void CollectNonce(object sender, DoWorkEventArgs e) - { - if (lprocess) { return; } - ProcessStartInfo psi = new ProcessStartInfo(Resources.nfc_bin_collect_exe); - psi.Arguments = (string)e.Argument; - psi.CreateNoWindow = true; - psi.UseShellExecute = false; - psi.RedirectStandardOutput = true; - psi.RedirectStandardError = true; - lprocess = true; - BackgroundWorker b = (BackgroundWorker)sender; - process = Process.Start(psi); - b.ReportProgress(0, Resources.开始执行HardNested收集数据); running = true; - process.OutputDataReceived += (s, _e) => b.ReportProgress(0, _e.Data); - process.ErrorDataReceived += (s, _e) => b.ReportProgress(0, _e.Data); - //StreamReader stderr = process.StandardError; - process.BeginOutputReadLine(); - process.BeginErrorReadLine(); - process.WaitForExit(); - lprocess = false; running = false; - if (process.ExitCode == 0) - { - b.ReportProgress(102, Resources._运行完毕); - } - else - { - b.ReportProgress(100, Resources._运行出错); - } - } + Process psi = new Process(); + psi.StartInfo = new ProcessStartInfo(@"nfc-bin\cropto1_bs.exe"); + psi.StartInfo.Arguments = (string)e.Argument; + psi.StartInfo.UseShellExecute = false; + psi.StartInfo.RedirectStandardOutput = true; + psi.StartInfo.CreateNoWindow = true; + psi.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; + psi.OutputDataReceived += new DataReceivedEventHandler(SortOutputHandler); + psi.Start(); + psi.BeginOutputReadLine(); + } + private void checkBoxAutoLoadKey_CheckedChanged(object sender, EventArgs e) { @@ -1619,6 +1565,12 @@ namespace MifareOneTool this.Dispose(); Application.Exit(); } - } -} + private void button1_Click(object sender, EventArgs e) + { + System.Diagnostics.Process Go = new System.Diagnostics.Process(); + Go.StartInfo.FileName = @"libusb\libusbK-inf-wizard.exe"; + Go.Start(); + } + } +} \ No newline at end of file diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx index 93072f5..277e9ed 100644 --- a/MifareOneTool/Form1.resx +++ b/MifareOneTool/Form1.resx @@ -117,1715 +117,6290 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - flowLayoutPanel14 - - - flowLayoutPanel2 - - - buttonHexTool - - + True - - False + + + GrowAndShrink - - flowLayoutPanel13 + + True - - - 3, 3 + + GrowAndShrink - - Yu Gothic UI Semibold, 9pt, style=Bold - - + 1 - - 65, 2 + + flowLayoutPanel12 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel5 + + + 0 + + + flowLayoutPanel11 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel5 + + + 1 + + + Fill + + + + 2, 20 + + + 2 + + + 131, 74 + + + 13 + + + tableLayoutPanel5 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 2, 2, 2, 2 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 135, 96 - - Yu Gothic UI Semibold, 9.75pt, style=Bold + + 0 - - checkBoxNewScan + + 设备控制 - - 3, 3 + + groupBox1 - - 14 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flowLayoutPanel8 + + flowLayoutPanel7 - - groupBox8 + + 0 - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 157, 74 - - - 2, 40 - - - buttonHardNested - - - 2 - - - 2, 20 - - - buttonBmfWrite - - - 打开NFC命令行以进行高级操作。 - - - 2, 2, 2, 2 + + True GrowAndShrink - - MFOC读 + + buttonScanCard - - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + flowLayoutPanel12 + + + 0 + + + 3, 40 + + + 67, 31 + + + 13 + + + flowLayoutPanel12 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel5 + + + 0 + + + 17, 17 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 192, 78 - - - 软件设置 - - - 2 - - - 2, 2, 2, 2 - - - 1 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - 写入普通M1卡(可能需要加载密钥文件) - - - 679, 227 - - - 清M1 - - + GrowAndShrink - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - tableLayoutPanel12 + + Flat - - None + + Yu Gothic UI Semibold, 9pt, style=Bold - - 86, 27 + + 2, 2 - - sharp_file_copy_black_18pt_1x.png + + 2, 2, 2, 2 - - 停运行 + + 63, 27 - - buttonEMfoc + + 1 - - True + + 手动扫描 - + + 扫描有效卡片。 + + + buttonScanCard + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + flowLayoutPanel12 - - 2 + + 0 - + True - - + + GrowAndShrink - - 2, 64 + + buttonListDev - - 8, 5 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel11 + + + 0 + + + buttonCLI + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel11 + + + 1 + + + 3, 3 + + + 125, 31 + + + 13 + + + flowLayoutPanel11 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel5 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 59, 27 + + + 0 + + + 检测设备 + + + 扫描已连接的NFC设备 +(目前支持PN532、ACR122U) + + + buttonListDev + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel11 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 65, 2 + + + 2, 2, 2, 2 + + + 58, 27 + + + 11 + + + 手动CLI + + + 打开NFC命令行以进行高级操作。 + + + buttonCLI + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel11 + + + 1 + + + Top, Left, Right + + + Yu Gothic UI, 9.75pt + + + 4, 261 + + + 2, 2, 2, 2 + + + 677, 195 + + + 1 + + + Hello,cardman! + + + richTextBox1 + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAKpJREFUOE/l + krENwkAMRU+wAx0okxBGoQSJEdiAkiyQASjoKRiBBkGZFWhoL8/wKZwT4pQKwZNecf6xZSkOf0KMscAy + 00JtKYQN5tKoLYXQNppl+n6j74N1t3j84AE3OFFbCmHOIPOKNxyrtR8MGOAJK5X6w5Aad3p6CNxBqmz1 + EV5wgfbr13jHlT7xEHQPcq76/vl0VDh8NHYhcAep8mujMy5xam9Fv08ILelnWlThzMVcAAAAAElFTkSu + QmCC + + + + 2, 2 + + + 2, 2, 2, 2 + + + 63, 27 + + + 3 + + + 读M1 + + + TextBeforeImage + + + 读取普通M1卡片(可能需要加载密钥文件) + + + buttonMfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + + 0 + + + True + + + GrowAndShrink + + + tableLayoutPanel7 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 141, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 215, 96 + + + 4 + + + 普通卡操作 + + + groupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 1 + + + True + + + GrowAndShrink + + + 1 + + + flowLayoutPanel14 System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tableLayoutPanel7 + + + 0 + + + flowLayoutPanel13 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel7 + + + 1 + + Fill - - groupBox12 + + 2, 20 - - Yu Gothic UI Semibold, 9.75pt, style=Bold + + 2 - - 194, 217 + + 211, 74 - - + + 13 - - 478, 3 + + tableLayoutPanel7 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + buttonSelectKey + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel14 + + + 0 + + + 3, 40 + + + 103, 31 + + + 13 + + + flowLayoutPanel14 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel7 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAANpJREFUOE/t + kjEOAVEQhldWEAoXWLVOFA5ASeEALqBRqoREonMAtV6i1TqFWghRqShEsb55bzasrKyt+ZKvmP/NTDLJ + c/4kw/f9Mg5wjB3M69N3MJDCKb6zw5K2xUPzyIxFs8G0tn6GphxeZEJZ4QSvprIsUM6NshUsqmHAEbOa + 90wSzw09Gaia0nLATMJFdzSLXDxLokSdtsTglLkEyhbtaQJF18TRnLCgrdJbN6llrfETQvk/cu8re6xo + i4HaQzlHmGkchocitrGPDXT1KQR5E4eY7MP+NI7zACE9wjmZDmbMAAAAAElFTkSuQmCC + + + + 2, 2 + + + 2, 2, 2, 2 + + + 99, 27 + + + 4 + + + 选择key.mfd + + + TextBeforeImage + + + 加载含有正确读写卡密钥及正确控制位的MFD文件。 + + + buttonSelectKey + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel14 + + + 0 + + + True + + + GrowAndShrink + + + buttonMfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + + 1 + + + buttonMfFormat + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + + 2 + + + 3, 3 + + + 205, 31 + + + 13 + + + flowLayoutPanel13 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel7 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat Yu Gothic UI Semibold, 9pt, style=Bold - - 130, 19 + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAALNJREFUOE/V + kLEOAUEURafTqnTb+g6NikaikAgSyX6Onq/hS3Q+QCdY41x54nXjUe1JTrGz995MJrWfnPMIt9ixoziU + p9ig2GN8jFIXe3jENzv7/R0UBnjGCVZ4wjuOLVKG8BAvKFSeYR8XFilDWA97RY/GKouUIayRm5qOB84t + Uoaw3uLvEb2Bru8Jjyyt5NH32iJlCK+s5ImNCAqHV/VDfERQ8kO/jQiKG9SYrO24taT0BAzgOu74eQMU + AAAAAElFTkSuQmCC + - + + 69, 2 + + + 2, 2, 2, 2 + + + 65, 27 + + + 5 + + + 写M1 + + + TextBeforeImage + + + 写入普通M1卡(可能需要加载密钥文件) + + + buttonMfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + Yu Gothic UI Semibold, 9pt, style=Bold - - + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAK9JREFUOE/l + kzEKwkAQRReSQ1h5ibQKNpLeM+gB7C08Qe6TLhfxEPbC+mYyK0vYMcFG0AcPkpk/AwNJ+HFijDVusMUb + JuR5j9KrLe5D6IhznCzuQ6jCLe4cpVdZ/D0EB/QYLNONry8eeNAFCQpLFjV4zbzgShckKMwuWoSEx5ki + 3mmdDudQ/OS0RodzKH7ltDuudXAKjV4jZXrLpNPOWP7SacjvId/FFKm1Fvs/QngCus/tMMJAkDEAAAAA + SUVORK5CYII= + - + + 138, 2 + + + 2, 2, 2, 2 + + + 65, 27 + + + 6 + + + 清M1 + + + TextBeforeImage + + + 格式化普通M1卡(必须加载密钥文件) + + + buttonMfFormat + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel13 + + 2 - - TopDown + + True - - + + GrowAndShrink - - System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - 14 + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 52, 27 + + + 10 + + + UID写 + + + 写入UID卡片。 + + + buttonBmfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 flowLayoutPanel16 - - 扫描卡片 + + 0 - + + True + + GrowAndShrink - - Bottom + + Fill - - 243, 2 + + Flat - - 13 + + Yu Gothic UI Semibold, 9pt, style=Bold - - 14 + + 2, 2 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2, 2, 2, 2 - - round_settings_black_18pt_1x.png + + 50, 27 - - tableLayoutPanel11 + + 9 - - 68, 2 + + UID读 - - + + 读取UID卡片。 + + + buttonBmfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 62, 27 + + + 8 + + + MFOC读 + + + 对半加密卡片进行Nested破解。 +按住Ctrl点击该按钮可添加已知密钥。 + + + buttonMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel17 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 58, 2 + + + 2, 2, 2, 2 + + + 64, 27 + + + 5 + + + UID写号 + + + 向UID卡片写入置顶卡号,厂商设置为复旦。 + + + buttonUidWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel16 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat Yu Gothic UI Semibold, 9pt, style=Bold + + 124, 2 + + + 2, 2, 2, 2 + + + 64, 27 + + + 7 + + + UID全格 + + + 将全卡清空并重新初始化。 +可用于ACbit损坏/KEY全部被改等情况的急救。 + + + buttonUidFormat + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 56, 2 + + + 2, 2, 2, 2 + + + 64, 27 + + + 6 + + + UID重置 + + + ImageBeforeText + + + 重置UID卡片0块,UID随机,厂商号为复旦。 + + + buttonUidReset + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 1 + + + True + + + GrowAndShrink + + + tableLayoutPanel10 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 454, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 126, 100 + + + 5 + + + 运行/终端 + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 2 + + + True + + + GrowAndShrink + + + 1 + + + flowLayoutPanel20 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel10 + + + 0 + + + flowLayoutPanel19 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel10 + + + 1 + + + Fill + + + 2, 20 + + + 2 + + + 122, 78 + + + 13 + + + tableLayoutPanel10 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + buttonKill + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel20 + + + 0 + + + 3, 40 + + + 59, 31 + + + 17 + + + flowLayoutPanel20 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel10 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 55, 27 + + + 2 + + + 停运行 + + + buttonKill + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel20 + + + 0 + + + True + + + GrowAndShrink + + + buttonConClr + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel19 + + + 0 + + + buttonConSave + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel19 + + + 1 + + + 3, 3 + + + 116, 31 + + + 13 + + + flowLayoutPanel19 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel10 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 53, 27 + + + 0 + + + 清终端 + + + buttonConClr + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel19 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 59, 2 + + + 2, 2, 2, 2 + + + 55, 27 + + + 1 + + + 存日志 + + + buttonConSave + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel19 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 122, 2 + + + 2, 2, 2, 2 + + + 79, 27 + + + 3 + + + 全加密爆破 + + + 对卡片执行Darkside工具(不一定成功) + + + buttonMfcuk + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel17 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 72, 27 + + + 1 + + + Hex编辑器 + + + buttonHexTool + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel10 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 65, 29 + + + 0 + + + 差异比较 + + + buttonDiffTool + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel9 + + + 0 + + + 17, 17 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 53, 27 + + + 13 + + + 检加密 + + + 检测卡片加密情况。 + + + buttonCheckEncrypt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 126, 2 + + + 2, 2, 2, 2 + + + 58, 27 + + + 5 + + + 锁Ufuid + + + 锁死UFUID卡片0块数据(测试中) + + + buttonLockUfuid + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel16 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 8.25pt + + + 2, 13 + + + 2, 2, 2, 2 + + + 75, 25 + + + 4 + + + CUID写 + + + 写入CUID/FUID卡片(可能需要密钥文件) + + + buttonCmfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel21 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 59, 2 + + + 2, 2, 2, 2 + + + 63, 27 + + + 16 + + + 字典测试 + + + 导入字典文件进行Nested破解。 + + + buttonDictMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 68, 2 + + + 2, 2, 2, 2 + + + 50, 27 + + + 15 + + + 知n密 + + + 输入已知密钥进行Nested破解。 + + + buttonnKeysMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel17 + + + 1 + + + True + + + GrowAndShrink + + + tableLayoutPanel6 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 196, 100 + + + 11 + + + 集成辅助工具 + + + groupBox4 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 0 + + + True + + + GrowAndShrink + + + 1 + + + flowLayoutPanel10 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 0 + + + flowLayoutPanel9 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 1 + + + Fill + + + 2, 20 + + + 2 + + + 192, 78 + + + 13 + + + tableLayoutPanel6 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + 3, 42 + + + 76, 31 + + + 13 + + + flowLayoutPanel10 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 0 + + + True + + + GrowAndShrink + + + buttonMFF08 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel9 + + + 1 + + + Fill + + + 3, 3 + + + 186, 33 + + + 13 + + + flowLayoutPanel9 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 72, 3 + + + 111, 27 + + + 2 + + + MFF08 CUID修复 + + + buttonMFF08 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel9 + + + 1 + + + tableLayoutPanel2 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox16" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + sharp_file_copy_black_18pt_1x.png + + + 4, 24 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 679, 237 + + + 1 + + + 复制卡模式 + + + tabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 0 + + + tableLayoutPanel4 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + round_build_black_18pt_1x.png + + + 4, 24 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 679, 237 + + + 0 + + + 高级操作模式 + + + tabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 1 + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + groupBox6 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 0 + + + groupBox12 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 1 + + + groupBox14 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 2 + + + Fill + + + 3, 3 + + + 673, 120 + + + 14 + + + False + + + flowLayoutPanel6 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel14 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + flowLayoutPanel23 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox15 + + + 0 + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 3, 3 + + + 85, 68 + + + 14 + + + 语言和地区 + + + groupBox15 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel22 + + + 0 + + + True + + + GrowAndShrink + + + flowLayoutPanel4 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox13 + + + 0 + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 93, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 146, 70 + + + 13 + + + 偏好设置 + + + groupBox13 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel22 + + + 1 + + + True + + + GrowAndShrink + + + flowLayoutPanel3 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox11 + + + 0 + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 243, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 85, 70 + + + 14 + + + HardNested + + + groupBox11 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel22 + + + 2 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 3, 3 + + + 173, 27 + + + 0 + + + Установить драйвера libusb + + + button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel25 + + + 0 + + + Fill + + + 3, 21 + + + 179, 44 + + + 1 + + + flowLayoutPanel25 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 0 + + + Fill + + + Yu Gothic UI, 9.75pt, style=Bold + + + 333, 3 + + + 185, 68 + + + 15 + + + Драйвера + + + groupBox17 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel22 + + + 3 + + + Fill + + + 3, 129 + + + 673, 105 + + + 16 + + + False + + + flowLayoutPanel22 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel14 + + + 1 + + + Fill + + + 0, 0 + + + 2 + + + 679, 237 + + + 15 + + + tableLayoutPanel14 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage3 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel22" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Yu Gothic UI, 9.75pt + + + round_settings_black_18pt_1x.png + + + 4, 24 + + + 2, 2, 2, 2 + + + 679, 237 + + + 2 + + + 软件设置 + + + tabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 2 + + + Top + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 384, 17 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACu + CgAAAk1TRnQBSQFMAgEBAwEAAfQBAAH0AQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA + AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 + AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA + AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm + AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM + AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA + ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz + AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ + AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM + AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA + AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA + AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ + AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ + AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA + AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm + ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ + Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz + AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA + AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM + AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM + ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM + Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA + AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM + AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ + AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz + AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm + AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw + AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wQAAf8B8gjwAfIB/wcA + BP8RAAT/FAAB8wFtCAABFAHzBwABBwLtAe8QAAH/AfIB7AFtAfEB/xMAAfMBbQgAARQB8wMABP8BbQIA + ARUE/wsAAf8B8gFtAgAB7AH/EwAB8wFtCAABFAHzAgAB/wH0Ae8BvAHvARECAAEOAe8B8AHvAfMB/woA + AfIB6gMAAfcB/xEAAfIB8AHzAW0IAAEUAfMCAAH/AZIBDgEQAQ8EAAEOAREBDgHsAf8JAAHyARIDAAHr + AfMB/xEAAe8B7AHzAW0IAAEUAfMCAAHzAQ8DAAFDAfcB7wERAwABDwHxAf8HAAHyARQDAAHrAfMB/xIA + AfcBbQHzAW0IAAEUAfMCAAH/AewCAAFDAfIC/wHyAQ8CAAFtAfQB/wMAAf8B8gHwAbwBFQMAAW0B8wH/ + EwAB9wFtAfMBbQgAARQB8wMAAfQB6gEAAewB9AIAAf8B7QEAARMB8wMAAf8B8AFDBgAB6gH0FQAB9wFt + AfMBbQQAAQcC/wHvAesB9AIAAf8B8wESAQAB6wH0AgAB/wHsAQABFAHyAf8CAAHwBwAB6gH0FgAB9wFt + AfMBbQQAAQcB/wHvAW0B8QH/AgAB9AFtAgABDgEHAvQBvAEPAgAB6gHzAv8BQwEAAg4EAAHxFwAB9wFt + AfMBbQQAAu8BbQHxAf8DAAHzAREDAAEPAesBbQEOAwABEAHyAf8B9AEAARABkgH3AUMDAAHwFwAB9wFt + AfMBbQQAARMB6gHxAf8EAAH/Ae8BDgFDARAEAAEOARUBDgGSAf8BAAH0AQ8BBwL/AZIBDgIAAfEXAAH3 + AW0B/wG8Be8B8QH/BQAB/wH0AbwB8QG8AUMCAAEPAQcB8gG8AfQB/wEAAf8BvAH/AQAB/wHtAQ4BAAEQ + Af8XAAH3ARIC8wXyAfQHAAT/AW0CAAEVBP8DAAH/AQAB/wHvARACAAG8Af8XAAH3AQ4HEQHsCwAB8AL3 + AQcIAAH/AbwBEAEAARUB8AH/GAAB9AjyAfM1AAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEBAQABAQUA + AYAXAAP/AQAB4AEBAfwBPwH/AeECAAHgAQEB/AE/Af8BwAIAAeABAQHAAQMB/wGAAgAB4AEBAYABAQH/ + AYACAAGAAQEBgAEBAf8DAAGAAQEBgAEAAf4BAQIAAYABAQGAAQAB4AEDAgABgAEBAcEBgwGAAQ8CAAGA + AQECgQGAAR8CAAGAAQEBgAIAAT8CAAGAAQMBgAIAAT8CAAGAAQcBgAEBAQABPwIAAYABDwGAAQEBEAE/ + AgABgAEfAcABAwGgAT8CAAGAAR8B/AE/AcABfwIAAYABHwT/AgAL + + + + 0, 0 + + + 2, 2, 2, 2 + + + 687, 265 + + + 11 + + + tabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + GrowAndShrink + + + 5 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 0 + + + groupBox16 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 1 + + + groupBox5 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 2 + + + tableLayoutPanel3 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 3 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + groupBox7 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 4 + + + Fill + + + 2, 2 + + + 1 + + + 675, 233 + + + 15 + + + tableLayoutPanel2 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox16" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 0 + + + pictureBox3 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 1 + + + Fill + + + TopDown + + + 335, 3 + + + 39, 227 + + + 18 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 0 + + + True + + + Fill + + + Yu Gothic UI, 9.75pt + + + BottomCenter + + + 2, 0 + + + 2, 0, 2, 0 + + + 35, 34 + + + 12 + + + 请放 +新卡 + + + MiddleCenter + + + label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 0 + + + Fill + + + NoControl + + + 3, 37 + + + 33, 29 + + + 16 + + + pictureBox3 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 1 + + + True + + + GrowAndShrink + + + tableLayoutPanel15 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + groupBox16 + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 3, 3 + + + 228, 227 + + + 13 + + + 从这里开始 + + + groupBox16 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 1 + + + True + + + GrowAndShrink + + + 1 + + + tableLayoutPanel1 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel15 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel15 + + + 1 + + + 12, 20 + + + 2 + + + 210, 137 + + + 14 + + + tableLayoutPanel15 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox16 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + 4 + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 0 + + + buttonEscan + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 1 + + + buttoEScanCard + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 2 + + + pictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 3 + + + pictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 4 + + + buttonECheckEncrypt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 5 + + + 2, 2 + + + 2, 2, 2, 2 + + + 2 + + + 206, 65 + + + 12 + + + tableLayoutPanel1 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel15 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + Left + + + Yu Gothic UI, 9.75pt + + + NoControl + + + 2, 31 + + + 2, 0, 2, 0 + + + 35, 34 + + + 13 + + + 请放 +原卡 + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 0 + + + True + + + GrowAndShrink + + + Left + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 61, 27 + + + 0 + + + 检测连接 + + + buttonEscan + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 103, 2 + + + 2, 2, 2, 2 + + + 65, 27 + + + 1 + + + 扫描卡片 + + + buttoEScanCard + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 2 + + + Fill + + + 68, 3 + + + 30, 25 + + + 14 + + + pictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 3 + + + NoControl + + + 173, 3 + + + 30, 25 + + + 15 + + + pictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 4 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 103, 33 + + + 2, 2, 2, 2 + + + 65, 30 + + + 5 + + + 检测加密 + + + buttonECheckEncrypt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 5 + + + True + + + Left + + + 3, 69 + + + 185, 68 + + + 13 + + + 本工具仅支持SAK=08/18/28的 +卡片复制。SAK28无一键解密。 +若要复制S70卡片,请在高级界 +面上取消勾选“数据写入保护”。 + + + + MiddleLeft + + + label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel15 + + + 1 + + + True + + + GrowAndShrink + + + tableLayoutPanel11 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox5 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 236, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 94, 229 + + + 0 + + + [2]读取原卡 + + + groupBox5 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 2 + + + True + + + GrowAndShrink + + + 1 + + + buttonEReadUID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 0 + + + buttonEMfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 1 + + + buttonECmfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 2 + + + buttonEMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 3 + + + buttonESelectKey + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 4 + + + Fill + + + 2, 20 + + + 5 + + + 90, 207 + + + 13 + + + tableLayoutPanel11 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox5 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 33 + + + 2, 2, 2, 2 + + + 86, 27 + + + 3 + + + 从UID卡读回 + + + buttonEReadUID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 0 + + + True + + + GrowAndShrink + + + Bottom + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 178 + + + 2, 2, 2, 2 + + + 86, 27 + + + 1 + + + 已知密钥读 + + + buttonEMfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 64 + + + 2, 2, 2, 2 + + + 86, 27 + + + 2 + + + 知一密破解 + + + buttonECmfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 86, 27 + + + 0 + + + 一键解原卡 + + + buttonEMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 3 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 95 + + + 2, 2, 2, 2 + + + 86, 27 + + + 2 + + + 加载密钥… + + + buttonESelectKey + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 4 + + + True + + + GrowAndShrink + + + 1 + + + flowLayoutPanel24 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 0 + + + buttonEStop + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 1 + + + Fill + + + 478, 3 + + + 2 + + + 194, 227 + + + 16 + + + tableLayoutPanel3 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 3 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + pictureBox4 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel24 + + + 0 + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel24 + + + 1 + + + Bottom + + + 3, 78 + + + 188, 32 + + + 13 + + + False + + + flowLayoutPanel24 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 0 + + + NoControl + + + 3, 3 + + + 30, 26 + + + 0 + + + pictureBox4 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel24 + + + 0 + + + True + + + Fill + + + 38, 0 + + + 2, 0, 2, 0 + + + 112, 32 + + + 10 + + + 尝试一下是否成功 + + + MiddleCenter + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel24 + + + 1 + + + Bottom, Right + + + True + + + GrowAndShrink + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 149, 198 + + + 2, 2, 2, 2 + + + 43, 27 + + + 13 + + + 停止 + + + buttonEStop + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 1 + + + True + + + GrowAndShrink + + + tableLayoutPanel13 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox7 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 379, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 94, 229 + + + 3 + + + [3]写入新卡 + + + groupBox7 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 4 + + + True + + + GrowAndShrink + + + 1 + + + buttonEUIDWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 0 + + + button4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 1 + + + buttonECuidWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 2 + + + buttonEMfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 3 + + + Fill + + + 2, 20 + + + 4 + + + 90, 207 + + + 13 + + + tableLayoutPanel13 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox7 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 86, 27 + + + 2 + + + 写(UF)UID卡 + + + buttonEUIDWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 64 + + + 2, 2, 2, 2 + + + 86, 27 + + + 1 + + + 锁UFUID卡 + + + button4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + 2, 33 + + + 2, 2, 2, 2 + + + 86, 27 + + + 2 + + + 写C/FUID卡 + + + buttonECuidWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 2 + + + Bottom + + + True + + + GrowAndShrink + + + Flat + + + Yu Gothic UI, 9pt, style=Bold + + + NoControl + + + 5, 178 + + + 2, 2, 2, 2 + + + 79, 27 + + + 0 + + + 写入普通卡 + + + buttonEMfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 3 + + + True + + + GrowAndShrink + + + 1 + + + flowLayoutPanel8 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + + + flowLayoutPanel7 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 1 + + + 8, 5 + + + 2 + + + 721, 220 + + + 0 + + + tableLayoutPanel4 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + groupBox10 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 1 + + + Fill + + + 3, 113 + + + 715, 104 + + + 15 + + + False + + + flowLayoutPanel8 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + + + True + + + GrowAndShrink + + + tableLayoutPanel8 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox10 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 202, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 248, 100 + + + 6 + + + 破解工具 + + + groupBox10 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 1 + + + True + + + GrowAndShrink + + + 1 + + + flowLayoutPanel18 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 0 + + + flowLayoutPanel17 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 1 + + + Fill + + + 2, 20 + + + 2 + + + 244, 78 + + + 13 + + + tableLayoutPanel8 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox10 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + buttonHardNested + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 2 + + + Fill + + + 2, 39 + + + 2, 2, 2, 2 + + + 240, 37 + + + 14 + + + flowLayoutPanel18 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 126, 2 + + + 2, 2, 2, 2 + + + 112, 27 + + + 14 + + + Bitsliced Cropto-1 + + + buttonHardNested + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + 3, 3 + + + 238, 31 + + + 13 + + + flowLayoutPanel17 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 1 + + + True + + + GrowAndShrink + + + groupBox8 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 2 + + + groupBox9 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 3 + + + Fill + + + 3, 3 + + + 715, 104 + + + 14 + + + False + + + flowLayoutPanel7 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 1 + + + True + + + GrowAndShrink + + + tableLayoutPanel9 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox8 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 360, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 266, 96 + + + 6 + + + UID/UFUID卡操作 + + + groupBox8 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 2 + + + True + GrowAndShrink 1 - - 2 + + flowLayoutPanel16 - - 5 - - - 存日志 - - - 12 - - - 0 - - - Flat - - - True - - - GrowAndShrink - - - 15 - - - buttonSelectKey - - - 高级操作模式 - - - checkBoxWriteProtect - - - 576, 2 - - - 667, 220 - - - - - - tableLayoutPanel10 - - - - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 12 - - - 12, 20 - - - flowLayoutPanel6 - - - 11 - - - 写C/FUID卡 - - - flowLayoutPanel4 - - - 335, 3 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TopDown - - - 2, 2, 2, 2 - - - buttonESelectKey + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tableLayoutPanel9 - - groupBox4 - - - 2, 2, 2, 2 - - - 8 - - - 4, 260 - - - flowLayoutPanel18 - - - 3, 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel14 - - - flowLayoutPanel12 - - - 2 - - - tableLayoutPanel9 - - - True - - - 2, 2 - - - 15 - - - 68, 3 - - - True - - - 2, 47 - - - True - - - flowLayoutPanel18 - - - 写(UF)UID卡 - - - True - - - GrowAndShrink - - - 检查更新 - - - 206, 68 - - - System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - Fill - - - Flat - - - 格式化普通M1卡(必须加载密钥文件) - - - Bottom, Right - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - tableLayoutPanel10 - - - 151, 31 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 188, 32 - - - flowLayoutPanel2 - - - flowLayoutPanel2 - - - 14 - - - 2 - - - label7 - - - Yu Gothic UI, 9pt, style=Bold - - - 111, 27 - - - tableLayoutPanel4 - - - 14 - - - True - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - #M1T# - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - Flat - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - + 0 - - 58, 27 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox10 - - - 2, 2, 2, 2 - - - 0, 0 - - - 2, 2, 2, 2 - - - 标准 - - - - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 79, 74 - - - Yu Gothic UI, 9pt, style=Bold - - - 0 - - - Fill - - - 2, 2, 2, 2 - - - 2, 13 - - - groupBox7 - - - 导入字典文件进行Nested破解。 - - - 5 - - - GrowAndShrink - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - tabControl1 - - - 请放 -新卡 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15 - - - flowLayoutPanel6 - - - 3, 129 - - - Flat - - - tabControl1 - - - 3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 59, 31 - - - - - - 14 - - - True - - - - - - 2 - - - Flat - - - Flat - - - 54, 23 - - - Yu Gothic UI, 9pt, style=Bold - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 0 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - Fill - - - 界面设置 - - - flowLayoutPanel24 - - - 2, 2, 2, 2 - - - 13 - - - 2, 2 - - - 210, 37 - - - 6 - - - GrowAndShrink - - - GrowAndShrink - - - buttonKill - - - runTimeLabel - - - 2, 2, 2, 2 - - - Fill - - - flowLayoutPanel9 - - - Flat - - - pictureBox4 - - - 2, 2, 2, 2 - - - tableLayoutPanel1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - True - - - Flat - - - - - - toolTipHelp - - - pictureBox2 - - - - - - 1 - - - 119, 19 - - - True - - - 214, 78 - - - flowLayoutPanel19 - - - tableLayoutPanel1 - - - 0 - - - 2, 2, 2, 2 - - - 停止 - - - 0 - - - GrowAndShrink - - - - - - 16 - - - pictureBox1 - - - 64, 27 - - - True - - - buttonUidWrite - - - 2, 2, 2, 2 - - - GrowAndShrink - - - 79, 44 - - - 2, 0, 2, 0 - - - groupBox3 - - - True - - - 优化设置 - - - GrowAndShrink - - - Flat - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 266, 96 - - - True - - - CUID写空卡补丁 - - - 2, 2 - - - True - - - 673, 95 - - - 2 - - - Yu Gothic UI, 9pt, style=Bold - - - GrowAndShrink - - - 0 - - - 3, 3 - - - 11 - - - Flat - - - - - - 661, 104 - - - 83, 96 - - - True - - - 5 - - - tableLayoutPanel2 - - - 1 - - - True - - - button4 - - - tableLayoutPanel14 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 20 - - - 0 - - - 86, 27 - - - buttonDiffTool - - - Flat - - - Fill - - - 检测加密 - - + flowLayoutPanel15 - - 2, 2, 2, 2 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - flowLayoutPanel17 - - - 77, 19 - - - 复制卡模式 - - - 俄语 - - - 2, 2 - - - groupBox14 - - - 2 - - - 3 - - - Flat - - - $this - - - buttonScanCard - - - - - - Flat - - - 0 - - - 3 - - - Top - - - GrowAndShrink - - - Yu Gothic UI, 9pt, style=Bold - - - 18 - - - 1 - - - tableLayoutPanel3 - - - flowLayoutPanel1 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - tableLayoutPanel11 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel22 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 143, 116 - - - 检加密 - - - 62, 27 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yu Gothic UI, 9pt - - - 2, 2 - - - Fill - - - Fill - - - 15 - - - 687, 456 - - - True - - - flowLayoutPanel8 - - - 83, 2 - - - 0 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - 58, 2 - - - 137, 19 - - - Flat - - - flowLayoutPanel20 - - - tableLayoutPanel4 - - - GrowAndShrink - - - flowLayoutPanel22 - - - localVersionLabel - - - 7 - - - Fill - - - GrowAndShrink - - - 3 - - - GrowAndShrink - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill - - - True - - - - - - GrowAndShrink - - - Fill - - - True - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - - 2 - - - GrowAndShrink - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - GrowAndShrink - - - Fill - - - Flat - - - 0 - - - tabPage3 - - - 0 - - - 多实例运行模式 会禁用多开检测 请自行指定设备 - - - flowLayoutPanel7 - - - - - - tableLayoutPanel12 - - - 2, 2, 2, 2 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 3, 40 - - - 选择界面语言 - - - True - - - 2, 20 - - - 4 - - - 135, 96 - - - GrowAndShrink - - - 2, 2, 2, 2 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - flowLayoutPanel5 - - - 0 - - - 0 - - - 65, 30 - - - 2, 34 - - - 102, 2 - - - 161, 96 - - - 1 - - - 85, 68 - - - 2, 2, 2, 2 - - - GrowAndShrink - - - GrowAndShrink - - - - - - NoControl - - - Flat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - True - - - Flat - - - 138, 19 - - - Fill - - - 2, 2, 2, 2 - - - TopDown - - - Fill - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 126, 100 - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 对卡片执行Darkside工具(不一定成功) - - - tabPage1 - - - 4 - - - GrowAndShrink - - - 2, 2, 2, 2 - - - numericCLIFontSize - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MFF08 CUID修复 - - - 13 - - - True - - - True - - - Yu Gothic UI, 9.75pt - - - Fill - - - 0 - - - tableLayoutPanel7 - - - flowLayoutPanel14 - - - 14 - - - buttonCLI - - - 94, 219 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - Flat - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox4 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - groupBox1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 1 - - - flowLayoutPanel7 - - - 138, 116 - - - 77, 15 - tableLayoutPanel9 - - 2, 2 + + 1 - - False - - - imageList2 - - + Fill - - 124, 2 + + 2, 20 - - flowLayoutPanel23 + + 2 - - True + + 262, 74 - - 2, 2, 2, 2 - - - buttonECheckEncrypt - - + 13 - - 16 + + tableLayoutPanel9 - - 94, 219 + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel22" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - 0 - - - 3, 48 - - - 锁UFUID卡 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 86, 27 - - - 236, 2 - - - tableLayoutPanel13 - - - 0 - - - tableLayoutPanel15 - - - 2, 2, 2, 2 - - - GrowAndShrink - - - 已知密钥读 - - - GrowAndShrink - - - flowLayoutPanel5 - - - flowLayoutPanel10 - - - flowLayoutPanel15 - - - 33, 29 - - - 减少找设备延迟 - - - 2, 2, 2, 2 - - - 差异比较 + + groupBox8 0 - - 2 + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - Yu Gothic UI Semibold, 9pt, style=Bold + + True - - Fill + + GrowAndShrink - - buttonEStop + + 3, 40 - - + + 186, 31 - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 1 + + 14 flowLayoutPanel16 - - Microsoft Sans Serif, 8.25pt + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel9 + + + 0 + + + True + + + GrowAndShrink + + + ShowUID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 3 + + + Fill + + + 3, 3 + + + 256, 31 + + + 13 + + + flowLayoutPanel15 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel9 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + NoControl + + + 192, 2 + + + 2, 2, 2, 2 + + + 62, 27 + + + 11 + + + 显示UID + + + ShowUID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 3 + + + True + + + GrowAndShrink + + + flowLayoutPanel21 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox9 + + + 0 + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 630, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 83, 96 + + + 14 + + + C/FUID卡操作 + + + groupBox9 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 3 + + + True + + + GrowAndShrink + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel21 + + + 0 + + + Fill + + + BottomUp + + + 2, 20 + + + 79, 74 + + + 0 + + + flowLayoutPanel21 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox9 + + + 0 + + + True + + + Fill + + + Yu Gothic UI, 9.75pt + + + 2, 40 + + + 2, 0, 2, 0 + + + 75, 34 + + + 5 该卡种读取 同普通卡 - - True + + MiddleCenter - - groupBox8 + + label1 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel21 + + 0 - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - - - - 2, 20 - - - 3, 40 - - - Flat - - - 51, 15 - - - 86, 27 - - + True + + GrowAndShrink + + + flowLayoutPanel2 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox6 + + + 0 + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 138, 116 + + + 0 + + + 卡操作相关 + + + groupBox6 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 0 + + + True + + + GrowAndShrink + + + checkBoxAutoABN + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 0 + + + checkBoxAutoLoadKey + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 1 + + + checkBoxWriteProtect + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flowLayoutPanel9 + + flowLayoutPanel2 - - 109, 19 + + 2 - - 2, 2, 2, 2 + + checkBoxCuidKeyOver - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flowLayoutPanel11 + + flowLayoutPanel2 - - 16 + + 3 - - 1 - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - + Fill - - flowLayoutPanel5 + + TopDown - - 1 + + 2, 20 - - 1 - - - 将全卡清空并重新初始化。 -可用于ACbit损坏/KEY全部被改等情况的急救。 - - - 0, 22 + + 134, 94 14 - - Form1 + + flowLayoutPanel2 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox6 + + + 0 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 119, 19 + + + 2 + + + 自动判断Key(beta) + + + checkBoxAutoABN + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 0 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 25 + + + 2, 2, 2, 2 + + + 130, 19 + + + 12 + + + 自动加载uid.Key文件 + + + checkBoxAutoLoadKey + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 1 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 48 + + + 2, 2, 2, 2 + + + 123, 19 + + + 11 + + + 数据写入保护(建议) + + + checkBoxWriteProtect + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 2 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 3, 72 + + + 109, 19 + + + 13 + + + CUID写空卡补丁 + + + checkBoxCuidKeyOver + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 3 + + + True + + + GrowAndShrink + + + tableLayoutPanel12 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox12 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 144, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 143, 116 + + + 12 + + + 界面设置 + + + groupBox12 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 flowLayoutPanel6 - - + + 1 - - flowLayoutPanel5 + + True - - TopDown + + GrowAndShrink + + + 2 + + + numericCLIFontSize + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 0 + + + label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 1 + + + buttonCLIColor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 2 + + + label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 3 + + + Fill + + + 2, 20 + + + 2 + + + 139, 94 + + + 14 + + + tableLayoutPanel12 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox12 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + Top + + + Yu Gothic UI, 9pt + + + 83, 49 + + + 2, 2, 2, 2 + + + 54, 23 + + + 16 + + + Center + + + numericCLIFontSize + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 0 + + + True + + + Fill + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 0 + + + 2, 0, 2, 0 + + + 77, 47 + + + 13 + + + 终端文字颜色 + + + MiddleCenter + + + label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Popup + + + Yu Gothic UI, 9pt + + + 83, 2 + + + 2, 2, 2, 2 + + + 54, 43 + + + 14 + + + #M1T# + + + buttonCLIColor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 2 + + + True + + + Top + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 47 + + + 2, 0, 2, 0 + + + 77, 15 + + + 15 + + + 终端文字大小 + + + MiddleCenter + + + label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 3 + + + True + + + GrowAndShrink flowLayoutPanel5 - + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + 0 - - tableLayoutPanel11 + + Fill - - 56, 2 + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 291, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 279, 116 + + + 15 + + + 优化设置 + + + groupBox14 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel6 + + + 2 + + + True + + + GrowAndShrink + + + checkBoxNewScan + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 0 + + + checkBoxMultiDev + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 1 + + + label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 2 + + + SetDeviceCombo + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 3 + + + Fill + + + TopDown + + + 2, 20 + + + 275, 94 + + + 14 + + + flowLayoutPanel5 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 0 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 101, 19 + + + 1 + + + 减少找设备延迟 + + + checkBoxNewScan + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 0 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 3, 26 + + + 269, 19 + + + 4 + + + 多实例运行模式 会禁用多开检测 请自行指定设备 + + + checkBoxMultiDev + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 1 + + + True + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 3, 48 + + + 51, 15 + + + 3 + + + 指定设备 + + + label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 2 + + + Flat + + + Yu Gothic UI, 9pt + + + 3, 66 + + + 131, 23 + + + 2 + + + SetDeviceCombo + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 3 + + + True + + + GrowAndShrink + + + label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel23 + + + 0 + + + comboBox1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel23 + + + 1 + + + Fill + + + TopDown + + + 3, 21 + + + 79, 44 + + + 13 + + + flowLayoutPanel23 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox15 + + + 0 + + + True + + + Fill + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + NoControl + + + 3, 0 + + + 73, 15 + + + 0 + + + 选择界面语言 + + + label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel23 + + + 0 + + + Fill + + + Flat + + + Yu Gothic UI, 9pt + + + 标准 + + + 俄语 + + + 3, 18 + + + 73, 23 + + + 1 + + + comboBox1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel23 + + + 1 + + + True + + + GrowAndShrink + + + checkBoxDefIsAdv + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel4 + + + 0 + + + checkBoxAutoSave + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel4 + + + 1 + + + Fill + + + TopDown + + + Yu Gothic UI, 9pt + + + 2, 20 + + + 142, 48 + + + 14 + + + flowLayoutPanel4 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox13 + + + 0 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 137, 19 + + + 0 + + + 自动转到高级操作模式 + + + checkBoxDefIsAdv + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel4 + + + 0 + + + True + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 25 + + + 2, 2, 2, 2 + + + 138, 19 + + + 1 + + + 自动以UID名保存文件 + + + checkBoxAutoSave + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel4 + + + 1 + + + True + + + GrowAndShrink + + + checkBoxHardLowCost + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel3 + + + 0 + + + Fill + + + TopDown + + + 2, 20 + + + 81, 48 + + + 14 + + + flowLayoutPanel3 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox11 + + + 0 + + + True + + + Fill + + + Flat + + + Yu Gothic UI Semibold, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 77, 19 + + + 0 + + + 单线程计算 + + + checkBoxHardLowCost + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel3 + + + 0 + + + 157, 17 + + + Yu Gothic UI, 9.75pt + + + 0, 434 + + + 1, 0, 10, 0 + + + 687, 22 + + + 12 + + + statusStrip1 + + + statusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + None + + + 53, 22 + + + 就绪 + + + None + + + 67, 22 + + + 计时器 + + + MiddleLeft + + + None + + + 18, 22 + + + MiddleLeft + + + 0, 22 + + + None + + + White + + + 78, 22 + + + 检查更新 + + + 检查更新 + + + 297, 17 + + + True + + + 40 + + + 6, 13 + + + GrowAndShrink + + + 687, 456 @@ -2959,3634 +7534,64 @@ //////////////////////////////////8= - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - 2, 2 - - + 2, 2, 2, 2 - - 2 - - - 2, 0, 2, 0 - - - 1 - - - True - - - 2 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel22 - - - 请放 -原卡 - - - True - - - 2, 20 - - - groupBox5 - - - 126, 2 - - - label8 - - - 173, 3 - - - Fill - - - - - - 15 - - - Flat - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - - - - 2, 20 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 47, 27 - - - GrowAndShrink - - - 2, 2, 2, 2 - - - GrowAndShrink - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - Left - - - 275, 94 - - - 偏好设置 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - round_build_black_18pt_1x.png - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - UID/UFUID卡操作 - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 输入已知密钥进行Nested破解。 - - - MiddleCenter - - - buttonMFF08 - - - 2 - - - MiddleCenter - - - 55, 27 - - - True - - - 2, 2, 2, 2 - - - True - - - Fill - - - 5 - - - Fill - - - C/FUID卡操作 - - - tabPage2 - - - Fill - - - 检测卡片加密情况。 - - - 0 - - - 6, 13 - - - Flat - - - 185, 68 - - - True - - - 30, 28 - - - - - - True - - - 终端文字颜色 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - True - - - GrowAndShrink - - - - - - buttonMfWrite - - - Flat - - - - - - GrowAndShrink - - - - - - 单线程计算 - - - Fill - - - Top - - - checkBoxDefIsAdv - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - GrowAndShrink - - - 0 - - - - - - 3, 3 - - - 2, 20 - - - checkBoxHardLowCost - - - Yu Gothic UI, 9.75pt - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - 673, 120 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - HardNested - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Flat - - - True - - - 2, 2, 2, 2 - - - - - - buttonMfRead - - - GrowAndShrink - - - 50, 27 - - - MiddleCenter - - - flowLayoutPanel11 - - - 2, 2 - - - flowLayoutPanel4 - - - tableLayoutPanel10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label6 - - - 2, 0, 2, 0 - - - GrowAndShrink - - - 2 - - - 2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2, 2, 2 - - - - - - 2, 2, 2, 2 - - - MiddleLeft - - - groupBox9 - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - checkBoxAutoSave - - - - - - 3 - - - flowLayoutPanel18 - - - 73, 23 - - - buttonEMfWrite - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - GrowAndShrink - - - 14 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 扫描有效卡片。 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 2, 64 - - - 终端文字大小 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 全加密爆破 - - - GrowAndShrink - - - 291, 2 - - - True - - - Yu Gothic UI, 9pt, style=Bold - - - 58, 27 - - - 1 - - - Yu Gothic UI, 9.75pt - - - 0 - - - 1 - - - Fill - - - 扫描已连接的NFC设备 -(目前支持PN532、ACR122U) - - - 146, 70 - - - NoControl - - - - - - 2, 25 - - - True - - - Flat - - - 设备控制 - - - 1 - - - Fill - - - 2, 20 - - - True - - - 661, 104 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - GrowAndShrink - - - 2, 2, 2, 2 - - - 14 - - - 0 - - - 13 - - - buttonLockUfuid - - - 76, 31 - - - groupBox10 - - - True - - - 普通卡操作 - - - 3 - - - Fill - - - True - - - - - - 2, 2 - - - Top, Left, Right - - - None - - - buttonMfcuk - - - True - - - GrowAndShrink - - - 2 - - - 3, 72 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 运行/终端 - - - 144, 2 - - - 加载含有正确读写卡密钥及正确控制位的MFD文件。 - - - 0 - - - GrowAndShrink - - - Yu Gothic UI, 9pt, style=Bold - - - 59, 2 - - - 4 - - - 141, 2 - - - 59, 2 - - - 集成辅助工具 - - - True - - - Fill - - - - - - 15 - - - 262, 74 - - - 52, 27 - - - GrowAndShrink - - - 3, 3 - - - - - - Yu Gothic UI, 9pt, style=Bold - - - toolStripCheckUpdate - - - 1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 16 - - - [2]读取原卡 - - - 加载密钥… - - - 35, 34 - - - Flat - - - 2, 2, 2, 2 - - - 自动转到高级操作模式 - - - 13 - - - groupBox15 - - - Fill - - - buttonMfFormat - - - 写入CUID/FUID卡片(可能需要密钥文件) - - - 2, 2, 2, 2 - - - Fill - - - 4, 24 - - - 0 - - - 2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - tableLayoutPanel15 - - - tableLayoutPanel15 - - - 103, 36 - - - 0 - - - GrowAndShrink - - - tableLayoutPanel2 - - - 131, 23 - - - UID重置 - - - [3]写入新卡 - - - 53, 27 - - - 2, 2, 2, 2 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - 5 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - - - - 3 - - - 65, 30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel6 - - - True - - - True - - - 12 - - - 1 - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - groupBox2 - - - True - - - 0 - - - buttonECuidWrite - - - 5, 168 - - - True - - - 2 - - - 1 - - - GrowAndShrink - - - 3, 0 - - - 0 - - - CUID写 - - - 2, 2, 2, 2 - - - Fill - - - 0 - - - 279, 116 - - - Fill - - - - - - 2, 2, 2, 2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2 - - - - - - Flat - - - 手动扫描 - - - Flat - - - 0 - - - tableLayoutPanel13 - - - 2 - - - 86, 27 - - - 1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5 - - - 51, 2 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - - - - True - - - - - - tableLayoutPanel2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - Center - - - groupBox15 - - - 3, 40 - - - - - - flowLayoutPanel13 - - - groupBox5 - - - 78, 22 - - - - - - Fill - - - 重置UID卡片0块,UID随机,厂商号为复旦。 - - - Fill - - - - - - Fill - - - 3, 3 - - - Flat - - - True - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 2, 2 - - - True - - - 0 - - - 2, 2, 2, 2 - - - 0 - - - 186, 33 - - - 2, 2 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - - - - NoControl - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl1 - - - 2, 2, 2, 2 - - - buttonEscan - - - True - - - GrowAndShrink - - - Flat - - - 2, 20 - - - False - - - 192, 2 - - - 2, 2, 2, 2 - - - 142, 48 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - groupBox2 - - - tableLayoutPanel11 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - Flat - - - 196, 100 - - - 2, 2, 2, 2 - - - 62, 27 - - - groupBox12 - - - buttonConSave - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 2, 39 - - - 17 - - - Fill - - - GrowAndShrink - - - MiddleLeft - - - GrowAndShrink - - - 85, 70 - - - 尝试一下是否成功 - - - Popup - - - GrowAndShrink - - - - - - buttonECmfoc - - - 1 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - 12 - - - Fill - - - 2, 2, 2, 2 - - - Flat - - - 6 - - - True - - - Flat - - - 59, 27 - - - - - - Fill - - - 2, 2, 2, 2 - - - Fill - - - buttonEMfRead - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - True - - - flowLayoutPanel3 - - - tableLayoutPanel1 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 2, 95 - - - flowLayoutPanel15 - - - tableLayoutPanel8 - - - 2, 2 - - - 13 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2, 2, 2 - - - 13 - - - 2, 2, 2, 2 - - - 0 - - - 知n密 - - - 3 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - 2 - - - - - - groupBox6 - - - ImageBeforeText - - - 1 - - - tableLayoutPanel1 - - - Fill - - - 本工具仅支持SAK=08/18/28的 -卡片复制。SAK28无一键解密。 -若要复制S70卡片,请在高级界 -面上取消勾选“数据写入保护”。 - - - - tableLayoutPanel1 - - - 2, 2, 2, 2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 33 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - 3 - - - 0 - - - True - - - flowLayoutPanel9 - - - GrowAndShrink - - - 2, 20 - - - flowLayoutPanel2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 13 - - - 75, 34 - - - 2, 2, 2, 2 - - - 679, 227 - - - GrowAndShrink - - - - - - 2, 2, 2, 2 - - - Fill - - - tableLayoutPanel14 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - True - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 一键解原卡 - - - Flat - - - 2, 2, 2, 2 - - - 选择key.mfd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - 0 - - - - - - buttonCLIColor - - - 2, 2, 2, 2 - - - GrowAndShrink - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - 2, 2, 2, 2 - - - 4 - - - tableLayoutPanel8 - - - 2, 0 - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 22 - - - 0 - - - - - - flowLayoutPanel4 - - - Bottom - - - 0 - - - GrowAndShrink - - - 1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - False - - - 14 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - buttonCmfWrite - - - 6 - - - 2, 33 - - - 210, 140 - - - - - - 2, 2 - - - - - - True - - - tabControl1 - - - Fill - - - - - - tableLayoutPanel6 - - - 破解工具 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - tableLayoutPanel8 - - - flowLayoutPanel17 - - - 2, 2, 2, 2 - - - flowLayoutPanel24 - - - tableLayoutPanel2 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - statusLabel - - - tableLayoutPanel13 - - - 0 - - - 3, 40 - - - 2 - - - SetDeviceCombo - - - True - - - - - - GrowAndShrink - - - 1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - - 13 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox16" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> - - - 2, 2, 2, 2 - - - - - - Flat - - - True - - - 1 - - - 1 - - - GrowAndShrink - - - - - - True - - - 4 - - - Yu Gothic UI, 9pt, style=Bold - - - 0 - - - GrowAndShrink - - - 93, 2 - - - 手动CLI - - - flowLayoutPanel15 - - - flowLayoutPanel19 - - - 0 - - - Fill - - - - - - $this - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - 0 - - - True - - - GrowAndShrink - - - True - - - Fill - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 0 - - - 字典测试 - - - flowLayoutPanel20 - - - 2, 2, 2, 2 - - - 269, 19 - - - GrowAndShrink - - - 2, 2, 2, 2 - - - 63, 27 - - - 687, 22 - - - 向UID卡片写入置顶卡号,厂商设置为复旦。 - - - GrowAndShrink - - - 687, 255 - - - label10 - - - 1 - - - 83, 49 - - - 知一密破解 - - - 0 - - - tableLayoutPanel3 - - - 82, 27 - - - - - - 指定设备 - - - 13 - - - Fill - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - buttonBmfRead - - - 0 - - - tabPage3 - - - 13 - - - 2, 2 - - - 47, 27 - - - GrowAndShrink - - - buttonUidReset - - - 自动加载uid.Key文件 - - - 0 - - - 2 - - - GrowAndShrink - - - - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - GrowAndShrink - - - tableLayoutPanel5 - - - 2, 25 - - - 73, 15 - - - GrowAndShrink - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel21 - - - - - - 2, 2, 2, 2 - - - Fill - - - ShowUID - - - 2, 0 - - - - - - 0, 434 - - - 0 - - - groupBox11 - - - buttonMfoc - - - 13 - - - UID读 - - - Flat - - - GrowAndShrink - - - - - - checkBoxCuidKeyOver - - - 从这里开始 - - - True - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 424, 2 - - - BottomCenter - - - GrowAndShrink - - - 1 - - - 1 - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 112, 32 - - - Fill - - - True - - - 读取UID卡片。 - - - 75, 25 - - - statusStrip1 - - - 139, 94 - - - 1 - - - 2, 20 - - - 1 - - - buttonEReadUID - - - 0 - - - UID写号 - - - 14 - - - 1 - - - 77, 47 - - - 检查更新 - - - GrowAndShrink - - - 2, 2, 2, 2 - - - - - - 3, 42 - - - True - - - GrowAndShrink - - - 1 - - - True - - - 679, 227 - - - flowLayoutPanel7 - - - 61, 30 - - - 1 - - - GrowAndShrink - - - 72, 3 - - - True - - - 1 - - - True - - - 2, 168 - - - flowLayoutPanel3 - - - groupBox3 - - - - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - 12 - - - - - - 从UID卡读回 - - - GrowAndShrink - - - MiddleLeft - - - 1 - - - 13 - - - Flat - - - 2, 2, 2, 2 - - - 1 - - - True - - - Fill - - - Flat - - - 2, 2 - - - True - - - 0 - - - 55, 27 - - - buttonnKeysMfoc - - - Flat - - - 2 - - - 10 - - - True - - - 1 - - - 2 - - - 1 - - - GrowAndShrink - - - 1 - - - flowLayoutPanel18 - - - groupBox6 - - - True - - - 2 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - Yu Gothic UI, 9pt, style=Bold - - - GrowAndShrink - - - - - - tableLayoutPanel11 - - - True - - - 50, 27 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 13 - - - flowLayoutPanel7 - - - 90, 197 - - - flowLayoutPanel7 - - - Flat - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13 - - - 0 - - - True - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 0 - - - - - - buttonCheckEncrypt - - - 1 - MifareOne Tool - - 53, 27 + + toolTipHelp - - 1 + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label11 + + imageList2 - - 2, 2, 2, 2 + + System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrowAndShrink + + statusLabel - - 228, 217 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label1 + + runTimeLabel - - 3, 3 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 读取普通M1卡片(可能需要加载密钥文件) - - - flowLayoutPanel16 - - - GrowAndShrink - - - True - - - True - - - - - - Fill - - - 显示UID - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 0 - - - 读M1 - - - 1 - - - Flat - - - 379, 2 - - - flowLayoutPanel23 - - - 2, 2, 2, 2 - - - Hello,cardman! - - - tableLayoutPanel1 - - - 306, 2 - - - GrowAndShrink - - - 1 - - - 2 - - - 4 - - - Fill - - - True - - - GrowAndShrink - - - flowLayoutPanel8 - - - Top, Left, Right - - - flowLayoutPanel13 - - - Yu Gothic UI, 9pt - - - 卡操作相关 - - - GrowAndShrink - - - 2 - - - 0 - - - buttonUidFormat - - - 4, 24 - - - buttonConClr - - - Flat - - - True - - - 2 - - - 0 - - - timer1 - - - tabPage2 - - - Left - - - 2, 2, 2, 2 - - - True - - - 2 - - - Fill - - - GrowAndShrink - - - label9 - - - - - - True - - - Fill - - - - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - Yu Gothic UI, 9.75pt - - - Fill - - - 54, 43 - - - Fill - - - True - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - UID全格 - - - 2, 2, 2, 2 - - - label12 - - - flowLayoutPanel19 - - - True - - - flowLayoutPanel1 - - - Fill - - - tableLayoutPanel7 - - - 2, 2, 2, 2 - - - GrowAndShrink - - - 14 - - - 9 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label13 - - - 149, 188 - - - flowLayoutPanel8 - - - 3, 18 - - - 计时器 - - - Yu Gothic UI, 9.75pt - - - 3, 3 - - - 103, 2 - - - 116, 31 - - - 锁Ufuid - - - 0 - - - Fill - - - 2 - - - groupBox13 - - - statusStrip1 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - Flat - - - Flat - - - Fill - - - 14 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - NoControl - - - Yu Gothic UI, 9pt - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 48 - - - - - - - - - - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - Fill - - - 126, 2 - - - 3, 37 - - - 0 - - - 0 - - - 写入UID卡片。 - - - 64, 27 - - - 123, 19 - - - 2, 0, 2, 0 - - - 30, 26 - - - 3, 3 - - - 2, 20 - - - True - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - GrowAndShrink - - - pictureBox3 - - - Fill - - - True - - - flowLayoutPanel16 - - - 39, 217 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - MiddleCenter - - - richTextBox1 - - - tableLayoutPanel12 - - - GrowAndShrink - - - None - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - Fill - - - 4 - - - 256, 31 - - - 3, 26 - - - 写入普通卡 - - - groupBox13 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - Fill - - - GrowAndShrink - - - 1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 2, 2, 2, 2 - - - 85, 31 - - - 2, 0, 2, 0 - - - GrowAndShrink - - - Fill - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - flowLayoutPanel17 - - - 自动判断Key(beta) - - - Fill - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - comboBox1 - - - UID写 - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 2 - - - - - - - - - 0 - - - 2, 2 - - - buttoEScanCard - - - 0 - - - curDevice - - - Fill - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - Fill - - - True - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 0 - - - groupBox14 - - - 2, 2, 2, 2 - - - Fill - - - groupBox16 - - - - - - Fill - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - 检测设备 - - - TopDown - - - Flat - - - 对半加密卡片进行Nested破解。 -按住Ctrl点击该按钮可添加已知密钥。 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 125, 31 - - - GrowAndShrink - - - tableLayoutPanel1 - - - 3 - - - groupBox7 - - - HardNested - - - 2, 2 - - - GrowAndShrink - - - 101, 19 - - - - - - 79, 27 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - True - - - Fill - - - 0 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel5 - - - tabPage1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - True - - - 锁死UFUID卡片0块数据(测试中) - - - 13 - - - 2, 0, 2, 0 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - True - - - 4 - - - Fill - - - 131, 74 - - - tableLayoutPanel13 - - - GrowAndShrink - - - tableLayoutPanel4 - - - Fill - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - 13 - - - True - - - 0, 5 - - - 208, 31 - - - 0 - - - 86, 27 - - - 65, 29 - - - 1 - - - - - - 14 - - - 16 - - - 2, 20 - - - Fill - - - 13 - - - GrowAndShrink - - - 13 - - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel10 - - - 30, 25 - - - 1 - - - tableLayoutPanel6 - - - buttonDictMfoc - - - 0 - - - 186, 31 - - - 1 - - - Fill - - - 3, 21 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - True - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 64, 27 - - - 72, 27 - - - 2, 2, 2, 2 - - - groupBox11 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 3, 3 - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - Flat - - - 2, 2 - - - GrowAndShrink - - - 38, 0 - - - 0 - - - NoControl - - - Fill - - - True - - - 86, 27 - - - 86, 27 + + localVersionLabel System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + curDevice - - Yu Gothic UI, 9pt, style=Bold + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - True - - - 数据写入保护(建议) - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - flowLayoutPanel21 - - - - - - 检测连接 - - - 4 - - - 0 - - - - - - 10 - - - 2, 2, 2, 2 - - - 写M1 - - - 1 - - - True - - - - - - 2, 2 - - - flowLayoutPanel17 - - - 5 - - - checkBoxAutoABN - - - 14 - - - True - - - Fill - - - 2 - - - 2 - - - True - - - 67, 31 - - - True - - - GrowAndShrink - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel22 - - - Yu Gothic UI, 9pt, style=Bold - - - 3 - - - None - - - Yu Gothic UI, 9pt - - - Flat - - - True - - - 18, 22 - - - NoControl - - - 1 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - Fill - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 语言和地区 - - - 53, 22 - - - 0 - - - 35, 34 - - - flowLayoutPanel23 - - - GrowAndShrink - - - 679, 227 - - - tableLayoutPanel11 - - - Fill - - - Fill - - - 11 - - - - - - - - - flowLayoutPanel15 - - - - - - 2, 2, 2, 2 - - - - - - White - - - 2, 2, 2, 2 - - - Left - - - flowLayoutPanel13 - - - True - - - 202, 2 - - - Fill - - - 2 - - - flowLayoutPanel21 - - - 2, 2, 2, 2 - - - - - - Yu Gothic UI, 9pt, style=Bold - - - tableLayoutPanel3 - - - 2 - - - Fill - - - 81, 27 - - - - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 自动以UID名保存文件 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom - - - - - - 2, 2, 2, 2 - - - 1 - - - True - - - 218, 100 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - groupBox9 - - - - - - 13 - - - 4, 24 - - - 6 - - - - - - GrowAndShrink - - - 1, 0, 10, 0 - - - 2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 63, 27 - - - 2, 2 - - - 1 - - - Flat - - - 13 - - - 13 - - - Flat - - - 11 - - - True - - - tableLayoutPanel2 + + toolStripCheckUpdate System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 43, 27 + + timer1 - - 2, 2, 2, 2 + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Hex编辑器 + + Form1 - - True + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACu - CgAAAk1TRnQBSQFMAgEBAwEAATwBAAFIAQABEAEAARABAAT/AQkBEAj/AUIBTQE2AQQGAAE2AQQCAAEo - AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA - AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 - AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA - AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm - AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM - AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA - ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz - AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ - AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM - AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA - AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA - AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ - AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ - AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA - AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm - ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ - Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz - AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA - AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM - AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM - ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM - Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA - AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM - AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ - AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz - AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm - AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw - AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wQAAf8B8gjwAfIB/wcA - BP8RAAT/FAAB8wFtCAABFAHzBwABBwLtAe8QAAH/AfIB7AFtAfEB/xMAAfMBbQgAARQB8wMABP8BbQIA - ARUE/wsAAf8B8gFtAgAB7AH/EwAB8wFtCAABFAHzAgAB/wH0Ae8BvAHvARECAAEOAe8B8AHvAfMB/woA - AfIB6gMAAfcB/xEAAfIB8AHzAW0IAAEUAfMCAAH/AZIBDgEQAQ8EAAEOAREBDgHsAf8JAAHyARIDAAHr - AfMB/xEAAe8B7AHzAW0IAAEUAfMCAAHzAQ8DAAFDAfcB7wERAwABDwHxAf8HAAHyARQDAAHrAfMB/xIA - AfcBbQHzAW0IAAEUAfMCAAH/AewCAAFDAfIC/wHyAQ8CAAFtAfQB/wMAAf8B8gHwAbwBFQMAAW0B8wH/ - EwAB9wFtAfMBbQgAARQB8wMAAfQB6gEAAewB9AIAAf8B7QEAARMB8wMAAf8B8AFDBgAB6gH0FQAB9wFt - AfMBbQQAAQcC/wHvAesB9AIAAf8B8wESAQAB6wH0AgAB/wHsAQABFAHyAf8CAAHwBwAB6gH0FgAB9wFt - AfMBbQQAAQcB/wHvAW0B8QH/AgAB9AFtAgABDgEHAvQBvAEPAgAB6gHzAv8BQwEAAg4EAAHxFwAB9wFt - AfMBbQQAAu8BbQHxAf8DAAHzAREDAAEPAesBbQEOAwABEAHyAf8B9AEAARABkgH3AUMDAAHwFwAB9wFt - AfMBbQQAARMB6gHxAf8EAAH/Ae8BDgFDARAEAAEOARUBDgGSAf8BAAH0AQ8BBwL/AZIBDgIAAfEXAAH3 - AW0B/wG8Be8B8QH/BQAB/wH0AbwB8QG8AUMCAAEPAQcB8gG8AfQB/wEAAf8BvAH/AQAB/wHtAQ4BAAEQ - Af8XAAH3ARIC8wXyAfQHAAT/AW0CAAEVBP8DAAH/AQAB/wHvARACAAG8Af8XAAH3AQ4HEQHsCwAB8AL3 - AQcIAAH/AbwBEAEAARUB8AH/GAAB9AjyAfM1AAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEBAQABAQUA - AYAXAAP/AQAB4AEBAfwBPwH/AeECAAHgAQEB/AE/Af8BwAIAAeABAQHAAQMB/wGAAgAB4AEBAYABAQH/ - AYACAAGAAQEBgAEBAf8DAAGAAQEBgAEAAf4BAQIAAYABAQGAAQAB4AEDAgABgAEBAcEBgwGAAQ8CAAGA - AQECgQGAAR8CAAGAAQEBgAIAAT8CAAGAAQMBgAIAAT8CAAGAAQcBgAEBAQABPwIAAYABDwGAAQEBEAE/ - AgABgAEfAcABAwGgAT8CAAGAAR8B/AE/AcABfwIAAYABHwT/GAAL - - - - 2, 2, 2, 2 - - - buttonListDev - - - Fill - - - 就绪 - - - buttonEUIDWrite - - - 0 - - - $this - - - 677, 196 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 90, 197 - - - 2, 20 - - - 81, 48 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - 清终端 - - - True - - - 2, 2, 2, 2 - - - 3, 73 - - - checkBoxAutoLoadKey - - - flowLayoutPanel11 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2, 2, 2, 2 - - - GrowAndShrink - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 1 - - - GrowAndShrink - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel6 - - - TopDown - - - tableLayoutPanel12 - - - GrowAndShrink - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 122, 2 - - - 45, 27 - - - 2, 2 - - - checkBoxMultiDev - - - 2 - - - Yu Gothic UI, 9.75pt - - - tableLayoutPanel7 - - - 1 - - - 122, 78 - - - 134, 94 - - - flowLayoutPanel12 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 3, 72 - - - 2, 2 - - - 3, 113 - - - - - - tableLayoutPanel5 - - - 5 - - - 5 - - - - - - BottomUp - - - MiddleCenter - - - flowLayoutPanel24 - - - 79, 27 - - - 3, 66 - - - groupBox1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 675, 223 - - - 2, 2, 2, 2 - - - 13 - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - Fill - - - Yu Gothic UI, 9pt - - - 17, 17 - - - True - - - ru - - - 297, 17 - - - 41 - - - 157, 17 - - - 384, 17 - \ No newline at end of file diff --git a/MifareOneTool/Form1.ru.resx b/MifareOneTool/Form1.ru.resx index 08ed993..6313082 100644 --- a/MifareOneTool/Form1.ru.resx +++ b/MifareOneTool/Form1.ru.resx @@ -117,33 +117,98 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 171, 74 + + Поиск карт - - 175, 96 + + Блокировка карты UFUID - - Управление устройством + + Считать UID в дамп - - 145, 31 + + UID карты будет записан в файл дампа - - 141, 27 + + Записать UID из дампа - - Ручное сканирование + + UID будет записан из файла дампа карты, сделанного ранее - - Сканирование для действительной карты. + + Проверка шифрования - - 165, 31 + + Обнаружение шифрования карты. - - 86, 27 + + Команды + + + Откройте командную строку NFC для расширенных операций. + + + # M1T # + + + Запись CUID + + + Запишите CUID / FUID карту (может понадобиться файл ключа) + + + Очистить + + + Сохранить + + + Тест словаря + + + Импортируйте файл словаря для Nested crack. + + + Сравнение дампов + + + Определить шифрование + + + Ввести известный ключ + + + Запись карты C/FUID + + + Автоматически + + + Известный ключ для чтения + + + Записать обычную карту + + + Считать UID в дамп + + + Определить считыватель + + + Загрузить ключ... + + + Остановить + + + Запись карты (UF)UID + + + Редактор дампа + + + Остановить Определить @@ -152,80 +217,22 @@ Сканирование подключенных устройств NFC (В настоящее время поддерживает PN532, ACR122U) - - 92, 2 + + Блокировка UFUID - - 71, 27 + + Блокировка 0-го блока данных UFUID карты (тестируется) + - - Команды + + MFUK - - Откройте командную строку NFC для расширенных операций. + + Инструмент Darkside (не обязательно успешный) + - - 4, 252 - - - 1098, 180 - - - Привет! - - - 58, 27 - - - Чтение - - - Прочитайте обычные карты M1 (возможно, потребуется загрузить файл ключа) - - - 181, 2 - - - 209, 96 - - - Обычные операции - - - 205, 74 - - - 115, 31 - - - 111, 27 - - - Выбрать key.mfd - - - Загрузите файл MFD с правильным ключом для чтения и записи и правильными битами управления. - - - 199, 31 - - - 64, 2 - - - 58, 27 - - - Запись - - - Напишите нормальную карту M1 (возможно, потребуется загрузить файл ключа) - - - 126, 2 - - - 71, 27 + + MFF08 CUID ремонт Очистить @@ -233,70 +240,337 @@ Отформатируйте нормальную карту M1 (необходимо загрузить файл ключа) - - 82, 27 - - - Запись UID - - - Напишите UID-карту. - - - 80, 27 - - - Читать UID - - - Прочитать UID карты - - - 94, 27 - - Чтение MFOC + MFOC Взлом на полушифрованных картах. Нажмите Ctrl и нажмите эту кнопку, чтобы добавить известный ключ. - - 88, 2 + + Чтение - - 123, 27 + + Прочитайте обычные карты M1 (возможно, потребуется загрузить файл ключа) - - Номер записи UID + + Запись - - Запишите номер верхней карты на карту UID, и производитель установит его на Fudan. + + Напишите нормальную карту M1 (возможно, потребуется загрузить файл ключа) - - 167, 2 + + Ввод ключа - - 89, 27 + + Введите известный ключ для взлома. + + + Ручное сканирование + + + Сканирование для действительной карты. + + + Выбрать файл ключей + + + Загрузите файл MFD с правильным ключом для чтения и записи и правильными битами управления. - Полный UID + Стереть UID - Очистите карту и повторно инициализируйте ее. -Его можно использовать для оказания первой помощи в ситуациях, когда повреждение ACbit / KEY полностью изменено. - - - 86, 2 - - - 77, 27 + Очистите карту и повторно инициализируйте ее. Это можно использовать для оказания первой помощи в ситуациях, когда поврежден ACbit/ключи полностью изменены. Сброс UID - Сброс блока UID карты 0, UID случайный, а номер производителя - Fudan. + Сброс 0-го блока карты, номер UID - случайный, а данные производителя - Fudan. + + + Изменить UID + + + На карту записывается номер Sticky Card, производитель будет установлен на Fudan. + + + Автоматически определять ключ (бета) + + + Автоматически загружать файл uid.Key + + + Автоматически сохранять файлы с именем UID + + + CUID записывает пустой патч карты + + + Автоматический переход в расширенный режим работы + + + Однопоточные вычисления + + + + Режим нескольких устройств. Пожалуйста, укажите ваше собственное устройство + + + Уменьшить задержку оборудования + + + Защита от записи данных (рекомендуется) + + + Китайский + Previous text: Китайский + + + Русский + Previous text: Русский + + + Управление устройством + + + Инструменты для взлома + + + Настройки интерфейса + + + Предпочтения + + + Настройки оптимизации + + + Язык и регион + + + 1. Начните здесь + + + Обычные операции + + + Терминал + + + Дополнительно + + + 2. Прочитать карту + + + Операции с картой + + + 3. Записать карту + + + Операции с UID/UFUID + + + Работа с картой C/FUID + + + Карта читается +как и обычная карта + + + Размер текста терминала + + + Укажите устройство + + + + Выберите язык интерфейса + + + Этот инструмент поддерживает только копирование +карт SAK=08/18/28. SAK28 расшифровывается без ключа. +Чтобы скопировать карту S70, снимите флажок +“Защита от записи данных” в настройках программы. + + + Проверьте результат + + + Пожалуйста, +вставьте карту + + + Пожалуйста, +вставьте +новую карту + + + Цвет текста терминала + + + Привет! + Previous text: Привет! + + + Привет! + + + Таймер + + + Показать UID + + + Готов + + + Расширенный режим работы + + + Режим копирования карты + + + Настройки программы + + + Проверка обновлений + + + Проверка обновлений + + + + 171, 74 + + + 175, 96 + + + 145, 31 + + + 141, 27 + + + 165, 31 + + + 86, 27 + + + 92, 2 + + + 71, 27 + + + Yu Gothic UI, 9.75pt + + + 4, 247 + + + 1098, 185 + + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAKpJREFUOE/l + krENwkAMRU+wAx0okxBGoQSJEdiAkiyQASjoKRiBBkGZFWhoL8/wKZwT4pQKwZNecf6xZSkOf0KMscAy + 00JtKYQN5tKoLYXQNppl+n6j74N1t3j84AE3OFFbCmHOIPOKNxyrtR8MGOAJK5X6w5Aad3p6CNxBqmz1 + EV5wgfbr13jHlT7xEHQPcq76/vl0VDh8NHYhcAep8mujMy5xam9Fv08ILelnWlThzMVcAAAAAElFTkSu + QmCC + + + + 76, 27 + + + 181, 2 + + + 263, 96 + + + 259, 74 + + + 166, 31 + + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAANpJREFUOE/t + kjEOAVEQhldWEAoXWLVOFA5ASeEALqBRqoREonMAtV6i1TqFWghRqShEsb55bzasrKyt+ZKvmP/NTDLJ + c/4kw/f9Mg5wjB3M69N3MJDCKb6zw5K2xUPzyIxFs8G0tn6GphxeZEJZ4QSvprIsUM6NshUsqmHAEbOa + 90wSzw09Gaia0nLATMJFdzSLXDxLokSdtsTglLkEyhbtaQJF18TRnLCgrdJbN6llrfETQvk/cu8re6xo + i4HaQzlHmGkchocitrGPDXT1KQR5E4eY7MP+NI7zACE9wjmZDmbMAAAAAElFTkSuQmCC + + + + 162, 27 + + + 253, 31 + + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAALNJREFUOE/V + kLEOAUEURafTqnTb+g6NikaikAgSyX6Onq/hS3Q+QCdY41x54nXjUe1JTrGz995MJrWfnPMIt9ixoziU + p9ig2GN8jFIXe3jENzv7/R0UBnjGCVZ4wjuOLVKG8BAvKFSeYR8XFilDWA97RY/GKouUIayRm5qOB84t + Uoaw3uLvEb2Bru8Jjyyt5NH32iJlCK+s5ImNCAqHV/VDfERQ8kO/jQiKG9SYrO24taT0BAzgOu74eQMU + AAAAAElFTkSuQmCC + + + + 82, 2 + + + 76, 27 + + + + iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAK9JREFUOE/l + kzEKwkAQRReSQ1h5ibQKNpLeM+gB7C08Qe6TLhfxEPbC+mYyK0vYMcFG0AcPkpk/AwNJ+HFijDVusMUb + JuR5j9KrLe5D6IhznCzuQ6jCLe4cpVdZ/D0EB/QYLNONry8eeNAFCQpLFjV4zbzgShckKMwuWoSEx5ki + 3mmdDudQ/OS0RodzKH7ltDuudXAKjV4jZXrLpNPOWP7SacjvId/FFKm1Fvs/QngCus/tMMJAkDEAAAAA + SUVORK5CYII= + + + + 162, 2 + + + 89, 27 + + + 147, 27 + + + 128, 27 + + + 52, 27 + + + 153, 2 + + + 98, 27 + + + 215, 2 + + + 85, 27 + + + 134, 2 + + + 77, 27 630, 2 @@ -304,9 +578,6 @@ 166, 100 - - Терминал - 162, 78 @@ -316,112 +587,57 @@ 84, 27 - - Остановить - 156, 31 71, 27 - - Очистить - 77, 2 77, 27 - - Сохранить - - 190, 2 + 148, 2 51, 27 - - MFUK - - - Инструмент Darkside (не обязательно успешный) - - 108, 27 - - Редактор дампа - 125, 29 - - Сравнение дампов - 150, 27 - - Проверка шифрования - - - Обнаружение шифрования карты. - - 215, 2 + 255, 2 - 118, 27 - - - Блокировка Ufuid - - - Заблокированная карта UFUID 0 блокирует данные (тестирование) + 124, 27 134, 25 - - Запись CUID - - - Запишите CUID / FUID карту (может понадобиться файл ключа) - 156, 2 92, 27 - - Тест словаря - - - Импортируйте файл словаря для Nested crack. - - 100, 2 + 58, 2 86, 27 - - Ввод ключа - - - Введите известный ключ для взлома. - 276, 100 - - Дополнительно - 272, 78 @@ -437,33 +653,21 @@ 131, 27 - - MFF08 CUID ремонт - - 1090, 217 - - - Режим копирования карты + 1090, 220 - 1090, 222 - - - Расширенный режим работы + 1090, 220 - 1090, 217 - - - Настройки программы + 1090, 220 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACu - CgAAAk1TRnQBSQFMAgEBAwEAASgBAAEoAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CgAAAk1TRnQBSQFMAgEBAwEAAVABAAFQAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -512,25 +716,20 @@ - 1098, 250 + 1098, 248 - 1086, 213 + 1086, 216 623, 3 - 92, 207 + 92, 210 88, 51 - - Пожалуйста, -вставьте -новую карту - 3, 54 @@ -538,116 +737,95 @@ 86, 29 - 424, 207 - - - 1. Начните здесь + 424, 210 - 406, 140 + 406, 138 - 402, 68 + 402, 66 + + + 2, 32 95, 34 - - Пожалуйста, -вставьте карту - - 160, 30 - - - Определить считыватель - - - 202, 2 - - - 162, 30 - - - Определить шифрование + 160, 28 - 202, 36 + 202, 2 - 162, 30 + 162, 28 - - Поиск карт + + + NoControl 167, 3 + + 30, 26 + 369, 3 + + 202, 34 + + + 162, 30 + + + 3, 70 + 370, 68 - - Этот инструмент поддерживает только копирование -карт SAK=08/18/28. SAK28 расшифровывается без ключа. -Чтобы скопировать карту S70, снимите флажок -“Защита от записи данных” в настройках программы. + + Top, Bottom, Left + + + None 432, 2 - 186, 209 - - - 2. Прочитать карту + 186, 212 - 182, 187 + 182, 190 178, 27 - - Чтение UID - - 2, 158 + 2, 161 178, 27 - - Известный ключ для чтения - 178, 27 - - Ввести известный ключ - 178, 27 - - Автоматически - 178, 27 - - Загрузить ключ... - 893, 3 - 190, 207 + 190, 210 - 3, 68 + 3, 70 184, 32 @@ -655,62 +833,41 @@ 141, 32 - - Проверьте результат - - 104, 178 + 104, 181 84, 27 - - Остановить - 720, 2 - 168, 209 - - - 3. Записать карту + 168, 212 - 164, 187 + 164, 190 160, 27 - - Запись карты (UF)UID - 160, 27 - - Блокировка карты UFUID - 160, 27 - - Запись карты C/FUID - - 3, 158 + 3, 161 158, 27 - - Записать обычную карту - - 914, 220 + 1012, 220 - 908, 104 + 1006, 104 282, 2 @@ -718,9 +875,6 @@ 344, 100 - - Взломать - 340, 78 @@ -733,57 +887,47 @@ 334, 31 + + 801, 3 + - 908, 104 + 1006, 104 - 394, 2 + 448, 2 - 366, 96 - - - Операции с UID/UFUID + 410, 96 - 362, 74 + 406, 74 - 335, 31 + 381, 31 - 356, 31 + 400, 31 - 260, 2 + 304, 2 94, 27 - - Показать UID - - 764, 2 + 862, 2 142, 96 - - Работа с картой C/FUID - 138, 74 134, 34 - - Карточка читается -как и обычная карта - - 1090, 217 + 1090, 220 1084, 120 @@ -791,35 +935,20 @@ 269, 116 - - Операция с картой - 265, 94 244, 19 - - Автоматически определять ключ (бета) - 243, 19 - - Автоматически загружать файл uid.Key - 261, 19 - - Защита от записи данных (рекомендуется) - - 203, 19 - - - CUID запись патча пустой карты + 224, 19 275, 2 @@ -827,9 +956,6 @@ 220, 116 - - Настройки интерфейса - 216, 94 @@ -842,79 +968,45 @@ 148, 47 - - Цвет текста терминала - 154, 2 60, 43 - - # M1T # - 148, 15 - - Размер текста терминала - 499, 2 497, 116 - - Настройки оптимизации - 493, 94 227, 19 - - Уменьшить задержку оборудования - 487, 19 - - Режим нескольких устройств. Пожалуйста, укажите ваше собственное устройство - 120, 15 - - Укажите устройство - - - 1084, 85 + 1084, 88 172, 68 - - Язык и регион - 166, 44 160, 15 - - Выберите язык интерфейса - - - Китайский - - - Русский - 160, 23 @@ -924,24 +1016,15 @@ 351, 70 - - Предпочтения - 347, 48 343, 19 - - Автоматический переход в расширенный режим работы - 289, 19 - - Автоматически сохранять файлы с именем UID - 535, 2 @@ -954,25 +1037,15 @@ 180, 19 - - Однопоточные вычисления - - 1098, 22 60, 22 - - Готов - 72, 22 - - Таймер - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -991,12 +1064,6 @@ 165, 22 - - Проверка обновлений - - - Проверка обновлений - 1098, 456 diff --git a/MifareOneTool/Form1.zh.resx b/MifareOneTool/Form1.zh.resx index 670aa9a..5ac0db4 100644 --- a/MifareOneTool/Form1.zh.resx +++ b/MifareOneTool/Form1.zh.resx @@ -120,6 +120,9 @@ 扫描卡片 + + button1 + 锁UFUID卡 @@ -205,7 +208,8 @@ 写(UF)UID卡 - HardNested + Bitsliced Cropto-1 + Previous text: HardNested Hex编辑器 @@ -317,9 +321,6 @@ 多实例运行模式 会禁用多开检测 请自行指定设备 - Previous text: 多实例运行模式 -会禁用多开检测 -请自行指定设备 减少找设备延迟 @@ -329,9 +330,11 @@ 标准 + Previous text: Китайский 俄语 + Previous text: Русский MifareOne Tool @@ -420,6 +423,7 @@ Hello,cardman! + Previous text: Привет! Hello,cardman! diff --git a/MifareOneTool/FormDiff.cs b/MifareOneTool/FormDiff.cs index b42ba20..ff9e6b5 100644 --- a/MifareOneTool/FormDiff.cs +++ b/MifareOneTool/FormDiff.cs @@ -108,7 +108,7 @@ namespace MifareOneTool int diffCount = 0; for (int i = 0; i < 16; i++) { - stb.AppendLine("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"); + stb.AppendLine(Resources.res1); stb.AppendLine(Resources.扇区0 + i.ToString()); for (int a = 0; a < 4; a++) { @@ -117,11 +117,11 @@ namespace MifareOneTool { if (sa.Sectors[i].Block[a][b] == sb.Sectors[i].Block[a][b]) { - res += "-- "; + res += Resources.res2; } else { - res += "## "; + res += Resources.res3; } } stb.AppendLine("A: " + Utils.Hex2StrWithSpan(sa.Sectors[i].Block[a])); diff --git a/MifareOneTool/FormDiff.ru.resx b/MifareOneTool/FormDiff.ru.resx index 1802644..01c63c1 100644 --- a/MifareOneTool/FormDiff.ru.resx +++ b/MifareOneTool/FormDiff.ru.resx @@ -146,5 +146,10 @@ Описание: 1. Нажмите А или В, чтобы выбрать файл MFD. 2. Нажмите «Сравнить», чтобы увидеть результаты. + Previous text: 欢迎使用M1T内置的差异工具! +说明: +点击上方的AB两个按键分别选择MFD文件。 +然后点击“比较”即可看到结果。 + \ No newline at end of file diff --git a/MifareOneTool/FormHTool.Designer.cs b/MifareOneTool/FormHTool.Designer.cs index d342285..76c6367 100644 --- a/MifareOneTool/FormHTool.Designer.cs +++ b/MifareOneTool/FormHTool.Designer.cs @@ -30,6 +30,8 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHTool)); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -241,18 +243,33 @@ this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.AllowUserToResizeRows = false; - this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells; - this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; + this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; + this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders; this.dataGridView1.BackgroundColor = System.Drawing.Color.AliceBlue; this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue; + dataGridViewCellStyle1.Font = new System.Drawing.Font("Yu Gothic UI Semibold", 9.75F, System.Drawing.FontStyle.Bold); + dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1}); + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle2.Font = new System.Drawing.Font("Yu Gothic UI Semibold", 9.75F, System.Drawing.FontStyle.Bold); + dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black; + dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView1.GridColor = System.Drawing.Color.SkyBlue; this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; - this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 27; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); @@ -407,6 +424,7 @@ // keyAEdit // resources.ApplyResources(this.keyAEdit, "keyAEdit"); + this.keyAEdit.BackColor = System.Drawing.Color.White; this.keyAEdit.Name = "keyAEdit"; this.keyAEdit.TextChanged += new System.EventHandler(this.keyAEdit_TextChanged); this.keyAEdit.Validating += new System.ComponentModel.CancelEventHandler(this.keyAEdit_Validating); @@ -419,6 +437,7 @@ // keyBEdit // resources.ApplyResources(this.keyBEdit, "keyBEdit"); + this.keyBEdit.BackColor = System.Drawing.Color.White; this.keyBEdit.Name = "keyBEdit"; this.keyBEdit.Validating += new System.ComponentModel.CancelEventHandler(this.keyAEdit_Validating); // @@ -463,6 +482,7 @@ // block0Edit // resources.ApplyResources(this.block0Edit, "block0Edit"); + this.block0Edit.BackColor = System.Drawing.Color.White; this.block0Edit.Name = "block0Edit"; this.block0Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating); // @@ -474,6 +494,7 @@ // block1Edit // resources.ApplyResources(this.block1Edit, "block1Edit"); + this.block1Edit.BackColor = System.Drawing.Color.White; this.block1Edit.Name = "block1Edit"; this.block1Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating); // @@ -485,6 +506,7 @@ // block2Edit // resources.ApplyResources(this.block2Edit, "block2Edit"); + this.block2Edit.BackColor = System.Drawing.Color.White; this.block2Edit.Name = "block2Edit"; this.block2Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating); // diff --git a/MifareOneTool/FormHTool.cs b/MifareOneTool/FormHTool.cs index 42b0aba..0c08e1a 100644 --- a/MifareOneTool/FormHTool.cs +++ b/MifareOneTool/FormHTool.cs @@ -185,7 +185,7 @@ namespace MifareOneTool { MessageBox.Show(ex.Message, Resources.写入出错, MessageBoxButtons.OK, MessageBoxIcon.Error); } - logAppend(Resources.已保存到 + filename + "。"); + logAppend(Resources.已保存到 + filename + Resources.res); } private void block0Edit_Validating(object sender, CancelEventArgs e) @@ -288,7 +288,7 @@ namespace MifareOneTool string msg = Resources.该文件存在以下错误; for (int i = 0; i < 16; i++) { - msg += Resources.扇区 + i.ToString() + ":\n"; + msg += Resources.扇区 + i.ToString() + Resources.res4; if ((res[i] & 0x01) == 0x01) { msg += Resources.该扇区UID校验值错误_请点击打开扇区0来自动更正; @@ -356,7 +356,7 @@ namespace MifareOneTool string msg = Resources.该文件存在以下错误; for (int i = 0; i < 16; i++) { - msg += Resources.扇区 + i.ToString() + ":\n"; + msg += Resources.扇区 + i.ToString() + Resources.res4; if ((res[i] & 0x01) == 0x01) { currentS50.Sectors[i].Block[0][4] @@ -439,7 +439,7 @@ namespace MifareOneTool return; } File.WriteAllLines(filename, this.currentS50.KeyListStr().ToArray()); - logAppend(Resources.已导出密钥字典文件 + filename + "。"); + logAppend(Resources.已导出密钥字典文件 + filename + Resources.res); } private void 导入MCT格式ToolStripMenuItem_Click(object sender, EventArgs e) diff --git a/MifareOneTool/FormHTool.resx b/MifareOneTool/FormHTool.resx index ea62bd2..d608226 100644 --- a/MifareOneTool/FormHTool.resx +++ b/MifareOneTool/FormHTool.resx @@ -117,264 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 修改扇区(Enter) - - - 扇区 - - - KeyAB читать, писать, увеличивать и уменьшать - Previous text: KeyAB读写及增减值 - - - [только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность - Previous text: [只读]KeyAB读及减值/不可写及增值 - - - [только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения - Previous text: [只读]KeyAB读/不可写及增减值 - - - KeyB чтение / запись / не сложение и вычитание - Previous text: KeyB读写/不可增减值 - - - KeyAB чтение / KeyB запись / без увеличения или уменьшения - Previous text: KeyAB读/KeyB写/不可增减值 - - - [Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения - Previous text: [只读]KeyB读/不可写及增减值 - - - KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость - Previous text: KeyAB读及减值/KeyB写及增值 - - - [только для чтения] заблокировать сектор - Previous text: [只读]锁死该扇区 - - - KeyAB читать, писать, увеличивать и уменьшать - Previous text: KeyAB读写及增减值 - - - [только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность - Previous text: [只读]KeyAB读及减值/不可写及增值 - - - [только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения - Previous text: [只读]KeyAB读/不可写及增减值 - - - KeyB чтение / запись / не сложение и вычитание - Previous text: KeyB读写/不可增减值 - - - KeyAB чтение / KeyB запись / без увеличения или уменьшения - Previous text: KeyAB读/KeyB写/不可增减值 - - - [Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения - Previous text: [只读]KeyB读/不可写及增减值 - - - KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость - Previous text: KeyAB读及减值/KeyB写及增值 - - - [только для чтения] заблокировать сектор - Previous text: [只读]锁死该扇区 - - - KeyAB читать, писать, увеличивать и уменьшать - Previous text: KeyAB读写及增减值 - - - [только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность - Previous text: [只读]KeyAB读及减值/不可写及增值 - - - [только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения - Previous text: [只读]KeyAB读/不可写及增减值 - - - KeyB чтение / запись / не сложение и вычитание - Previous text: KeyB读写/不可增减值 - - - KeyAB чтение / KeyB запись / без увеличения или уменьшения - Previous text: KeyAB读/KeyB写/不可增减值 - - - [Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения - Previous text: [只读]KeyB读/不可写及增减值 - - - KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость - Previous text: KeyAB读及减值/KeyB写及增值 - - - [только для чтения] заблокировать сектор - Previous text: [只读]锁死该扇区 - - - [Необратимый] KeyA: запись / AC: только чтение / KeyB: чтение и запись - Previous text: [不可逆]KeyA:A写/AC:A只读/KeyB:A读写 - - - KeyA: запись / AC: чтение / запись / KeyB: чтение и запись - Previous text: KeyA:A写/AC:A读写/KeyB:A读写 - - - [Необратимый] KeyA: невозможно чтение / запись / AC: только для чтения / KeyB: чтение - Previous text: [不可逆]KeyA:不能读写/AC:A只读/KeyB:A读 - - - KeyA: B запись / AC: A только для чтения B чтение / запись / KeyB: B запись - Previous text: KeyA:B写/AC:A只读B读写/KeyB:B写 - - - [необратимый] KeyA: запись B / AC: только чтение AB / KeyB: запись B - Previous text: [不可逆]KeyA:B写/AC:AB只读/KeyB:B写 - - - KeyA: невозможно чтение / запись / AC: A только для чтения B чтение / запись / KeyB: невозможно чтение или запись - Previous text: KeyA:不能读写/AC:A只读B读写/KeyB:不能读写 - - - [Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись - Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写 - - - [Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись (повторяется?) - Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?) - - - S50HTool-beta - - - 扇区列表 - - - 扇区信息 - - - 输出 - - - 第0块 - - - 第1块 - - - 第2块 - - - KeyA - - - KeyB - - - 0块权限 - - - 1块权限 - - - 2块权限 - - - Key/ACbits权限 - - - 当前选定扇区:?? - - - menuStrip1 - - - Добро пожаловать в интегрированный редактор дампа! - Previous text: 欢迎使用M1T的集成编辑器S50HTool! - - - Чтобы открыть файл, пожалуйста, нажмите на Файл в верхнем левом углу - Открыть или Ctrl + O - Previous text: 打开文件请点左上角文件-打开或Ctrl+O - - - Вы можете обновить данные вашей карты. - - - 欢迎使用M1T的集成编辑器S50HTool! -打开文件请点左上角文件-打开或Ctrl+O - - Previous text: 欢迎使用M1T的集成编辑器S50HTool! -打开文件请点左上角文件-打开或Ctrl+O - - - - 保存 - - - 修改UID - - - 列出全卡密钥 - - - 另存为 - - - 导入MCT格式 - - - 导出为MCT格式 - - - 导出密钥字典 - - - 工具 - - - 打开 - - - 文件 - - - 新建 - - - 检查全卡 - - - 检查并纠正全卡 - - - 退出 - - - ru - - - 155, 17 - - - True - - - 50 - - - 17, 17 - - - True - 7 @@ -402,11 +144,20 @@ Alt+X + + 1块权限 + 2 - - flowLayoutPanel2 + + [Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись (повторяется?) + + + [Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения + + + [только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения 0 @@ -417,9 +168,6 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 - 2, 2, 2, 2 @@ -435,12 +183,18 @@ 2, 20 + + 2, 0, 2, 0 + 1 2, 2, 2, 2 + + 2 + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -453,12 +207,12 @@ 打开ToolStripMenuItem - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 216, 46 + + [Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения + block1Edit @@ -471,8 +225,8 @@ 0 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 检查并纠正全卡 True @@ -480,21 +234,27 @@ 20 - - 2, 2, 2, 2 + + 列出全卡密钥 + + + 修改扇区(Enter) 1 - - 2, 0 + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel2" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + [только для чтения] заблокировать сектор 2, 2, 2, 2 + + KeyAB чтение / KeyB запись / без увеличения или уменьшения + tableLayoutPanel2 @@ -507,6 +267,15 @@ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label5 + + + 199, 22 + + + Добро пожаловать в интегрированный редактор дампа! + 188, 420 @@ -516,8 +285,11 @@ 2, 84 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14 + + + True Flat @@ -534,6 +306,12 @@ Yu Gothic UI Semibold, 9.75pt, style=Bold + + KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость + + + [только для чтения] заблокировать сектор + $this @@ -546,6 +324,12 @@ 2, 0 + + 48, 15 + + + 扇区 + 224, 420 @@ -564,8 +348,8 @@ 3 - - NoControl + + S50HTool-beta Vertical @@ -576,6 +360,12 @@ Yu Gothic UI, 9.75pt, style=Bold + + KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость + + + 4, 2, 0, 2 + Fill @@ -591,9 +381,18 @@ 2, 2, 2, 2 + + Вы можете обновить данные вашей карты. + + + flowLayoutPanel3 + NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Ctrl+O @@ -663,11 +462,14 @@ 181, 22 - - 33, 15 + + buttonSaveSectorEdit - - 628, 24 + + 6, 13 + + + 15 groupBox3 @@ -687,9 +489,6 @@ 2 - - block0Edit - 20 @@ -723,15 +522,15 @@ 1 - - 2, 2, 2, 2 - 0, 0 0 + + 保存 + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -750,6 +549,9 @@ 2, 2, 2, 2 + + 当前选定扇区:?? + True @@ -777,15 +579,15 @@ 181, 22 + + 2, 0, 2, 0 + 2, 143 groupBox1 - - 2, 0, 2, 0 - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -798,9 +600,15 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + KeyA + True + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + keyAEdit @@ -831,9 +639,15 @@ Flat + + 43, 20 + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox3" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> + + menuStrip1 + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -846,9 +660,6 @@ label8 - - 2, 42 - 0 @@ -861,9 +672,6 @@ label9 - - 2, 17 - Fill @@ -876,6 +684,9 @@ flowLayoutPanel3 + + NoControl + 2, 2, 2, 2 @@ -885,8 +696,8 @@ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label1 + + flowLayoutPanel2 Fill @@ -894,8 +705,11 @@ 13 - - label7 + + 211, 23 + + + True 3 @@ -906,9 +720,6 @@ 0 - - 新建ToolStripMenuItem - tableLayoutPanel2 @@ -918,18 +729,24 @@ 2, 2, 2, 2 + + 第0块 + Fill richTextBox1 - - 48, 15 + + GrowAndShrink Fill + + 修改UIDToolStripMenuItem + True @@ -942,15 +759,12 @@ flowLayoutPanel1 - - 4 + + menuStrip1 True - - labelCurSec - 20 @@ -960,14 +774,14 @@ dataGridView1 - - 184, 398 + + KeyB NoControl - - 89, 15 + + 19 NoControl @@ -975,6 +789,15 @@ GrowAndShrink + + 2, 2, 2, 2 + + + 退出 + + + KeyAB чтение / KeyB запись / без увеличения или уменьшения + 36, 15 @@ -990,6 +813,9 @@ 211, 23 + + tableLayoutPanel2 + label2 @@ -1002,30 +828,30 @@ 178, 6 - - GrowAndShrink - 48, 15 - - Flat + + 2, 2, 2, 2 + + + flowLayoutPanel1 2, 0, 2, 0 - - 文件ToolStripMenuItem + + 导出密钥字典 211, 23 - - 2, 2, 2, 2 - 2, 228 + + 第1块 + Fill @@ -1038,6 +864,9 @@ flowLayoutPanel3 + + 检查全卡 + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1068,6 +897,9 @@ 216, 126 + + 2块权限 + flowLayoutPanel2 @@ -1077,11 +909,13 @@ tableLayoutPanel1 - - 211, 23 + + KeyAB читать, писать, увеличивать и уменьшать - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel2" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + 欢迎使用M1T的集成编辑器S50HTool! +打开文件请点左上角文件-打开或Ctrl+O + 16 @@ -1089,26 +923,32 @@ tableLayoutPanel1 - - 12 + + 打开 + + + NoControl GrowAndShrink - - 2, 0 + + label1 tableLayoutPanel1 - - 14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 194, 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flowLayoutPanel2 + + 33, 15 + + + True 2, 0, 2, 0 @@ -1122,17 +962,17 @@ True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - GrowAndShrink 2, 0 - - 15 + + 2, 17 + + + 628, 24 True @@ -1149,8 +989,8 @@ 导出为MCT格式ToolStripMenuItem - - 2, 2 + + TopDown $this @@ -1161,8 +1001,8 @@ 628, 392 - - 110, 17 + + 89, 15 NoControl @@ -1179,11 +1019,14 @@ 199, 22 + + flowLayoutPanel2 + 3 - - 2, 2, 2, 2 + + Yu Gothic UI Semibold, 9pt, style=Bold FormHTool @@ -1191,8 +1034,8 @@ Ctrl+N - - TopDown + + 2, 2, 2, 2 flowLayoutPanel2 @@ -1200,8 +1043,14 @@ Fill - - buttonSaveSectorEdit + + 2, 2, 2, 2 + + + 扇区列表 + + + [Необратимый] KeyA: запись / AC: только чтение / KeyB: чтение и запись groupBox2 @@ -1209,8 +1058,11 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 199, 22 + + 2 + + + Flat 11 @@ -1221,8 +1073,11 @@ flowLayoutPanel3 - - True + + 另存为 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1233,14 +1088,17 @@ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + labelCurSec - + + 扇区信息 + + 2, 0, 2, 0 - - True + + [только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность True @@ -1257,8 +1115,11 @@ 196, 6 - - tableLayoutPanel2 + + 2, 2, 2, 2 + + + label3 104, 23 @@ -1266,35 +1127,47 @@ 2 + + True + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2, 0, 2, 0 + + 110, 17 + comboBox2 - - 2, 17 + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 43, 20 + + 新建ToolStripMenuItem - - 2, 0, 2, 0 + + Fill - - True + + KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость 199, 22 + + KeyAB читать, писать, увеличивать и уменьшать + NoControl - - True + + 0块权限 + + + label7 220, 398 @@ -1308,21 +1181,21 @@ 2 - - 2, 2, 2, 2 + + 输出 Fill + + 2, 2, 2, 2 + 211, 23 2, 2, 2, 2 - - 2, 2, 2, 2 - tableLayoutPanel3 @@ -1335,26 +1208,38 @@ comboBox4 + + KeyB чтение / запись / не сложение и вычитание + 1 + + KeyAB читать, писать, увеличивать и уменьшать + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + NoControl + + 3 + 0 GrowAndShrink - - 5 + + 4 - - menuStrip1 + + 第2块 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 True @@ -1371,11 +1256,14 @@ 6 - - 修改UIDToolStripMenuItem + + 2, 0, 2, 0 - - 104, 23 + + 194, 2 + + + 导出为MCT格式 True @@ -1383,6 +1271,9 @@ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + [только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1392,14 +1283,17 @@ 1 - - flowLayoutPanel1 + + 2 2, 17 - - 6, 13 + + KeyA: запись / AC: чтение / запись / KeyB: чтение и запись + + + [Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1410,6 +1304,9 @@ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 104, 23 + 2, 2, 2, 2 @@ -1419,14 +1316,17 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + [Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения Ctrl+N - - 2, 0, 2, 0 + + block0Edit + + + 导入MCT格式 flowLayoutPanel2 @@ -1446,11 +1346,14 @@ 2, 2, 2, 2 + + [только для чтения] заблокировать сектор + 199, 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 文件ToolStripMenuItem Ctrl+M @@ -1461,26 +1364,41 @@ 2, 52 - - 2, 2, 2, 2 + + 184, 398 flowLayoutPanel1 + + KeyAB чтение / KeyB запись / без увеличения или уменьшения + 导出密钥字典ToolStripMenuItem + + Key/ACbits权限 + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 文件 + + + KeyA: B запись / AC: A только для чтения B чтение / запись / KeyB: B запись + 2, 101 + + [только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label5 + + 5 2, 2, 2, 2 @@ -1488,14 +1406,17 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 新建 + groupBox2 System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flowLayoutPanel3 + + 2, 2, 2, 2 2, 2, 2, 2 @@ -1512,17 +1433,20 @@ System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Yu Gothic UI Semibold, 9pt, style=Bold + + [Необратимый] KeyA: невозможно чтение / запись / AC: только для чтения / KeyB: чтение - - label3 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 flowLayoutPanel3 - - 3 + + 2, 2 + + + [только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность 3 @@ -1530,8 +1454,8 @@ TopDown - - NoControl + + 2, 0 0 @@ -1542,12 +1466,15 @@ System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 - - + 2, 2, 2, 2 + + 2, 17 + + + 工具 + Yu Gothic UI, 9.75pt @@ -1557,11 +1484,14 @@ 5 - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + KeyA: невозможно чтение / запись / AC: A только для чтения B чтение / запись / KeyB: невозможно чтение или запись - - 19 + + Чтобы открыть файл, пожалуйста, нажмите на Файл в верхнем левом углу - Открыть или Ctrl + O + + + KeyB чтение / запись / не сложение и вычитание 2, 20 @@ -1581,12 +1511,15 @@ 102, 27 - - 4, 2, 0, 2 + + 2, 42 2 + + 2, 0 + 2, 2, 2, 2 @@ -1611,11 +1544,23 @@ label6 + + 修改UID + + + [необратимый] KeyA: запись B / AC: только чтение AB / KeyB: запись B + 2, 84 - - 2 + + [только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения + + + 12 + + + KeyB чтение / запись / не сложение и вычитание Ctrl+L @@ -1623,4 +1568,22 @@ 2, 182 + + ru + + + 155, 17 + + + True + + + 25 + + + 17, 17 + + + True + \ No newline at end of file diff --git a/MifareOneTool/FormHTool.ru.resx b/MifareOneTool/FormHTool.ru.resx index 2ceaf83..86e016f 100644 --- a/MifareOneTool/FormHTool.ru.resx +++ b/MifareOneTool/FormHTool.ru.resx @@ -121,7 +121,7 @@ Изменить сектор (Enter) - Cектор + Cектор KeyAB читать, писать, увеличивать и уменьшать @@ -406,50 +406,297 @@ 95, 20 + + 670, 24 + + + 1, 19 + + + + 1, 1, 1, 1 + + + 186, 560 + + + 1, 1 + + + 1, 1, 1, 1 + + + 1, 1, 1, 1 + + + 188, 580 + + + 1, 0 + + + 1, 0, 1, 0 + 147, 15 + + 1, 16 + + + 1, 1, 1, 1 + + + 260, 23 + + + 1, 40 + + + 1, 0, 1, 0 + 145, 15 + + 1, 56 + + + 1, 1, 1, 1 + + + 260, 23 + + + 1, 80 + + + 1, 0, 1, 0 + 147, 15 + + 1, 96 + + + 1, 1, 1, 1 + + + 260, 23 + + + 1, 120 + + + 1, 0, 1, 0 + 154, 15 + + 1, 136 + + + 1, 1, 1, 1 + + + 260, 23 + + + 1, 211 + + + 1, 1, 1, 1 + + + 274, 348 + + + 1, 0 + + + 1, 0, 1, 0 + 49, 15 + + 1, 16 + + + 1, 1, 1, 1 + + + 135, 23 + + + 138, 0 + + + 1, 0, 1, 0 + 48, 15 + + 138, 16 + + + 1, 1, 1, 1 + + + 135, 23 + + + 1, 169 + + + 1, 1, 1, 1 + + + 274, 40 + + + 1, 0 + + + 1, 0, 1, 0 + 176, 15 + + 1, 16 + + + 1, 1, 1, 1 + 152, 27 + + 1, 1 + + + 1, 1, 1, 1 + + + 274, 44 + + + 1, 0 + + + 1, 0, 1, 0 + 44, 15 + + 1, 16 + + + 1, 1, 1, 1 + + + 1, 40 + + + 1, 0, 1, 0 + 42, 15 + + 1, 56 + + + 1, 1, 1, 1 + + + 1, 80 + + + 1, 0, 1, 0 + 44, 15 + + 1, 96 + + + 1, 1, 1, 1 + + + 1, 47 + + + 1, 1, 1, 1 + + + 274, 120 + + + 1, 19 + + + 1, 1, 1, 1 + + + 276, 560 + + + 191, 1 + + + 1, 1, 1, 1 + + + 1, 1, 1, 1 + + + 278, 580 + Yu Gothic UI, 9.75pt + + 0, 20 + + + 1, 1, 1, 1 + - 186, 372 + 194, 386 + + + 471, 1 + + + 1, 1, 1, 1 + + + 1, 1, 1, 1 + + + 196, 580 + + + 1, 1, 1, 1 + + + 668, 582 + + + + False - 628, 432 + 670, 432 - - - NoControl + + 1, 1, 1, 1 \ No newline at end of file diff --git a/MifareOneTool/FormHardNes.Designer.cs b/MifareOneTool/FormHardNes.Designer.cs index 4af0884..ad3b353 100644 --- a/MifareOneTool/FormHardNes.Designer.cs +++ b/MifareOneTool/FormHardNes.Designer.cs @@ -49,10 +49,10 @@ this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.sector2 = new System.Windows.Forms.TextBox(); - this.checkBoxColOnly = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); + this.label7 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox2.SuspendLayout(); @@ -199,7 +199,7 @@ resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); this.tableLayoutPanel4.BackColor = System.Drawing.Color.White; this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel2, 1, 0); - this.tableLayoutPanel4.Controls.Add(this.checkBoxColOnly, 0, 0); + this.tableLayoutPanel4.Controls.Add(this.label7, 0, 0); this.tableLayoutPanel4.ForeColor = System.Drawing.Color.DodgerBlue; this.tableLayoutPanel4.Name = "tableLayoutPanel4"; // @@ -218,13 +218,6 @@ resources.ApplyResources(this.sector2, "sector2"); this.sector2.Name = "sector2"; // - // checkBoxColOnly - // - resources.ApplyResources(this.checkBoxColOnly, "checkBoxColOnly"); - this.checkBoxColOnly.ForeColor = System.Drawing.Color.MediumBlue; - this.checkBoxColOnly.Name = "checkBoxColOnly"; - this.checkBoxColOnly.UseVisualStyleBackColor = true; - // // tableLayoutPanel3 // resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); @@ -247,6 +240,11 @@ this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; // + // label7 + // + resources.ApplyResources(this.label7, "label7"); + this.label7.Name = "label7"; + // // FormHardNes // this.AcceptButton = this.button1; @@ -299,12 +297,12 @@ private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox sector2; private System.Windows.Forms.TextBox sector1; - private System.Windows.Forms.CheckBox checkBoxColOnly; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private System.Windows.Forms.Label label7; } } \ No newline at end of file diff --git a/MifareOneTool/FormHardNes.cs b/MifareOneTool/FormHardNes.cs index 2702b1d..e81f717 100644 --- a/MifareOneTool/FormHardNes.cs +++ b/MifareOneTool/FormHardNes.cs @@ -52,11 +52,6 @@ namespace MifareOneTool return a; } - public bool collectOnly() - { - return checkBoxColOnly.Checked; - } - private void button2_Click(object sender, EventArgs e) { this.DialogResult = DialogResult.Cancel; diff --git a/MifareOneTool/FormHardNes.resx b/MifareOneTool/FormHardNes.resx index d26ca52..5259b03 100644 --- a/MifareOneTool/FormHardNes.resx +++ b/MifareOneTool/FormHardNes.resx @@ -222,6 +222,9 @@ True + + Fill + Yu Gothic UI Semibold, 9pt, style=Bold @@ -232,7 +235,7 @@ 2, 3, 2, 3 - 51, 19 + 119, 23 15 @@ -294,6 +297,9 @@ True + + Fill + Yu Gothic UI Semibold, 9pt, style=Bold @@ -304,7 +310,7 @@ 2, 3, 2, 3 - 52, 19 + 52, 23 14 @@ -358,7 +364,7 @@ True - Fill + Left Yu Gothic UI Semibold, 9pt, style=Bold @@ -370,7 +376,7 @@ 2, 0, 2, 0 - 52, 15 + 31, 15 13 @@ -478,7 +484,7 @@ 2 - 337, 44 + 341, 44 17 @@ -514,7 +520,7 @@ 2, 3, 2, 3 - 341, 68 + 345, 68 2 @@ -723,6 +729,57 @@ GrowAndShrink + + tableLayoutPanel4 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Yu Gothic UI Semibold, 9.75pt, style=Bold + + + 2, 77 + + + 2, 3, 2, 3 + + + 2, 3, 2, 3 + + + 345, 74 + + + 16 + + + 目标扇区解密设置 + + + groupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 2 + True @@ -732,6 +789,69 @@ 2 + + tableLayoutPanel2 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="radioKey2B" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="radioKey2A" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label6" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label5" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="sector2" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 1 + + + Fill + + + Yu Gothic UI, 9pt + + + 2, 21 + + + 2, 3, 2, 3 + + + 1 + + + 341, 50 + + + 18 + + + tableLayoutPanel4 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> + True @@ -741,6 +861,51 @@ 4 + + sector2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 4 + + + Fill + + + 175, 3 + + + 2, 3, 2, 3 + + + 2 + + + 164, 44 + + + 17 + + + tableLayoutPanel2 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="radioKey2B" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="radioKey2A" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label6" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label5" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="sector2" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + Fill @@ -768,147 +933,6 @@ 4 - - Fill - - - 102, 3 - - - 2, 3, 2, 3 - - - 2 - - - 233, 44 - - - 17 - - - tableLayoutPanel2 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel4 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="radioKey2B" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="radioKey2A" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label6" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label5" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="sector2" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - Fill - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 3 - - - 2, 3, 2, 3 - - - 96, 44 - - - 17 - - - 只采集不计算 - - - checkBoxColOnly - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel4 - - - 1 - - - Fill - - - Yu Gothic UI, 9pt - - - 2, 21 - - - 2, 3, 2, 3 - - - 1 - - - 337, 50 - - - 18 - - - tableLayoutPanel4 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel2" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBoxColOnly" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,Absolute,48" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 2, 77 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 341, 74 - - - 16 - - - 目标扇区解密设置 - - - groupBox2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 2 - True @@ -924,30 +948,6 @@ GrowAndShrink - - True - - - 2 - - - Right - - - 155, 3 - - - 2, 3, 2, 3 - - - 1 - - - 108, 37 - - - 4 - tableLayoutPanel5 @@ -973,7 +973,7 @@ 2, 3, 2, 3 - 341, 64 + 345, 64 17 @@ -1023,6 +1023,80 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel1" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox2" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + True + + + 2 + + + Right + + + 155, 3 + + + 2, 3, 2, 3 + + + 1 + + + 108, 37 + + + 4 + + + tableLayoutPanel5 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 1 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="button2" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings> + + + True + + + Fill + + + Yu Gothic UI, 9pt, style=Bold + + + 3, 0 + + + 167, 50 + + + 18 + + + После того, как вы нажмете +кнопку "Начать", +ожидайте около 1 минуты. + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 1 + True @@ -1045,7 +1119,7 @@ 2, 3, 2, 3 - 初始化HardNested解密 + Bitsliced Crypto-1 brute-forcer FormHardNes diff --git a/MifareOneTool/FormHardNes.zh.resx b/MifareOneTool/FormHardNes.zh.resx index aee7a04..1a3e71c 100644 --- a/MifareOneTool/FormHardNes.zh.resx +++ b/MifareOneTool/FormHardNes.zh.resx @@ -127,7 +127,8 @@ 只采集不计算 - 初始化HardNested解密 + Bitsliced Crypto-1 brute-forcer + Previous text: 初始化HardNested解密 目标卡-已知信息 @@ -159,6 +160,11 @@ 扇区号 + + После того, как вы нажмете +кнопку "Начать", +ожидайте около 1 минуты. + KeyA diff --git a/MifareOneTool/FormMFF08.ru.resx b/MifareOneTool/FormMFF08.ru.resx index 5041e6e..f8914fa 100644 --- a/MifareOneTool/FormMFF08.ru.resx +++ b/MifareOneTool/FormMFF08.ru.resx @@ -172,5 +172,11 @@ CUID карта -------------------------------------------------- ---------------------- + Previous text: 每个人使用CUID卡的时候,总会因不了解或是不经意犯下一些小错误。 +比如使用编辑器修改UID却没有改BCC,SAK=28的卡片解密后的文件直接写入,又或是从S70卡片导入数据写入1K卡却没有更正ATQA。 +MFF08工具给了你一次修复这些损坏卡片的机会。 +------------------------------------------------------------------------ + + \ No newline at end of file diff --git a/MifareOneTool/MifareOneTool.csproj b/MifareOneTool/MifareOneTool.csproj index a267bcd..1d5a9d6 100644 --- a/MifareOneTool/MifareOneTool.csproj +++ b/MifareOneTool/MifareOneTool.csproj @@ -54,13 +54,22 @@ true - ..\..\Сборки\ + ..\..\Сборки\Beta\ DEBUG;TRACE full x86 prompt MinimumRecommendedRules.ruleset + + ..\..\Сборки\MifareOneTool\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + @@ -151,6 +160,7 @@ FormMFF08.cs + Designer FormMFF08.cs @@ -170,6 +180,7 @@ Resources.resx + Designer Resources.resx diff --git a/MifareOneTool/MifareOneTool_ml.xml b/MifareOneTool/MifareOneTool_ml.xml index 977d765..1116f46 100644 --- a/MifareOneTool/MifareOneTool_ml.xml +++ b/MifareOneTool/MifareOneTool_ml.xml @@ -257,9 +257,6 @@ 85 - Previous text: 多实例运行模式 -会禁用多开检测 -请自行指定设备 86 @@ -344,6 +341,7 @@ 113 + Previous text: 初始化HardNested解密 114 @@ -1127,6 +1125,75 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 363 Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?) + + 364 + Previous text: Китайский + + + 365 + Previous text: Русский + + + 366 + Previous text: Привет! + + + 367 + + + 368 + + + 369 + + + 370 + + + 371 + + + 372 + + + 373 + + + 374 + + + 375 + + + 376 + + + 377 + + + 378 + + + 379 + + + 380 + + + 381 + + + 382 + + + 383 + + + 384 + + + 385 + 30724 Китайский @@ -1840,7 +1907,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 113 30724 - 初始化HardNested解密 + Bitsliced Crypto-1 brute-forcer 1 @@ -2725,7 +2792,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 157 25 - Cектор + Cектор 2 @@ -2913,8 +2980,8 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 282 30724 - MifareOne Tool - 已取消 - 1 + MifareOne Tool - отменено + 2 283 @@ -3244,20 +3311,20 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 199 25 -  Пустой сектор - 5 +  - пустой сектор + 2 200 25 -  Есть данные - 5 +   - есть данные + 2 201 25 -  Есть ошибка - 5 +  - есть ошибка + 2 202 @@ -3268,7 +3335,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 209 25 - MifareOne Tool - Запуск + MifareOne Tool - выполнение операции 2 @@ -3280,8 +3347,8 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 207 25 - Когда задача выполняется, она не может быть выполнена. - 5 + Операция не может быть выполнена, так как сейчас выполняется другая операция. + 2 208 @@ -3298,13 +3365,13 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 211 25 - MifareOne Tool - Операция завершена + MifareOne Tool - операция завершена 2 212 25 - ## Был сохранен автоматически - + ## Файл был сохранен автоматически - 2 @@ -3322,19 +3389,19 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 215 25 - DUMP файл | * .dump | MFD файл | * .mfd + DUMP файл | *.dump | MFD файл | *.mfd 5 216 25 - ## Сохранено- + ## Сохранено - 2 217 25 - ## Несохраненный ## + ## Не сохранено ## 2 @@ -3370,19 +3437,19 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 223 25 - Пожалуйста, проверьте правильность подключения/драйвер правильно установлен/питание устройства включено (для моделей с выключателем питания). + Пожалуйста, проверьте правильность подключения/правильно ли установлен драйвер/питание устройства включено (для моделей с выключателем питания). 2 224 25 - Запуск испытательного оборудования... + Поиск считвателя... 2 225 25 - ## Операция завершена ## + ##Операция завершена## 2 @@ -3394,7 +3461,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 228 25 - Начать сканирование карт... + Сканирование карт... 2 @@ -3406,13 +3473,13 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 230 25 - Найдено! K = - 5 + Файл ключа - + 2 233 25 - Начать чтение карты... + Чтение карты... 2 @@ -3424,19 +3491,19 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 235 25 - MFD файл | * .mfd | DUMP файл | * .dump - 5 + Файл MFD|*.mfd|Файл DUMP|*.dump + 2 236 25 - Выберите файл MFD, содержащий ключ целевой карты (обычно это файл MFD карты, которая была взломана) + Выберите файл MFD, содержащий ключ карты (обычно это файл MFD карты, которая была взломана) 2 20 25 - Выбрать key.mfd + Выбрать файл ключей 2 @@ -3448,7 +3515,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 238 25 - MFD файл | * .mfd; *. Dump + MFD файл | *.mfd; *. Dump 5 @@ -3460,19 +3527,19 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 240 25 - Существует ошибка в файле, который будет записан. Откройте вид с помощью инструмента Hex в расширенном режиме. + Существует ошибка в файле, который будет записан. Откройте его с помощью редактора дампа в расширенном режиме. 2 243 25 - Начните запись на карту M1... + Запись на карту... 2 251 25 - Начать чтение карты UID... + Чтение UID... 2 @@ -3490,19 +3557,19 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 24 25 - Читать UID + Считать UID в дамп 2 25 25 - Прочитать UID карты + UID карты будет записан в файл дампа 2 22 25 - Запись UID + Записать UID из дампа 2 @@ -3598,7 +3665,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 71 25 - Чтение UID + Считать UID в дамп 2 @@ -3647,7 +3714,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 44 25 - Блокировка Ufuid + Блокировка UFUID 2 @@ -3709,7 +3776,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 30 25 - Полный UID + Стереть UID 2 @@ -3721,7 +3788,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 28 25 - Номер записи UID + Изменить UID 2 @@ -3745,7 +3812,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 97 25 - CUID запись патча пустой карты + CUID записывает пустой патч карты 2 @@ -3788,7 +3855,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 78 25 - Взломать + Инструменты для взлома 2 @@ -3836,7 +3903,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 96 25 - Операция с картой + Операции с картой 2 @@ -3860,7 +3927,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 81 25 - Карточка читается + Карта читается как и обычная карта 2 @@ -3975,8 +4042,8 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 23 25 - Напишите UID-карту. - 5 + UID будет записан из файла дампа карты, сделанного ранее + 2 94 @@ -3999,8 +4066,9 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 45 25 - Заблокированная карта UFUID 0 блокирует данные (тестирование) - 5 + Блокировка 0-го блока данных UFUID карты (тестируется) + + 2 53 @@ -4017,8 +4085,8 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 26 25 - Чтение MFOC - 5 + MFOC + 2 14 @@ -4047,21 +4115,20 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 31 25 - Очистите карту и повторно инициализируйте ее. -Его можно использовать для оказания первой помощи в ситуациях, когда повреждение ACbit / KEY полностью изменено. - 5 + Очистите карту и повторно инициализируйте ее. Это можно использовать для оказания первой помощи в ситуациях, когда поврежден ACbit/ключи полностью изменены. + 2 33 25 - Сброс блока UID карты 0, UID случайный, а номер производителя - Fudan. - 5 + Сброс 0-го блока карты, номер UID - случайный, а данные производителя - Fudan. + 2 29 25 - Запишите номер верхней карты на карту UID, и производитель установит его на Fudan. - 5 + На карту записывается номер Sticky Card, производитель будет установлен на Fudan. + 2 110 @@ -4118,7 +4185,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 113 25 Расшифровка HardNested - 2 + 7 114 @@ -4594,14 +4661,14 @@ CUID карта 203 25 - Размер загруженного файла карты S50 ненормальный. - 5 + Размер загруженного файла карты S50 не поддерживается. + 2 205 25 - Файл не содержит 64 блоков данных и может быть неполным или несовместимым. - 5 + Файл не содержит 64 блока данных и может быть неполным или несовместимым. + 2 206 @@ -4612,63 +4679,63 @@ CUID карта 231 25 - Использование Smart KeyABN ... - 5 + Использование файла ключей... + 2 232 25 - Использовать KeyA (да) или KeyB (нет) или нет (для новых белых карточек) (отменить)? - 5 + Использовать Ключ A (да) или Ключ B (нет) или нет (отменить) для новых белых карточек? + 2 242 25 - Keya / B / N - 5 + Ключ A/B для новых карт + 2 244 25 - Пожалуйста, введите известный ключ, разделенный запятой. - 5 + Пожалуйста, введите известные ключи, разделяя их запятой. + 2 245 25 - Пожалуйста, введите известный ключ - 5 + Пожалуйста, введите известные ключи + 2 246 25 - Начните выполнять расшифровку MFOC ... - 5 + Выполняется расшифровка MFOC ... + 2 247 25 - Начните выполнять сброс номера карты UID ... - 5 + Сброс номера UID ... + 2 248 25 - Это удалит все данные в UID-карте! ! ! -Не может быть восстановлено после опустошения! Пожалуйста, подтвердите, если вы хотите продолжить? - 5 + Это удалит все данные в UID карты! +Восстановление после форматирования невозможно! Пожалуйста, подтвердите, если вы хотите продолжить? + 2 249 25 - Предупреждение об опасной работе - 5 + Предупреждение об опасной операции + 2 250 25 - Начните выполнять UID карты в полноэкранном режиме ... - 5 + Форматирование UID... + 2 252 @@ -4685,8 +4752,8 @@ CUID карта 254 25 - информация - 5 + Информация + 2 255 @@ -4716,20 +4783,20 @@ CUID карта 259 25 - Начните выполнять полное шифрование карты взрыва ... - 5 + Начало выполнения полной расшифровки карты ... + 2 260 25 - CUID патч для записи пустой карты включен - 5 + Включить патч для записи на пустую карту CUID + 2 261 25 - Начать выполнение записи CUID / FUID карты ... - 5 + Запись CUID/FUID карты ... + 2 262 @@ -4746,15 +4813,15 @@ CUID карта 264 25 - Это заблокирует карту UFUID! ! ! -Невозможно восстановить после блокировки! Невозможно изменить 0 блоков снова! Пожалуйста, подтвердите, если вы хотите продолжить? - 5 + Это заблокирует карту UFUID! +Восстановление после блокировки будет невозможно! Изменить 0-ой блок будет невозможно! Пожалуйста, подтвердите, если вы хотите продолжить? + 2 265 25 - Начать выполнение блокировки карты UFUID ... - 5 + Блокировка карты UFUID ... + 2 266 @@ -4777,21 +4844,21 @@ CUID карта 269 25 - Начните выполнять отформатированную карту M1 ... - 5 + Форматирование карты... + 2 270 25 - Одновременное открытие опоры ACR122U может привести к снижению скорости работы. -Пожалуйста, подтвердите, если вы хотите продолжить? - 5 + Одновременное включение поддержки ACR122U может привести к снижению скорости работы. +Подтвердите, хотите ли вы продолжить? + 2 271 25 - Быстрое сообщение - 5 + Совет + 2 272 @@ -4802,14 +4869,14 @@ CUID карта 273 25 - Открытие ACR122U поддержки ... - 5 + Включена поддержка ACR122U... + 2 274 25 - Он открыт. - 5 + Открыт. + 2 275 @@ -4838,38 +4905,38 @@ CUID карта 279 25 - Начните выполнять проверку карты шифрованием ... - 5 + Определение зашифрованных секторов... + 2 280 25 - Файл ключевого словаря | * .dic - 5 + Файл словаря ключей|*.dic + 2 281 25 - Пожалуйста, выберите ключевой файл словаря, который вы хотите открыть. - 5 + Пожалуйста, выберите файл словаря ключей, который вы хотите открыть. + 2 282 25 - Инструмент MifareOne - Отменено - 5 + MifareOne - отменено + 2 283 25 - Начать выполнение словарного режима MFOC для расшифровки ... - 5 + Начало расшифровки MFOC в режиме словаря... + 2 284 25 - Запустите карточку улучшения расшифровки HardNested ... - 5 + Запуск расшифровки HardNested... + 2 285 @@ -4880,8 +4947,8 @@ CUID карта 286 25 - Начните выполнять HardNested для сбора данных ... - 5 + HardNested - сбор данных ... + 2 287 @@ -4892,39 +4959,39 @@ CUID карта 288 25 - Пожалуйста, выберите файл MFD, который вы хотите открыть (сравните A) - 5 + Пожалуйста, выберите файл MFD, который вы хотите открыть (сравнить A) + 2 289 25 - Пожалуйста, выберите файл MFD, который вы хотите открыть (сравните B) - 5 + Пожалуйста, выберите файл MFD, который вы хотите открыть (сравнит B) + 2 290 25 - Один или два файла AB недействительны. - 5 + Один или два файла A/B недействительны. + 2 291 25 - сектор - 5 + Сектор + 2 292 25 - найденный - 5 + Найдено + 2 293 25 -  Разные блоки + разных блоков - 5 + 2 294 @@ -4935,35 +5002,32 @@ CUID карта 295 25 - Показать сектор - 5 + Показать сектор + 2 296 25 - Текущий выбранный сектор: - 5 + Текущий выбранный сектор: + 2 297 25 - Значение проверки UID сектора неверно и было автоматически исправлено для вас. - - 5 + Ошибка проверки UID сектора была автоматически исправлена для вас. + 2 298 25 - Бит контроля доступа к сектору недействителен, запись повредит карту и будет сброшена. - - 5 + Бит управления доступом сектора является недопустимым, запись повредит карту и была отменена. + 2 299 25 - Бит контроля доступа к сектору поврежден, и запись повредит карту и будет сброшена. - - 5 + Бит управления доступом сектора является недопустимым, запись повредит карту и была отменена. + 2 300 @@ -4992,73 +5056,71 @@ CUID карта 304 25 - , - 5 + . + 2 305 25 - Данные текущего сектора все еще находятся в ошибке и не могут быть изменены. - 5 + Текущие данные сектора по-прежнему имеют ошибки и не могут быть изменены. + 2 306 25 - Обновленный сектор - 5 + Обновлен сектор + 2 307 25 - ## Ошибка в значении файла ### - 5 + ## Ошибказначения в файле ### + 2 308 25 С файлом все нормально. - 5 + 2 309 25 - Файл имеет следующую ошибку: + Файл имеет следующую ошибку: - 5 + 2 310 25 - Неверное значение проверки UID сектора. Нажмите, чтобы открыть сектор 0 для автоматического исправления. - - 5 + Ошибка проверки UID сектора, нажмите, чтобы открыть сектор 0 для автоматического исправления. + 2 311 25 - Недопустимый бит контроля доступа к сектору. Запись повредит карту. Пожалуйста, сбросьте ее. + Недопустимый бит контроля доступа к сектору. Запись повредит карту. Пожалуйста, отмените ее. - 5 + 2 312 25 - Бит контроля доступа к сектору поврежден, и запись повредит карту. Пожалуйста, сбросьте ее. + Бит контроля доступа к сектору поврежден, и запись повредит карту. Пожалуйста, отмените ее. - 5 + 2 313 25 - Сектор все хорошо. - - 5 + В этом секторе все в порядке. + 2 314 25 - Пожалуйста, введите номер карты UID для изменения, всего 8 шестнадцатеричных чисел, таких как E44A3BF1. - 5 + Пожалуйста, введите номер UID для изменения, всего 8 шестнадцатеричных чисел, например E44A3BF1. + 2 316 @@ -5069,14 +5131,14 @@ CUID карта 317 25 - , рассчитать BCC = - 5 + , рассчитан BCC = + 2 318 25 - Карта была сброшена и создана. - 5 + Сброшена и создана новая карта. + 2 319 @@ -5088,14 +5150,14 @@ CUID карта 320 25 - Пожалуйста, выберите файл MCT.txt, чтобы сохранить местоположение и имя файла. - 5 + Пожалуйста, выберите для MCT.txt расположение и имя файла + 2 321 25 - Txt файл | * .txt - 5 + Txt файл|*.txt + 2 322 @@ -5106,26 +5168,26 @@ CUID карта 323 25 - Пожалуйста, выберите файл словаря ключа, сохраните местоположение и имя файла - 5 + Выберите расположение и имя файла словаря ключей + 2 324 25 - Файл словаря | * .dic - 5 + Файл словаря|*.dic + 2 325 25 - Файл словаря экспортированного ключа - 5 + Экспортированный файлсловаря ключей + 2 326 25 - Формат MCT | *. * - 5 + Формат MCT|*.* + 2 327 @@ -5136,8 +5198,8 @@ CUID карта 328 25 - # сектор - 5 + # сектор + 2 329 @@ -5162,21 +5224,21 @@ CUID карта 332 25 - неизвестный - 5 + неизвестно + 2 333 25 - Вы уже запустили MifareOne Tool, и открытие нескольких программ может вызвать конфликты и непредсказуемые ошибки. + Вы уже запустили MifareOne Tool. Открытие нескольких программ может вызвать конфликты и непредсказуемые ошибки. Вы уверены, что хотите продолжить? - 5 + 2 334 25 - Вы пытаетесь запустить несколько раз - 5 + Повторный запуск + 2 104 @@ -5509,6 +5571,180 @@ CUID карта Показать UID 2 + + 364 + 25 + Китайский + 7 + + + 364 + 30724 + 标准 + 1 + + + 365 + 25 + Русский + 7 + + + 365 + 30724 + 俄语 + 1 + + + 366 + 25 + Привет! + 7 + + + 366 + 30724 + Hello,cardman! + 1 + + + 367 + 30724 + libnfc.conf + 1 + + + 368 + 30724 + allow_autoscan = + 1 + + + 369 + 30724 + true + 1 + + + 370 + 30724 + false + 1 + + + 371 + 30724 + + + 1 + + + 372 + 30724 + allow_intrusive_scan = + 1 + + + 373 + 30724 + device.name = "NFC-Device" + + 1 + + + 374 + 30724 + device.connstring = " + 1 + + + 375 + 30724 + .mfd + 1 + + + 315 + 25 + Ошибка ввода + 2 + + + 376 + 30724 + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + 1 + + + 376 + 25 + ___________________________________________ + 2 + + + 377 + 30724 + -- + 1 + + + 378 + 30724 + ## + 1 + + + 379 + 30724 + : + + 1 + + + 379 + 25 + : + + 2 + + + 380 + 30724 + button1 + 1 + + + 381 + 30724 + Cropto1 + 1 + + + 382 + 30724 + label1 + 1 + + + 383 + 30724 + FFFFFFFFFFFF 8 A 16 A + 1 + + + 384 + 30724 + После того, как вы нажмете +кнопку "Начать", +ожидайте около 1 минуты. + 1 + + + 385 + 30724 + Bitsliced Cropto-1 + 1 + FormMFF08.resx logBox.Text @@ -5592,7 +5828,7 @@ CUID карта Form1.cs richTextBox1.Lines[0] - 11 + 366 true richTextBox1.Lines[0] false @@ -6136,7 +6372,7 @@ CUID карта Form1.cs buttonHardNested.Text - 79 + 385 true buttonHardNested.Text false @@ -7157,14 +7393,6 @@ CUID карта groupBox6.Text false - - Form1.resx - statusLabel.Text - 101 - true - statusLabel.Text - false - Form1.resx groupBox7.Text @@ -7272,7 +7500,7 @@ CUID карта Form1.resx buttonHardNested.Text - 79 + 385 true buttonHardNested.Text false @@ -9717,14 +9945,6 @@ CUID карта 开始执行HardNested解密强化卡 false - - Resources.resx - nfc_bin_collect_exe - 285 - true - nfc_bin_collect_exe - false - Resources.resx 开始执行HardNested收集数据 @@ -10200,7 +10420,7 @@ CUID карта Form1.cs comboBox1.Items[0] - 337 + 364 true comboBox1.Items false @@ -10208,7 +10428,7 @@ CUID карта Form1.cs comboBox1.Items[1] - 338 + 365 true comboBox1.Items1 false @@ -10365,6 +10585,190 @@ CUID карта richTextBox1.Lines[2] false + + Form1.resx + statusLabel.Text + 101 + true + statusLabel.Text + false + + + Resources.resx + libnfc_conf + 367 + true + libnfc_conf + false + + + Resources.resx + allow_autoscan + 368 + true + allow_autoscan + false + + + Resources.resx + _true + 369 + true + _true + false + + + Resources.resx + _false + 370 + true + _false + false + + + Resources.resx + res0 + 371 + true + res0 + false + + + Resources.resx + allow_intrusive_scan + 372 + true + allow_intrusive_scan + false + + + Resources.resx + device_name_NFC_Device + 373 + true + device_name_NFC_Device + false + + + Resources.resx + device_connstring + 374 + true + device_connstring + false + + + Resources.resx + _mfd + 375 + true + _mfd + false + + + Resources.resx + res1 + 376 + true + res1 + false + + + Resources.resx + res2 + 377 + true + res2 + false + + + Resources.resx + res3 + 378 + true + res3 + false + + + Resources.resx + res4 + 379 + true + res4 + false + + + Form1.resx + button1.Text + 380 + true + button1.Text + false + + + Cropto1.cs + Cropto1.Text + 381 + true + $this.Text + false + + + Cropto1.cs + label1.Text + 382 + true + label1.Text + false + + + Cropto1.cs + button1.Text + 380 + true + button1.Text + false + + + Cropto1.cs + textBox1.Text + 383 + true + textBox1.Text + false + + + Cropto1.cs + textBox1.Lines[0] + 383 + true + textBox1.Lines[0] + false + + + Form1.cs + button1.Text + 380 + true + button1.Text + false + + + FormHardNes.resx + label7.Text + 384 + true + label7.Text + false + + + FormHardNes.cs + label7.Text + 384 + true + label7.Text + false + XmlDatabaseVersion 1 diff --git a/MifareOneTool/Properties/Resources.Designer.cs b/MifareOneTool/Properties/Resources.Designer.cs index 13a0846..f15fe12 100644 --- a/MifareOneTool/Properties/Resources.Designer.cs +++ b/MifareOneTool/Properties/Resources.Designer.cs @@ -69,6 +69,24 @@ namespace MifareOneTool.Properties { } } + /// + /// Ищет локализованную строку, похожую на false. + /// + public static string _false { + get { + return ResourceManager.GetString("_false", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на .mfd. + /// + public static string _mfd { + get { + return ResourceManager.GetString("_mfd", resourceCulture); + } + } + /// /// Ищет локализованную строку, похожую на ##Nonce收集完毕##. /// @@ -87,6 +105,15 @@ namespace MifareOneTool.Properties { } } + /// + /// Ищет локализованную строку, похожую на true. + /// + public static string _true { + get { + return ResourceManager.GetString("_true", resourceCulture); + } + } + /// /// Ищет локализованную строку, похожую на 个块不同 ///. @@ -241,6 +268,43 @@ namespace MifareOneTool.Properties { } } + /// + /// Ищет локализованную строку, похожую на allow_autoscan = . + /// + public static string allow_autoscan { + get { + return ResourceManager.GetString("allow_autoscan", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на allow_intrusive_scan = . + /// + public static string allow_intrusive_scan { + get { + return ResourceManager.GetString("allow_intrusive_scan", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на device.connstring = ". + /// + public static string device_connstring { + get { + return ResourceManager.GetString("device_connstring", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на device.name = "NFC-Device" + ///. + /// + public static string device_name_NFC_Device { + get { + return ResourceManager.GetString("device_name_NFC_Device", resourceCulture); + } + } + /// /// Ищет локализованную строку, похожую на DUMP文件|*.dump|MFD文件|*.mfd. /// @@ -277,6 +341,15 @@ namespace MifareOneTool.Properties { } } + /// + /// Ищет локализованную строку, похожую на libnfc.conf. + /// + public static string libnfc_conf { + get { + return ResourceManager.GetString("libnfc_conf", resourceCulture); + } + } + /// /// Ищет локализованную строку, похожую на MCT格式|*.*. /// @@ -314,7 +387,7 @@ namespace MifareOneTool.Properties { } /// - /// Ищет локализованную строку, похожую на MifareOne Tool - 已取消. + /// Ищет локализованную строку, похожую на MifareOne Tool - отменено. /// public static string MifareOne_Tool_已取消 { get { @@ -349,15 +422,6 @@ namespace MifareOneTool.Properties { } } - /// - /// Ищет локализованную строку, похожую на nfc-bin/collect.exe. - /// - public static string nfc_bin_collect_exe { - get { - return ResourceManager.GetString("nfc_bin_collect_exe", resourceCulture); - } - } - /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// @@ -377,6 +441,53 @@ namespace MifareOneTool.Properties { } } + /// + /// Ищет локализованную строку, похожую на + ///. + /// + public static string res0 { + get { + return ResourceManager.GetString("res0", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%. + /// + public static string res1 { + get { + return ResourceManager.GetString("res1", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на -- . + /// + public static string res2 { + get { + return ResourceManager.GetString("res2", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на ## . + /// + public static string res3 { + get { + return ResourceManager.GetString("res3", resourceCulture); + } + } + + /// + /// Ищет локализованную строку, похожую на : + ///. + /// + public static string res4 { + get { + return ResourceManager.GetString("res4", resourceCulture); + } + } + /// /// Поиск локализованного ресурса типа System.Drawing.Bitmap. /// diff --git a/MifareOneTool/Properties/Resources.resx b/MifareOneTool/Properties/Resources.resx index ffb72da..7c49c7e 100644 --- a/MifareOneTool/Properties/Resources.resx +++ b/MifareOneTool/Properties/Resources.resx @@ -120,12 +120,21 @@ [0-9A-Fa-f]{32} + + false + + + .mfd + ##Nonce收集完毕## +Sector: + + true + 个块不同 @@ -178,6 +187,19 @@ ACR122U支持已经打开过。 + + allow_autoscan = + + + allow_intrusive_scan = + + + device.connstring = " + + + device.name = "NFC-Device" + + DUMP文件|*.dump|MFD文件|*.mfd @@ -190,6 +212,9 @@ KeyA/B/N + + libnfc.conf + MCT格式|*.* @@ -203,7 +228,7 @@ MifareOne Tool - MifareOne Tool - 已取消 + MifareOne Tool - отменено MifareOne Tool - 已终止 @@ -214,12 +239,26 @@ MifareOne Tool - 运行完毕 - - nfc-bin/collect.exe - + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + -- + + + ## + + + : + + txt文件|*.txt diff --git a/MifareOneTool/Properties/Resources.ru.resx b/MifareOneTool/Properties/Resources.ru.resx index 0d02229..9b396f7 100644 --- a/MifareOneTool/Properties/Resources.ru.resx +++ b/MifareOneTool/Properties/Resources.ru.resx @@ -124,41 +124,41 @@ + Сектор: -  Разные блоки + разных блоков - ## Сохранено- + ## Сохранено - - ## Был сохранен автоматически - + ## Файл был сохранен автоматически - - # сектор + # сектор - ## Ошибка в значении файла ### + ## Ошибказначения в файле ### -  Есть данные +   - есть данные -  Есть ошибка +  - есть ошибка - ## Несохраненный ## + ## Не сохранено ## ## Программа была вынуждена остановить ## -  Пустой сектор +  - пустой сектор ## Исключение файла кэша ## - , рассчитать BCC = + , рассчитан BCC = @@ -168,52 +168,59 @@ ## Ошибка запуска ## - ## Операция завершена ## + ##Операция завершена## - Один или два файла AB недействительны. + Один или два файла A/B недействительны. Поддержка ACR122U включена. - DUMP файл | * .dump | MFD файл | * .mfd + DUMP файл | *.dump | MFD файл | *.mfd - информация + Информация + + + Ошибка ввода - Keya / B / N + Ключ A/B для новых карт - Формат MCT | *. * + Формат MCT|*.* - MFD файл | * .mfd; *. Dump + MFD файл | *.mfd; *. Dump - MFD файл | * .mfd | DUMP файл | * .dump + Файл MFD|*.mfd|Файл DUMP|*.dump - Инструмент MifareOne - Отменено + MifareOne - отменено MifareOne Tool - прекращено - MifareOne Tool - Запуск + MifareOne Tool - выполнение операции - MifareOne Tool - Операция завершена - - - НФК-бен / Collect.exe + MifareOne Tool - операция завершена - , + . + + + ___________________________________________ + + + : + - Txt файл | * .txt + Txt файл|*.txt UID был изменен на @@ -225,86 +232,86 @@ Использовать KeyA (да) или KeyB (нет)? - Использовать KeyA (да) или KeyB (нет) или нет (для новых белых карточек) (отменить)? + Использовать Ключ A (да) или Ключ B (нет) или нет (отменить) для новых белых карточек? Русский - найденный + Найдено Ошибка записи - Размер загруженного файла карты S50 ненормальный. + Размер загруженного файла карты S50 не поддерживается. Загруженный файл не существует. - Предупреждение об опасной работе + Предупреждение об опасной операции - Одновременное открытие опоры ACR122U может привести к снижению скорости работы. -Пожалуйста, подтвердите, если вы хотите продолжить? + Одновременное включение поддержки ACR122U может привести к снижению скорости работы. +Подтвердите, хотите ли вы продолжить? - Файл словаря | * .dic + Файл словаря|*.dic - Файл ключевого словаря | * .dic + Файл словаря ключей|*.dic Первое устройство будет выбрано автоматически: - Существует ошибка в файле, который будет записан. Откройте вид с помощью инструмента Hex в расширенном режиме. + Существует ошибка в файле, который будет записан. Откройте его с помощью редактора дампа в расширенном режиме. Сохранено в - CUID патч для записи пустой карты включен + Включить патч для записи на пустую карту CUID MCT файл был экспортирован - Файл словаря экспортированного ключа + Экспортированный файлсловаря ключей - Он открыт. + Открыт. - Найдено! K = + Файл ключа - Устройство NFC было указано для использования: - Обновленный сектор + Обновлен сектор - Карта была сброшена и создана. + Сброшена и создана новая карта. - Начать выполнение записи CUID / FUID карты ... + Запись CUID/FUID карты ... - Начните выполнять HardNested для сбора данных ... + HardNested - сбор данных ... - Запустите карточку улучшения расшифровки HardNested ... + Запуск расшифровки HardNested... - Начните выполнять расшифровку MFOC ... + Выполняется расшифровка MFOC ... - Начать выполнение блокировки карты UFUID ... + Блокировка карты UFUID ... - Начните выполнять UID карты в полноэкранном режиме ... + Форматирование UID... Начните выполнять запись UID карты ... @@ -314,63 +321,63 @@ - Начать чтение карты UID... + Чтение UID... - Начните выполнять полное шифрование карты взрыва ... + Начало выполнения полной расшифровки карты ... - Начните запись на карту M1... + Запись на карту... - Начать выполнение словарного режима MFOC для расшифровки ... + Начало расшифровки MFOC в режиме словаря... - Начать сканирование карт... + Сканирование карт... - Начните выполнять отформатированную карту M1 ... + Форматирование карты... - Начните выполнять проверку карты шифрованием ... + Определение зашифрованных секторов... - Запуск испытательного оборудования... + Поиск считвателя... - Начать чтение карты... + Чтение карты... - Начните выполнять сброс номера карты UID ... + Сброс номера UID ... - Данные текущего сектора все еще находятся в ошибке и не могут быть изменены. + Текущие данные сектора по-прежнему имеют ошибки и не могут быть изменены. Текущий выбранный сектор: ? - Текущий выбранный сектор: + Текущий выбранный сектор: Вы можете загрузить на узел службы облачных вычислений для расчета. - Вы уже запустили MifareOne Tool, и открытие нескольких программ может вызвать конфликты и непредсказуемые ошибки. + Вы уже запустили MifareOne Tool. Открытие нескольких программ может вызвать конфликты и непредсказуемые ошибки. Вы уверены, что хотите продолжить? - Вы пытаетесь запустить несколько раз + Повторный запуск Вы не предоставили файл данных карты, который вызвал 0 блоков повреждения, когда последняя запись была сделана в качестве ключевого источника при записи карты. Операция прекращена. - Cектор + Cектор - сектор + Сектор Открыть @@ -379,10 +386,10 @@ Ошибка открытия - Быстрое сообщение + Совет - Файл не содержит 64 блоков данных и может быть неполным или несовместимым. + Файл не содержит 64 блока данных и может быть неполным или несовместимым. Нет ключа @@ -392,13 +399,13 @@ Операция прекращена. - Показать сектор + Показать сектор - Когда задача выполняется, она не может быть выполнена. + Операция не может быть выполнена, так как сейчас выполняется другая операция. - неизвестный + неизвестно Действительный key.mfd не был выбран. @@ -410,10 +417,10 @@ Китайский - Использование Smart KeyABN ... + Использование файла ключей... - Открытие ACR122U поддержки ... + Включена поддержка ACR122U... Поиск key.mfd ... @@ -443,81 +450,76 @@ Определены следующие устройства: - Значение проверки UID сектора неверно и было автоматически исправлено для вас. - + Ошибка проверки UID сектора была автоматически исправлена для вас. Значение проверки UID сектора неверно и было автоматически исправлено. - Неверное значение проверки UID сектора. Нажмите, чтобы открыть сектор 0 для автоматического исправления. - + Ошибка проверки UID сектора, нажмите, чтобы открыть сектор 0 для автоматического исправления. - Сектор все хорошо. - + В этом секторе все в порядке. - Бит контроля доступа к сектору поврежден, и запись повредит карту и будет сброшена. - + Бит управления доступом сектора является недопустимым, запись повредит карту и была отменена. - Бит контроля доступа к сектору поврежден, и запись повредит карту. Пожалуйста, сбросьте ее. + Бит контроля доступа к сектору поврежден, и запись повредит карту. Пожалуйста, отмените ее. - Бит контроля доступа к сектору недействителен, запись повредит карту и будет сброшена. - + Бит управления доступом сектора является недопустимым, запись повредит карту и была отменена. - Недопустимый бит контроля доступа к сектору. Запись повредит карту. Пожалуйста, сбросьте ее. + Недопустимый бит контроля доступа к сектору. Запись повредит карту. Пожалуйста, отмените ее. - Это удалит все данные в UID-карте! ! ! -Не может быть восстановлено после опустошения! Пожалуйста, подтвердите, если вы хотите продолжить? + Это удалит все данные в UID карты! +Восстановление после форматирования невозможно! Пожалуйста, подтвердите, если вы хотите продолжить? - Это заблокирует карту UFUID! ! ! -Невозможно восстановить после блокировки! Невозможно изменить 0 блоков снова! Пожалуйста, подтвердите, если вы хотите продолжить? + Это заблокирует карту UFUID! +Восстановление после блокировки будет невозможно! Изменить 0-ой блок будет невозможно! Пожалуйста, подтвердите, если вы хотите продолжить? С файлом все нормально. - Файл имеет следующую ошибку: + Файл имеет следующую ошибку: - Пожалуйста, проверьте правильность подключения/драйвер правильно установлен/питание устройства включено (для моделей с выключателем питания). + Пожалуйста, проверьте правильность подключения/правильно ли установлен драйвер/питание устройства включено (для моделей с выключателем питания). Пожалуйста, введите номер UID - Пожалуйста, введите известный ключ + Пожалуйста, введите известные ключи - Пожалуйста, введите известный ключ, разделенный запятой. + Пожалуйста, введите известные ключи, разделяя их запятой. Пожалуйста, введите номер карты UID для записи, всего 8 шестнадцатеричных чисел, например, E44A3BF1. - Пожалуйста, введите номер карты UID для изменения, всего 8 шестнадцатеричных чисел, таких как E44A3BF1. + Пожалуйста, введите номер UID для изменения, всего 8 шестнадцатеричных чисел, например E44A3BF1. - Пожалуйста, выберите файл MCT.txt, чтобы сохранить местоположение и имя файла. + Пожалуйста, выберите для MCT.txt расположение и имя файла Пожалуйста, выберите место сохранения файла MFD и имя файла - Выберите файл MFD, содержащий ключ целевой карты (обычно это файл MFD карты, которая была взломана) + Выберите файл MFD, содержащий ключ карты (обычно это файл MFD карты, которая была взломана) - Пожалуйста, выберите файл словаря ключа, сохраните местоположение и имя файла + Выберите расположение и имя файла словаря ключей Пожалуйста, выберите файл данных карты, который вызвал повреждение последней 0 карты. @@ -532,13 +534,13 @@ Пожалуйста, выберите файл MFD, который вы хотите открыть. - Пожалуйста, выберите файл MFD, который вы хотите открыть (сравните A) + Пожалуйста, выберите файл MFD, который вы хотите открыть (сравнить A) - Пожалуйста, выберите файл MFD, который вы хотите открыть (сравните B) + Пожалуйста, выберите файл MFD, который вы хотите открыть (сравнит B) - Пожалуйста, выберите ключевой файл словаря, который вы хотите открыть. + Пожалуйста, выберите файл словаря ключей, который вы хотите открыть. Введенный номер UID недействителен. @@ -550,7 +552,7 @@ Время выполнения: - Выбрать key.mfd + Выбрать файл ключей Ошибка diff --git a/MifareOneTool/Properties/Resources.zh.resx b/MifareOneTool/Properties/Resources.zh.resx index b17df12..b075b2c 100644 --- a/MifareOneTool/Properties/Resources.zh.resx +++ b/MifareOneTool/Properties/Resources.zh.resx @@ -120,12 +120,21 @@ [0-9A-Fa-f]{32} + + false + + + .mfd + ##Nonce收集完毕## +Sector: + + true + 个块不同 @@ -178,6 +187,19 @@ ACR122U支持已经打开过。 + + allow_autoscan = + + + allow_intrusive_scan = + + + device.connstring = " + + + device.name = "NFC-Device" + + DUMP文件|*.dump|MFD文件|*.mfd @@ -190,6 +212,9 @@ KeyA/B/N + + libnfc.conf + MCT格式|*.* @@ -203,7 +228,7 @@ MifareOne Tool - MifareOne Tool - 已取消 + MifareOne Tool - отменено MifareOne Tool - 已终止 @@ -214,12 +239,26 @@ MifareOne Tool - 运行完毕 - - nfc-bin/collect.exe - + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + -- + + + ## + + + : + + txt文件|*.txt diff --git a/MifareOneTool/ml_temp_ControlsScan.xml b/MifareOneTool/ml_temp_ControlsScan.xml index a5631bc..a93e609 100644 --- a/MifareOneTool/ml_temp_ControlsScan.xml +++ b/MifareOneTool/ml_temp_ControlsScan.xml @@ -472,7 +472,7 @@ Text System.Windows.Forms.Form - HardNested + Bitsliced Cropto-1 BAbuttonHardNested.Text 8963 false @@ -1866,7 +1866,7 @@ Text System.Windows.Forms.Form - 初始化HardNested解密 + Bitsliced Crypto-1 brute-forcer AAFormHardNes.Text 8963 false @@ -1907,21 +1907,6 @@ 127 FormHardNes.cs - checkBoxColOnly.Text - Text - - System.Windows.Forms.Form - 只采集不计算 - BAcheckBoxColOnly.Text - 8963 - false - 1 - -1 - checkBoxColOnly.Text - - - 128 - FormHardNes.cs groupBox1.Text Text @@ -1935,7 +1920,7 @@ groupBox1.Text - 129 + 128 FormHardNes.cs groupBox2.Text Text @@ -1950,7 +1935,7 @@ groupBox2.Text - 130 + 129 FormHardNes.cs keyEdit.Text Text @@ -1965,7 +1950,7 @@ keyEdit.Text - 131 + 130 FormHardNes.cs label1.Text Text @@ -1980,7 +1965,7 @@ label1.Text - 132 + 131 FormHardNes.cs label2.Text Text @@ -1995,7 +1980,7 @@ label2.Text - 133 + 132 FormHardNes.cs label3.Text Text @@ -2010,7 +1995,7 @@ label3.Text - 134 + 133 FormHardNes.cs label4.Text Text @@ -2025,7 +2010,7 @@ label4.Text - 135 + 134 FormHardNes.cs label5.Text Text @@ -2040,7 +2025,7 @@ label5.Text - 136 + 135 FormHardNes.cs label6.Text Text @@ -2054,6 +2039,23 @@ -1 label6.Text + + 136 + FormHardNes.cs + label7.Text + Text + + System.Windows.Forms.Form + После того, как вы нажмете +кнопку "Начать", +ожидайте около 1 минуты. + BAlabel7.Text + 8963 + false + 1 + -1 + label7.Text + 137 FormHardNes.cs @@ -2132,21 +2134,6 @@ 142 FormHardNes.cs - keyEdit.Lines[0] - Lines - - System.Windows.Forms.Form - ffffffffffff - BLines(0000) - 8965 - false - 1 - 0 - keyEdit.Lines[0] - - - 143 - FormHardNes.cs sector1.Lines[0] Lines @@ -2159,6 +2146,21 @@ 0 sector1.Lines[0] + + 143 + FormHardNes.cs + keyEdit.Lines[0] + Lines + + System.Windows.Forms.Form + ffffffffffff + BLines(0000) + 8965 + false + 1 + 0 + keyEdit.Lines[0] + 144 FormHTool.cs @@ -3462,4 +3464,48 @@ MFF08工具给了你一次修复这些损坏卡片的机会。 5 logBox.Lines[5] + + AssemblyInfo.cs + true + + + ClassMifareS50.cs + true + + + Cropto1.cs + true + + + Form1.cs + true + + + FormDiff.cs + true + + + FormHardNes.cs + true + + + FormHTool.cs + true + + + FormMFF08.cs + true + + + GitHubUpdate.cs + true + + + Program.cs + true + + + Resources.resx + true + \ No newline at end of file diff --git a/MifareOneTool/ml_temp_SourceScan.xml b/MifareOneTool/ml_temp_SourceScan.xml index eaa4aa9..06577ab 100644 --- a/MifareOneTool/ml_temp_SourceScan.xml +++ b/MifareOneTool/ml_temp_SourceScan.xml @@ -414,7 +414,8 @@ 21 Form1.cs 39 - 28 + 27 + 367 libnfc.conf false 0 @@ -424,6 +425,7 @@ false buttonListDev_Click 5 + libnfc_conf false false MifareOneTool.Form1 @@ -433,7 +435,8 @@ 22 Form1.cs 49 - 27 + 26 + 368 allow_autoscan = false 0 @@ -443,6 +446,7 @@ false writeConfig 2 + allow_autoscan false false MifareOneTool.Form1 @@ -452,7 +456,8 @@ 23 Form1.cs 49 - 61 + 65 + 369 true false 1 @@ -462,6 +467,7 @@ false writeConfig 2 + _true false false MifareOneTool.Form1 @@ -471,7 +477,8 @@ 24 Form1.cs 49 - 70 + 83 + 370 false false 2 @@ -481,6 +488,7 @@ false writeConfig 2 + _false false false MifareOneTool.Form1 @@ -490,7 +498,8 @@ 25 Form1.cs 49 - 81 + 103 + 371 false @@ -501,6 +510,7 @@ false writeConfig 2 + res0 false false MifareOneTool.Form1 @@ -510,7 +520,8 @@ 26 Form1.cs 50 - 21 + 20 + 372 allow_intrusive_scan = false 0 @@ -520,6 +531,7 @@ false writeConfig 3 + allow_intrusive_scan false false MifareOneTool.Form1 @@ -529,7 +541,8 @@ 27 Form1.cs 50 - 60 + 64 + 369 true false 1 @@ -539,6 +552,7 @@ false writeConfig 3 + _true false false MifareOneTool.Form1 @@ -548,7 +562,8 @@ 28 Form1.cs 50 - 69 + 82 + 370 false false 2 @@ -558,6 +573,7 @@ false writeConfig 3 + _false false false MifareOneTool.Form1 @@ -567,7 +583,7 @@ 29 Form1.cs 50 - 80 + 103 false @@ -587,7 +603,8 @@ 30 Form1.cs 51 - 21 + 20 + 373 device.name = "NFC-Device" false @@ -598,6 +615,7 @@ false writeConfig 4 + device_name_NFC_Device false false MifareOneTool.Form1 @@ -607,7 +625,8 @@ 31 Form1.cs 52 - 21 + 20 + 374 device.connstring = " false 0 @@ -617,6 +636,7 @@ false writeConfig 5 + device_connstring false false MifareOneTool.Form1 @@ -626,7 +646,7 @@ 32 Form1.cs 52 - 57 + 60 " false 1 @@ -645,7 +665,8 @@ 33 Form1.cs 53 - 32 + 31 + 367 libnfc.conf false 0 @@ -655,6 +676,7 @@ false writeConfig 6 + libnfc_conf false false MifareOneTool.Form1 @@ -915,7 +937,8 @@ 47 Form1.cs 73 - 156 + 155 + 375 .mfd false 8 @@ -925,6 +948,7 @@ false default_rpt 16 + _mfd false false MifareOneTool.Form1 @@ -2899,8 +2923,7 @@ 146 Form1.cs 531 - 45 - 207 + 46 有任务运行中,不可执行。 false 0 @@ -2910,7 +2933,6 @@ false buttonMfoc_Click 2 - 有任务运行中_不可执行 false false MifareOneTool.Form1 @@ -2920,8 +2942,7 @@ 147 Form1.cs 531 - 68 - 208 + 62 设备忙 false 1 @@ -2931,7 +2952,6 @@ false buttonMfoc_Click 2 - 设备忙 false false MifareOneTool.Form1 @@ -2940,30 +2960,9 @@ 148 Form1.cs - 531 - 164 - 209 - MifareOne Tool - 运行中 - false - 2 - 531 - 531 - false - false - buttonMfoc_Click - 2 - MifareOne_Tool_运行中 - false - false - MifareOneTool.Form1 - false - - - 149 - Form1.cs 532 - 28 - Mfoc.tmp + 38 + MifareOne Tool - 运行中 false 0 532 @@ -2978,21 +2977,38 @@ false - 150 + 149 Form1.cs - 536 - 52 - 244 - 请输入已知的Key,以英文半角逗号分隔。 + 533 + 28 + Mfoc.tmp false 0 - 536 - 536 + 533 + 533 false false buttonMfoc_Click - 7 - 请输入已知的Key_以英文半角逗号分隔 + 4 + false + false + MifareOneTool.Form1 + false + + + 150 + Form1.cs + 537 + 53 + 请输入已知的Key,以英文半角逗号分隔。 + false + 0 + 537 + 537 + false + false + buttonMfoc_Click + 8 false false MifareOneTool.Form1 @@ -3001,19 +3017,17 @@ 151 Form1.cs - 536 - 83 - 245 + 537 + 77 请输入已知Key false 1 - 536 - 536 + 537 + 537 false false buttonMfoc_Click - 7 - 请输入已知Key + 8 false false MifareOneTool.Form1 @@ -3022,17 +3036,17 @@ 152 Form1.cs - 539 + 540 75 , false 0 - 539 - 539 + 540 + 540 false false buttonMfoc_Click - 10 + 11 false false MifareOneTool.Form1 @@ -3041,17 +3055,17 @@ 153 Form1.cs - 542 + 543 39 [0-9A-Fa-f]{12} false 0 - 542 - 542 + 543 + 543 false false buttonMfoc_Click - 13 + 14 false false MifareOneTool.Form1 @@ -3060,17 +3074,17 @@ 154 Form1.cs - 545 + 546 37 -k false 0 - 545 - 545 + 546 + 546 false false buttonMfoc_Click - 16 + 17 false false MifareOneTool.Form1 @@ -3079,17 +3093,17 @@ 155 Form1.cs - 545 + 546 66 false 1 - 545 - 545 + 546 + 546 false false buttonMfoc_Click - 16 + 17 false false MifareOneTool.Form1 @@ -3098,13 +3112,13 @@ 156 Form1.cs - 565 + 566 58 nfc-bin/mfoc.exe false 0 - 565 - 565 + 566 + 566 false false mfoc @@ -3117,13 +3131,13 @@ 157 Form1.cs - 567 + 568 40 -O " false 0 - 567 - 567 + 568 + 568 false false mfoc @@ -3136,13 +3150,13 @@ 158 Form1.cs - 567 + 568 61 " false 1 - 567 - 567 + 568 + 568 false false mfoc @@ -3155,19 +3169,17 @@ 159 Form1.cs - 575 - 33 - 246 + 576 + 34 开始执行MFOC解密…… false 0 - 575 - 575 + 576 + 576 false false mfoc 13 - 开始执行MFOC解密 false false MifareOneTool.Form1 @@ -3176,19 +3188,17 @@ 160 Form1.cs - 585 - 39 - 225 + 586 + 40 ##运行完毕## false 0 - 585 - 585 + 586 + 586 false false mfoc 23 - _运行完毕 false false MifareOneTool.Form1 @@ -3197,19 +3207,17 @@ 161 Form1.cs - 589 - 39 - 234 + 590 + 40 ##运行出错## false 0 - 589 - 589 + 590 + 590 false false mfoc 27 - _运行出错 false false MifareOneTool.Form1 @@ -3218,14 +3226,14 @@ 162 Form1.cs - 596 + 597 45 207 有任务运行中,不可执行。 false 0 - 596 - 596 + 597 + 597 false false buttonUidReset_Click @@ -3239,14 +3247,14 @@ 163 Form1.cs - 596 + 597 68 208 设备忙 false 1 - 596 - 596 + 597 + 597 false false buttonUidReset_Click @@ -3260,14 +3268,14 @@ 164 Form1.cs - 596 + 597 164 209 MifareOne Tool - 运行中 false 2 - 596 - 596 + 597 + 597 false false buttonUidReset_Click @@ -3281,13 +3289,13 @@ 165 Form1.cs - 610 + 611 35 {0:x2} false 0 - 610 - 610 + 611 + 611 false false hex @@ -3300,13 +3308,13 @@ 166 Form1.cs - 618 + 619 58 nfc-bin/nfc-mfsetuid.exe false 0 - 618 - 618 + 619 + 619 false false reset_uid @@ -3319,13 +3327,13 @@ 167 Form1.cs - 622 + 623 41 2B0804006263646566676869 false 0 - 622 - 622 + 623 + 623 false false reset_uid @@ -3338,14 +3346,14 @@ 168 Form1.cs - 630 + 631 33 247 开始执行重置UID卡片卡号…… false 0 - 630 - 630 + 631 + 631 false false reset_uid @@ -3359,14 +3367,14 @@ 169 Form1.cs - 638 + 639 35 225 ##运行完毕## false 0 - 638 - 638 + 639 + 639 false false reset_uid @@ -3380,14 +3388,14 @@ 170 Form1.cs - 643 + 644 45 207 有任务运行中,不可执行。 false 0 - 643 - 643 + 644 + 644 false false buttonUidFormat_Click @@ -3401,14 +3409,14 @@ 171 Form1.cs - 643 + 644 68 208 设备忙 false 1 - 643 - 643 + 644 + 644 false false buttonUidFormat_Click @@ -3422,14 +3430,14 @@ 172 Form1.cs - 643 + 644 164 209 MifareOne Tool - 运行中 false 2 - 643 - 643 + 644 + 644 false false buttonUidFormat_Click @@ -3443,15 +3451,15 @@ 173 Form1.cs - 644 + 645 33 248 该操作将会清空UID卡内全部数据!!! 清空后不可恢复!请确认是否要继续操作? false 0 - 644 - 644 + 645 + 645 false false buttonUidFormat_Click @@ -3465,14 +3473,14 @@ 174 Form1.cs - 644 + 645 75 249 危险操作警告 false 1 - 644 - 644 + 645 + 645 false false buttonUidFormat_Click @@ -3486,13 +3494,13 @@ 175 Form1.cs - 656 + 657 58 nfc-bin/nfc-mfsetuid.exe false 0 - 656 - 656 + 657 + 657 false false format_uid @@ -3505,13 +3513,13 @@ 176 Form1.cs - 660 + 661 30 -f false 0 - 660 - 660 + 661 + 661 false false format_uid @@ -3524,13 +3532,13 @@ 177 Form1.cs - 660 + 661 49 2B0804006263646566676869 false 1 - 660 - 660 + 661 + 661 false false format_uid @@ -3543,14 +3551,14 @@ 178 Form1.cs - 668 + 669 33 250 开始执行UID卡片全格…… false 0 - 668 - 668 + 669 + 669 false false format_uid @@ -3564,14 +3572,14 @@ 179 Form1.cs - 676 + 677 35 225 ##运行完毕## false 0 - 676 - 676 + 677 + 677 false false format_uid @@ -3585,14 +3593,14 @@ 180 Form1.cs - 681 + 682 45 207 有任务运行中,不可执行。 false 0 - 681 - 681 + 682 + 682 false false buttonBmfRead_Click @@ -3606,14 +3614,14 @@ 181 Form1.cs - 681 + 682 68 208 设备忙 false 1 - 681 - 681 + 682 + 682 false false buttonBmfRead_Click @@ -3627,13 +3635,13 @@ 182 Form1.cs - 681 + 682 165 MifareOne Tool - 运行中 false 2 - 681 - 681 + 682 + 682 false false buttonBmfRead_Click @@ -3646,13 +3654,13 @@ 183 Form1.cs - 682 + 683 28 BmfRead.tmp false 0 - 682 - 682 + 683 + 683 false false buttonBmfRead_Click @@ -3665,13 +3673,13 @@ 184 Form1.cs - 698 + 699 58 nfc-bin/nfc-mfclassic.exe false 0 - 698 - 698 + 699 + 699 false false bmf_read @@ -3684,13 +3692,13 @@ 185 Form1.cs - 700 + 701 30 R A u " false 0 - 700 - 700 + 701 + 701 false false bmf_read @@ -3703,13 +3711,13 @@ 186 Form1.cs - 700 + 701 53 " false 1 - 700 - 700 + 701 + 701 false false bmf_read @@ -3722,14 +3730,14 @@ 187 Form1.cs - 708 + 709 33 251 开始执行UID卡片读取…… false 0 - 708 - 708 + 709 + 709 false false bmf_read @@ -3743,14 +3751,14 @@ 188 Form1.cs - 718 + 719 39 225 ##运行完毕## false 0 - 718 - 718 + 719 + 719 false false bmf_read @@ -3764,14 +3772,14 @@ 189 Form1.cs - 722 + 723 39 234 ##运行出错## false 0 - 722 - 722 + 723 + 723 false false bmf_read @@ -3785,14 +3793,14 @@ 190 Form1.cs - 729 + 730 45 207 有任务运行中,不可执行。 false 0 - 729 - 729 + 730 + 730 false false buttonBmfWrite_Click @@ -3806,14 +3814,14 @@ 191 Form1.cs - 729 + 730 68 208 设备忙 false 1 - 729 - 729 + 730 + 730 false false buttonBmfWrite_Click @@ -3827,17 +3835,19 @@ 192 Form1.cs - 729 - 165 + 730 + 164 + 209 MifareOne Tool - 运行中 false 2 - 729 - 729 + 730 + 730 false false buttonBmfWrite_Click 2 + MifareOne_Tool_运行中 false false MifareOneTool.Form1 @@ -3846,17 +3856,19 @@ 193 Form1.cs - 733 - 27 + 734 + 26 + 238 MFD文件|*.mfd;*.dump false 0 - 733 - 733 + 734 + 734 false false buttonBmfWrite_Click 6 + MFD文件_mfd_dump false false MifareOneTool.Form1 @@ -3865,14 +3877,14 @@ 194 Form1.cs - 734 + 735 25 239 请选择需要写入的MFD文件 false 0 - 734 - 734 + 735 + 735 false false buttonBmfWrite_Click @@ -3886,13 +3898,13 @@ 195 Form1.cs - 754 + 755 58 nfc-bin/nfc-mfclassic.exe false 0 - 754 - 754 + 755 + 755 false false bmf_write @@ -3905,13 +3917,13 @@ 196 Form1.cs - 756 + 757 30 W A u " false 0 - 756 - 756 + 757 + 757 false false bmf_write @@ -3924,13 +3936,13 @@ 197 Form1.cs - 756 + 757 53 " false 1 - 756 - 756 + 757 + 757 false false bmf_write @@ -3943,13 +3955,13 @@ 198 Form1.cs - 759 + 760 35 " false 0 - 759 - 759 + 760 + 760 false false bmf_write @@ -3962,13 +3974,13 @@ 199 Form1.cs - 759 + 760 52 " f false 1 - 759 - 759 + 760 + 760 false false bmf_write @@ -3981,14 +3993,14 @@ 200 Form1.cs - 768 + 769 33 252 开始执行UID卡片写入…… false 0 - 768 - 768 + 769 + 769 false false bmf_write @@ -4002,14 +4014,14 @@ 201 Form1.cs - 776 + 777 35 225 ##运行完毕## false 0 - 776 - 776 + 777 + 777 false false bmf_write @@ -4023,13 +4035,13 @@ 202 Form1.cs - 787 + 788 32 m1t.log false 0 - 787 - 787 + 788 + 788 false false buttonConSave_Click @@ -4042,14 +4054,14 @@ 203 Form1.cs - 788 + 789 29 253 终端内容已保存至m1t.log文件 false 0 - 788 - 788 + 789 + 789 false false buttonConSave_Click @@ -4063,14 +4075,14 @@ 204 Form1.cs - 788 + 789 58 254 Information false 1 - 788 - 788 + 789 + 789 false false buttonConSave_Click @@ -4084,14 +4096,14 @@ 205 Form1.cs - 795 + 796 45 207 有任务运行中,不可执行。 false 0 - 795 - 795 + 796 + 796 false false buttonUidWrite_Click @@ -4105,14 +4117,14 @@ 206 Form1.cs - 795 + 796 68 208 设备忙 false 1 - 795 - 795 + 796 + 796 false false buttonUidWrite_Click @@ -4126,14 +4138,14 @@ 207 Form1.cs - 795 + 796 164 209 MifareOne Tool - 运行中 false 2 - 795 - 795 + 796 + 796 false false buttonUidWrite_Click @@ -4147,14 +4159,14 @@ 208 Form1.cs - 799 + 800 47 255 请输入需要写入的UID卡号,共8位十六进制数,如E44A3BF1。 false 0 - 799 - 799 + 800 + 800 false false buttonUidWrite_Click @@ -4168,14 +4180,14 @@ 209 Form1.cs - 799 + 800 89 256 请输入UID号 false 1 - 799 - 799 + 800 + 800 false false buttonUidWrite_Click @@ -4189,13 +4201,13 @@ 210 Form1.cs - 800 + 801 27 [0-9A-Fa-f]{8} false 0 - 800 - 800 + 801 + 801 false false buttonUidWrite_Click @@ -4208,14 +4220,14 @@ 211 Form1.cs - 803 + 804 33 257 输入的UID号不合法 false 0 - 803 - 803 + 804 + 804 false false buttonUidWrite_Click @@ -4229,17 +4241,19 @@ 212 Form1.cs - 803 - 56 + 804 + 55 + 315 InputError false 1 - 803 - 803 + 804 + 804 false false buttonUidWrite_Click 10 + InputError false false MifareOneTool.Form1 @@ -4248,13 +4262,13 @@ 213 Form1.cs - 816 + 817 58 nfc-bin/nfc-mfsetuid.exe false 0 - 816 - 816 + 817 + 817 false false set_uid @@ -4267,13 +4281,13 @@ 214 Form1.cs - 817 + 818 74 2B0804006263646566676869 false 0 - 817 - 817 + 818 + 818 false false set_uid @@ -4286,14 +4300,14 @@ 215 Form1.cs - 825 + 826 33 258 开始执行UID卡片设定卡号…… false 0 - 825 - 825 + 826 + 826 false false set_uid @@ -4307,14 +4321,14 @@ 216 Form1.cs - 833 + 834 35 225 ##运行完毕## false 0 - 833 - 833 + 834 + 834 false false set_uid @@ -4328,14 +4342,14 @@ 217 Form1.cs - 838 + 839 45 207 有任务运行中,不可执行。 false 0 - 838 - 838 + 839 + 839 false false buttonMfcuk_Click @@ -4349,14 +4363,14 @@ 218 Form1.cs - 838 + 839 68 208 设备忙 false 1 - 838 - 838 + 839 + 839 false false buttonMfcuk_Click @@ -4370,14 +4384,14 @@ 219 Form1.cs - 839 + 840 20 209 MifareOne Tool - 运行中 false 0 - 839 - 839 + 840 + 840 false false buttonMfcuk_Click @@ -4391,14 +4405,14 @@ 220 Form1.cs - 849 + 850 45 207 有任务运行中,不可执行。 false 0 - 849 - 849 + 850 + 850 false false Mfcuk @@ -4412,14 +4426,14 @@ 221 Form1.cs - 849 + 850 68 208 设备忙 false 1 - 849 - 849 + 850 + 850 false false Mfcuk @@ -4433,13 +4447,13 @@ 222 Form1.cs - 850 + 851 58 cmd false 0 - 850 - 850 + 851 + 851 false false Mfcuk @@ -4452,13 +4466,13 @@ 223 Form1.cs - 851 + 852 30 /k mfcuk.exe -v 3 -C -R -1 -s 250 -S 250 false 0 - 851 - 851 + 852 + 852 false false Mfcuk @@ -4471,13 +4485,13 @@ 224 Form1.cs - 852 + 853 37 nfc-bin false 0 - 852 - 852 + 853 + 853 false false Mfcuk @@ -4490,14 +4504,14 @@ 225 Form1.cs - 856 + 857 33 259 开始执行全加密卡片爆破…… false 0 - 856 - 856 + 857 + 857 false false Mfcuk @@ -4511,14 +4525,14 @@ 226 Form1.cs - 859 + 860 35 225 ##运行完毕## false 0 - 859 - 859 + 860 + 860 false false Mfcuk @@ -4532,14 +4546,14 @@ 227 Form1.cs - 866 + 867 45 207 有任务运行中,不可执行。 false 0 - 866 - 866 + 867 + 867 false false buttonCmfWrite_Click @@ -4553,14 +4567,14 @@ 228 Form1.cs - 866 + 867 68 208 设备忙 false 1 - 866 - 866 + 867 + 867 false false buttonCmfWrite_Click @@ -4574,14 +4588,14 @@ 229 Form1.cs - 866 + 867 164 209 MifareOne Tool - 运行中 false 2 - 866 - 866 + 867 + 867 false false buttonCmfWrite_Click @@ -4595,14 +4609,14 @@ 230 Form1.cs - 870 + 871 26 238 MFD文件|*.mfd;*.dump false 0 - 870 - 870 + 871 + 871 false false buttonCmfWrite_Click @@ -4616,14 +4630,14 @@ 231 Form1.cs - 871 + 872 25 239 请选择需要写入的MFD文件 false 0 - 871 - 871 + 872 + 872 false false buttonCmfWrite_Click @@ -4637,14 +4651,14 @@ 232 Form1.cs - 881 + 882 54 240 将要写入的文件存在错误,请用高级模式中的Hex工具打开查看。 false 0 - 881 - 881 + 882 + 882 false false buttonCmfWrite_Click @@ -4658,14 +4672,14 @@ 233 Form1.cs - 881 + 882 95 241 错误 false 1 - 881 - 881 + 882 + 882 false false buttonCmfWrite_Click @@ -4679,13 +4693,13 @@ 234 Form1.cs - 887 + 888 36 cuid_empty.kmf false 0 - 887 - 887 + 888 + 888 false false buttonCmfWrite_Click @@ -4698,13 +4712,13 @@ 235 Form1.cs - 888 + 889 27 cuid_empty.kmf false 0 - 888 - 888 + 889 + 889 false false buttonCmfWrite_Click @@ -4717,14 +4731,14 @@ 236 Form1.cs - 889 + 890 27 260 已启用CUID空卡写入补丁 false 0 - 889 - 889 + 890 + 890 false false buttonCmfWrite_Click @@ -4738,13 +4752,13 @@ 237 Form1.cs - 891 + 892 26 A false 0 - 891 - 891 + 892 + 892 false false buttonCmfWrite_Click @@ -4757,13 +4771,13 @@ 238 Form1.cs - 895 + 896 23 C false 0 - 895 - 895 + 896 + 896 false false buttonCmfWrite_Click @@ -4776,14 +4790,14 @@ 239 Form1.cs - 896 + 897 27 231 正在使用智能KeyABN… false 0 - 896 - 896 + 897 + 897 false false buttonCmfWrite_Click @@ -4797,14 +4811,14 @@ 240 Form1.cs - 900 + 901 41 232 使用KeyA(是)或KeyB(否),还是不使用(用于全新白卡)(取消)? false 0 - 900 - 900 + 901 + 901 false false buttonCmfWrite_Click @@ -4818,17 +4832,19 @@ 241 Form1.cs - 900 - 84 + 901 + 83 + 242 KeyA/B/N false 1 - 900 - 900 + 901 + 901 false false buttonCmfWrite_Click 36 + KeyA_B_N false false MifareOneTool.Form1 @@ -4837,13 +4853,13 @@ 242 Form1.cs - 903 + 904 31 B false 0 - 903 - 903 + 904 + 904 false false buttonCmfWrite_Click @@ -4856,13 +4872,13 @@ 243 Form1.cs - 907 + 908 31 x false 0 - 907 - 907 + 908 + 908 false false buttonCmfWrite_Click @@ -4875,13 +4891,13 @@ 244 Form1.cs - 921 + 922 58 nfc-bin/nfc-mfclassic.exe false 0 - 921 - 921 + 922 + 922 false false cmf_write @@ -4894,13 +4910,13 @@ 245 Form1.cs - 923 + 924 30 c false 0 - 923 - 923 + 924 + 924 false false cmf_write @@ -4913,13 +4929,13 @@ 246 Form1.cs - 923 + 924 47 u " false 1 - 923 - 923 + 924 + 924 false false cmf_write @@ -4932,13 +4948,13 @@ 247 Form1.cs - 923 + 924 67 " false 2 - 923 - 923 + 924 + 924 false false cmf_write @@ -4951,13 +4967,13 @@ 248 Form1.cs - 926 + 927 35 " false 0 - 926 - 926 + 927 + 927 false false cmf_write @@ -4970,13 +4986,13 @@ 249 Form1.cs - 926 + 927 52 " f false 1 - 926 - 926 + 927 + 927 false false cmf_write @@ -4989,14 +5005,14 @@ 250 Form1.cs - 935 + 936 33 261 开始执行CUID/FUID卡片写入…… false 0 - 935 - 935 + 936 + 936 false false cmf_write @@ -5010,13 +5026,13 @@ 251 Form1.cs - 947 + 948 30 cuid_empty.kmf false 0 - 947 - 947 + 948 + 948 false false cmf_write @@ -5029,14 +5045,14 @@ 252 Form1.cs - 949 + 950 35 225 ##运行完毕## false 0 - 949 - 949 + 950 + 950 false false cmf_write @@ -5050,14 +5066,14 @@ 253 Form1.cs - 959 + 960 45 262 MifareOne Tool - 已终止 false 0 - 959 - 959 + 960 + 960 false false buttonKill_Click @@ -5071,14 +5087,14 @@ 254 Form1.cs - 960 + 961 31 263 ##程序已被强制停止## false 0 - 960 - 960 + 961 + 961 false false buttonKill_Click @@ -5092,14 +5108,14 @@ 255 Form1.cs - 967 + 968 45 207 有任务运行中,不可执行。 false 0 - 967 - 967 + 968 + 968 false false buttonLockUfuid_Click @@ -5113,14 +5129,14 @@ 256 Form1.cs - 967 + 968 68 208 设备忙 false 1 - 967 - 967 + 968 + 968 false false buttonLockUfuid_Click @@ -5134,14 +5150,14 @@ 257 Form1.cs - 967 + 968 164 209 MifareOne Tool - 运行中 false 2 - 967 - 967 + 968 + 968 false false buttonLockUfuid_Click @@ -5155,15 +5171,15 @@ 258 Form1.cs - 968 + 969 33 264 该操作将会锁死UFUID卡片!!! 锁死后不可恢复!无法再次更改0块!请确认是否要继续操作? false 0 - 968 - 968 + 969 + 969 false false buttonLockUfuid_Click @@ -5177,14 +5193,14 @@ 259 Form1.cs - 968 + 969 75 249 危险操作警告 false 1 - 968 - 968 + 969 + 969 false false buttonLockUfuid_Click @@ -5198,13 +5214,13 @@ 260 Form1.cs - 980 + 981 58 nfc-bin/nfc-mfsetuid.exe false 0 - 980 - 980 + 981 + 981 false false lock_ufuid @@ -5217,13 +5233,13 @@ 261 Form1.cs - 984 + 985 30 -q -l false 0 - 984 - 984 + 985 + 985 false false lock_ufuid @@ -5236,14 +5252,14 @@ 262 Form1.cs - 992 + 993 33 265 开始执行UFUID卡片锁定…… false 0 - 992 - 992 + 993 + 993 false false lock_ufuid @@ -5257,14 +5273,14 @@ 263 Form1.cs - 1000 + 1001 35 225 ##运行完毕## false 0 - 1000 - 1000 + 1001 + 1001 false false lock_ufuid @@ -5278,14 +5294,14 @@ 264 Form1.cs - 1005 + 1006 45 207 有任务运行中,不可执行。 false 0 - 1005 - 1005 + 1006 + 1006 false false buttonMfFormat_Click @@ -5299,14 +5315,14 @@ 265 Form1.cs - 1005 + 1006 68 208 设备忙 false 1 - 1005 - 1005 + 1006 + 1006 false false buttonMfFormat_Click @@ -5320,14 +5336,14 @@ 266 Form1.cs - 1006 + 1007 49 266 未选择有效key.mfd。 false 0 - 1006 - 1006 + 1007 + 1007 false false buttonMfFormat_Click @@ -5341,14 +5357,14 @@ 267 Form1.cs - 1006 + 1007 73 267 无密钥 false 1 - 1006 - 1006 + 1007 + 1007 false false buttonMfFormat_Click @@ -5362,14 +5378,14 @@ 268 Form1.cs - 1006 + 1007 167 209 MifareOne Tool - 运行中 false 2 - 1006 - 1006 + 1007 + 1007 false false buttonMfFormat_Click @@ -5383,13 +5399,13 @@ 269 Form1.cs - 1008 + 1009 26 A false 0 - 1008 - 1008 + 1009 + 1009 false false buttonMfFormat_Click @@ -5402,13 +5418,13 @@ 270 Form1.cs - 1011 + 1012 23 C false 0 - 1011 - 1011 + 1012 + 1012 false false buttonMfFormat_Click @@ -5421,14 +5437,14 @@ 271 Form1.cs - 1012 + 1013 27 231 正在使用智能KeyABN… false 0 - 1012 - 1012 + 1013 + 1013 false false buttonMfFormat_Click @@ -5442,14 +5458,14 @@ 272 Form1.cs - 1016 + 1017 41 268 使用KeyA(是)或KeyB(否)? false 0 - 1016 - 1016 + 1017 + 1017 false false buttonMfFormat_Click @@ -5463,13 +5479,13 @@ 273 Form1.cs - 1016 + 1017 70 KeyA/B false 1 - 1016 - 1016 + 1017 + 1017 false false buttonMfFormat_Click @@ -5482,13 +5498,13 @@ 274 Form1.cs - 1019 + 1020 31 B false 0 - 1019 - 1019 + 1020 + 1020 false false buttonMfFormat_Click @@ -5501,13 +5517,13 @@ 275 Form1.cs - 1033 + 1034 58 nfc-bin/nfc-mfclassic.exe false 0 - 1033 - 1033 + 1034 + 1034 false false mf_format @@ -5520,13 +5536,13 @@ 276 Form1.cs - 1035 + 1036 30 f false 0 - 1035 - 1035 + 1036 + 1036 false false mf_format @@ -5539,13 +5555,13 @@ 277 Form1.cs - 1035 + 1036 47 u " false 1 - 1035 - 1035 + 1036 + 1036 false false mf_format @@ -5558,13 +5574,13 @@ 278 Form1.cs - 1035 + 1036 67 " false 2 - 1035 - 1035 + 1036 + 1036 false false mf_format @@ -5577,13 +5593,13 @@ 279 Form1.cs - 1036 + 1037 31 " false 0 - 1036 - 1036 + 1037 + 1037 false false mf_format @@ -5596,13 +5612,13 @@ 280 Form1.cs - 1036 + 1037 48 " f false 1 - 1036 - 1036 + 1037 + 1037 false false mf_format @@ -5615,14 +5631,14 @@ 281 Form1.cs - 1044 + 1045 33 269 开始执行格式化M1卡片…… false 0 - 1044 - 1044 + 1045 + 1045 false false mf_format @@ -5636,14 +5652,14 @@ 282 Form1.cs - 1052 + 1053 35 225 ##运行完毕## false 0 - 1052 - 1052 + 1053 + 1053 false false mf_format @@ -5657,14 +5673,14 @@ 283 Form1.cs - 1072 + 1073 45 207 有任务运行中,不可执行。 false 0 - 1072 - 1072 + 1073 + 1073 false false buttonECmfoc_Click @@ -5678,14 +5694,14 @@ 284 Form1.cs - 1072 + 1073 68 208 设备忙 false 1 - 1072 - 1072 + 1073 + 1073 false false buttonECmfoc_Click @@ -5699,14 +5715,14 @@ 285 Form1.cs - 1072 + 1073 164 209 MifareOne Tool - 运行中 false 2 - 1072 - 1072 + 1073 + 1073 false false buttonECmfoc_Click @@ -5720,13 +5736,13 @@ 286 Form1.cs - 1073 + 1074 28 Mfoc.tmp false 0 - 1073 - 1073 + 1074 + 1074 false false buttonECmfoc_Click @@ -5739,14 +5755,14 @@ 287 Form1.cs - 1075 + 1076 48 244 请输入已知的Key,以英文半角逗号分隔。 false 0 - 1075 - 1075 + 1076 + 1076 false false buttonECmfoc_Click @@ -5760,14 +5776,14 @@ 288 Form1.cs - 1075 + 1076 79 245 请输入已知Key false 1 - 1075 - 1075 + 1076 + 1076 false false buttonECmfoc_Click @@ -5781,13 +5797,13 @@ 289 Form1.cs - 1075 + 1076 100 FFFFFFFFFFFF false 2 - 1075 - 1075 + 1076 + 1076 false false buttonECmfoc_Click @@ -5800,13 +5816,13 @@ 290 Form1.cs - 1080 + 1081 35 [0-9A-Fa-f]{12} false 0 - 1080 - 1080 + 1081 + 1081 false false buttonECmfoc_Click @@ -5819,13 +5835,13 @@ 291 Form1.cs - 1083 + 1084 33 -k false 0 - 1083 - 1083 + 1084 + 1084 false false buttonECmfoc_Click @@ -5838,13 +5854,13 @@ 292 Form1.cs - 1083 + 1084 62 false 1 - 1083 - 1083 + 1084 + 1084 false false buttonECmfoc_Click @@ -5857,14 +5873,14 @@ 293 Form1.cs - 1132 + 1133 45 207 有任务运行中,不可执行。 false 0 - 1132 - 1132 + 1133 + 1133 false false buttonEnAcr122u_Click @@ -5878,14 +5894,14 @@ 294 Form1.cs - 1132 + 1133 68 208 设备忙 false 1 - 1132 - 1132 + 1133 + 1133 false false buttonEnAcr122u_Click @@ -5899,14 +5915,14 @@ 295 Form1.cs - 1132 + 1133 164 209 MifareOne Tool - 运行中 false 2 - 1132 - 1132 + 1133 + 1133 false false buttonEnAcr122u_Click @@ -5920,15 +5936,15 @@ 296 Form1.cs - 1133 + 1134 33 270 同时打开ACR122U支持可能会引起操作速度下降。 请确认是否要继续操作? false 0 - 1133 - 1133 + 1134 + 1134 false false buttonEnAcr122u_Click @@ -5942,14 +5958,14 @@ 297 Form1.cs - 1133 + 1134 75 271 提示信息 false 1 - 1133 - 1133 + 1134 + 1134 false false buttonEnAcr122u_Click @@ -5963,13 +5979,13 @@ 298 Form1.cs - 1134 + 1135 23 MifareOne Tool false 0 - 1134 - 1134 + 1135 + 1135 false false buttonEnAcr122u_Click @@ -5982,13 +5998,13 @@ 299 Form1.cs - 1136 + 1137 30 nfc-bin/libnfc(PN532Only).dll false 0 - 1136 - 1136 + 1137 + 1137 false false buttonEnAcr122u_Click @@ -6001,14 +6017,14 @@ 300 Form1.cs - 1138 + 1139 27 272 ACR122U支持已经打开过。 false 0 - 1138 - 1138 + 1139 + 1139 false false buttonEnAcr122u_Click @@ -6022,13 +6038,13 @@ 301 Form1.cs - 1140 + 1141 30 nfc-bin/libnfc(ACR122U).dll false 0 - 1140 - 1140 + 1141 + 1141 false false buttonEnAcr122u_Click @@ -6041,14 +6057,14 @@ 302 Form1.cs - 1142 + 1143 27 273 正在打开ACR122U支持…… false 0 - 1142 - 1142 + 1143 + 1143 false false buttonEnAcr122u_Click @@ -6062,13 +6078,13 @@ 303 Form1.cs - 1143 + 1144 28 nfc-bin/libnfc.dll false 0 - 1143 - 1143 + 1144 + 1144 false false buttonEnAcr122u_Click @@ -6081,13 +6097,13 @@ 304 Form1.cs - 1143 + 1144 50 nfc-bin/libnfc(PN532Only).dll false 1 - 1143 - 1143 + 1144 + 1144 false false buttonEnAcr122u_Click @@ -6100,13 +6116,13 @@ 305 Form1.cs - 1144 + 1145 28 nfc-bin/libnfc(ACR122U).dll false 0 - 1144 - 1144 + 1145 + 1145 false false buttonEnAcr122u_Click @@ -6119,13 +6135,13 @@ 306 Form1.cs - 1144 + 1145 59 nfc-bin/libnfc.dll false 1 - 1144 - 1144 + 1145 + 1145 false false buttonEnAcr122u_Click @@ -6138,14 +6154,14 @@ 307 Form1.cs - 1145 + 1146 27 274 已打开。 false 0 - 1145 - 1145 + 1146 + 1146 false false buttonEnAcr122u_Click @@ -6159,14 +6175,14 @@ 308 Form1.cs - 1148 + 1149 20 211 MifareOne Tool - 运行完毕 false 0 - 1148 - 1148 + 1149 + 1149 false false buttonEnAcr122u_Click @@ -6180,14 +6196,14 @@ 309 Form1.cs - 1149 + 1150 23 225 ##运行完毕## false 0 - 1149 - 1149 + 1150 + 1150 false false buttonEnAcr122u_Click @@ -6201,14 +6217,14 @@ 310 Form1.cs - 1156 + 1157 36 275 运行中 false 0 - 1156 - 1156 + 1157 + 1157 false false timer1_Tick @@ -6222,14 +6238,14 @@ 311 Form1.cs - 1161 + 1162 41 276 运行时间: false 0 - 1161 - 1161 + 1162 + 1162 false false timer1_Tick @@ -6243,14 +6259,14 @@ 312 Form1.cs - 1161 + 1162 99 277 false 1 - 1161 - 1161 + 1162 + 1162 false false timer1_Tick @@ -6264,14 +6280,14 @@ 313 Form1.cs - 1164 + 1165 39 278 空闲 false 0 - 1164 - 1164 + 1165 + 1165 false false timer1_Tick @@ -6285,14 +6301,14 @@ 314 Form1.cs - 1169 + 1170 45 207 有任务运行中,不可执行。 false 0 - 1169 - 1169 + 1170 + 1170 false false buttonCheckEncrypt_Click @@ -6306,14 +6322,14 @@ 315 Form1.cs - 1169 + 1170 68 208 设备忙 false 1 - 1169 - 1169 + 1170 + 1170 false false buttonCheckEncrypt_Click @@ -6327,14 +6343,14 @@ 316 Form1.cs - 1169 + 1170 164 209 MifareOne Tool - 运行中 false 2 - 1169 - 1169 + 1170 + 1170 false false buttonCheckEncrypt_Click @@ -6348,14 +6364,14 @@ 317 Form1.cs - 1173 + 1174 52 244 请输入已知的Key,以英文半角逗号分隔。 false 0 - 1173 - 1173 + 1174 + 1174 false false buttonCheckEncrypt_Click @@ -6369,14 +6385,14 @@ 318 Form1.cs - 1173 + 1174 83 245 请输入已知Key false 1 - 1173 - 1173 + 1174 + 1174 false false buttonCheckEncrypt_Click @@ -6390,13 +6406,13 @@ 319 Form1.cs - 1176 + 1177 75 , false 0 - 1176 - 1176 + 1177 + 1177 false false buttonCheckEncrypt_Click @@ -6409,13 +6425,13 @@ 320 Form1.cs - 1179 + 1180 39 [0-9A-Fa-f]{12} false 0 - 1179 - 1179 + 1180 + 1180 false false buttonCheckEncrypt_Click @@ -6428,13 +6444,13 @@ 321 Form1.cs - 1182 + 1183 37 -k false 0 - 1182 - 1182 + 1183 + 1183 false false buttonCheckEncrypt_Click @@ -6447,13 +6463,13 @@ 322 Form1.cs - 1182 + 1183 66 false 1 - 1182 - 1182 + 1183 + 1183 false false buttonCheckEncrypt_Click @@ -6466,13 +6482,13 @@ 323 Form1.cs - 1197 + 1198 58 nfc-bin/mfdetect.exe false 0 - 1197 - 1197 + 1198 + 1198 false false MfDetect @@ -6485,13 +6501,13 @@ 324 Form1.cs - 1198 + 1199 53 -O dummy.tmp false 0 - 1198 - 1198 + 1199 + 1199 false false MfDetect @@ -6504,14 +6520,14 @@ 325 Form1.cs - 1206 + 1207 33 279 开始执行检测卡片加密…… false 0 - 1206 - 1206 + 1207 + 1207 false false MfDetect @@ -6525,13 +6541,13 @@ 326 Form1.cs - 1213 + 1214 26 dummy.tmp false 0 - 1213 - 1213 + 1214 + 1214 false false MfDetect @@ -6544,14 +6560,14 @@ 327 Form1.cs - 1217 + 1218 39 225 ##运行完毕## false 0 - 1217 - 1217 + 1218 + 1218 false false MfDetect @@ -6565,14 +6581,14 @@ 328 Form1.cs - 1221 + 1222 39 234 ##运行出错## false 0 - 1221 - 1221 + 1222 + 1222 false false MfDetect @@ -6586,13 +6602,13 @@ 329 Form1.cs - 1238 + 1239 28 https://github.com/xcicode/MifareOneTool/releases/latest false 0 - 1238 - 1238 + 1239 + 1239 false false toolStripCheckUpdate_ButtonClick @@ -6605,14 +6621,14 @@ 330 Form1.cs - 1249 + 1250 45 207 有任务运行中,不可执行。 false 0 - 1249 - 1249 + 1250 + 1250 false false buttonnKeysMfoc_Click @@ -6626,14 +6642,14 @@ 331 Form1.cs - 1249 + 1250 68 208 设备忙 false 1 - 1249 - 1249 + 1250 + 1250 false false buttonnKeysMfoc_Click @@ -6647,14 +6663,14 @@ 332 Form1.cs - 1249 + 1250 164 209 MifareOne Tool - 运行中 false 2 - 1249 - 1249 + 1250 + 1250 false false buttonnKeysMfoc_Click @@ -6668,13 +6684,13 @@ 333 Form1.cs - 1250 + 1251 28 Mfoc.tmp false 0 - 1250 - 1250 + 1251 + 1251 false false buttonnKeysMfoc_Click @@ -6687,14 +6703,14 @@ 334 Form1.cs - 1252 + 1253 48 244 请输入已知的Key,以英文半角逗号分隔。 false 0 - 1252 - 1252 + 1253 + 1253 false false buttonnKeysMfoc_Click @@ -6708,14 +6724,14 @@ 335 Form1.cs - 1252 + 1253 79 245 请输入已知Key false 1 - 1252 - 1252 + 1253 + 1253 false false buttonnKeysMfoc_Click @@ -6729,13 +6745,13 @@ 336 Form1.cs - 1255 + 1256 71 , false 0 - 1255 - 1255 + 1256 + 1256 false false buttonnKeysMfoc_Click @@ -6748,13 +6764,13 @@ 337 Form1.cs - 1258 + 1259 35 [0-9A-Fa-f]{12} false 0 - 1258 - 1258 + 1259 + 1259 false false buttonnKeysMfoc_Click @@ -6767,13 +6783,13 @@ 338 Form1.cs - 1261 + 1262 33 -k false 0 - 1261 - 1261 + 1262 + 1262 false false buttonnKeysMfoc_Click @@ -6786,13 +6802,13 @@ 339 Form1.cs - 1261 + 1262 62 false 1 - 1261 - 1261 + 1262 + 1262 false false buttonnKeysMfoc_Click @@ -6805,14 +6821,14 @@ 340 Form1.cs - 1279 + 1280 45 207 有任务运行中,不可执行。 false 0 - 1279 - 1279 + 1280 + 1280 false false buttonDictMfoc_Click @@ -6826,14 +6842,14 @@ 341 Form1.cs - 1279 + 1280 68 208 设备忙 false 1 - 1279 - 1279 + 1280 + 1280 false false buttonDictMfoc_Click @@ -6847,14 +6863,14 @@ 342 Form1.cs - 1279 + 1280 164 209 MifareOne Tool - 运行中 false 2 - 1279 - 1279 + 1280 + 1280 false false buttonDictMfoc_Click @@ -6868,13 +6884,13 @@ 343 Form1.cs - 1280 + 1281 32 /k false 0 - 1280 - 1280 + 1281 + 1281 false false buttonDictMfoc_Click @@ -6887,14 +6903,14 @@ 344 Form1.cs - 1288 + 1289 26 280 密钥字典文件|*.dic false 0 - 1288 - 1288 + 1289 + 1289 false false buttonDictMfoc_Click @@ -6908,14 +6924,14 @@ 345 Form1.cs - 1289 + 1290 25 281 请选择需要打开的密钥字典文件 false 0 - 1289 - 1289 + 1290 + 1290 false false buttonDictMfoc_Click @@ -6929,14 +6945,14 @@ 346 Form1.cs - 1297 + 1298 24 282 - MifareOne Tool - 已取消 + MifareOne Tool - отменено false 0 - 1297 - 1297 + 1298 + 1298 false false buttonDictMfoc_Click @@ -6950,13 +6966,13 @@ 347 Form1.cs - 1300 + 1301 28 Mfoc.tmp false 0 - 1300 - 1300 + 1301 + 1301 false false buttonDictMfoc_Click @@ -6969,13 +6985,13 @@ 348 Form1.cs - 1301 + 1302 27 -f " false 0 - 1301 - 1301 + 1302 + 1302 false false buttonDictMfoc_Click @@ -6988,13 +7004,13 @@ 349 Form1.cs - 1301 + 1302 48 " false 1 - 1301 - 1301 + 1302 + 1302 false false buttonDictMfoc_Click @@ -7007,13 +7023,13 @@ 350 Form1.cs - 1322 + 1323 58 cmd.exe false 0 - 1322 - 1322 + 1323 + 1323 false false mfocCMD @@ -7026,13 +7042,13 @@ 351 Form1.cs - 1324 + 1325 37 ./ false 0 - 1324 - 1324 + 1325 + 1325 false false mfocCMD @@ -7045,13 +7061,13 @@ 352 Form1.cs - 1325 + 1326 30 /T:0A false 0 - 1325 - 1325 + 1326 + 1326 false false mfocCMD @@ -7064,13 +7080,13 @@ 353 Form1.cs - 1325 + 1326 52 nfc-bin\mfoc.exe false 1 - 1325 - 1325 + 1326 + 1326 true false mfocCMD @@ -7083,13 +7099,13 @@ 354 Form1.cs - 1325 + 1326 85 -O " false 2 - 1325 - 1325 + 1326 + 1326 false false mfocCMD @@ -7102,13 +7118,13 @@ 355 Form1.cs - 1325 + 1326 106 " false 3 - 1325 - 1325 + 1326 + 1326 false false mfocCMD @@ -7121,14 +7137,14 @@ 356 Form1.cs - 1329 + 1330 33 283 开始执行字典模式MFOC解密…… false 0 - 1329 - 1329 + 1330 + 1330 false false mfocCMD @@ -7142,14 +7158,14 @@ 357 Form1.cs - 1334 + 1335 39 225 ##运行完毕## false 0 - 1334 - 1334 + 1335 + 1335 false false mfocCMD @@ -7163,14 +7179,14 @@ 358 Form1.cs - 1338 + 1339 39 234 ##运行出错## false 0 - 1338 - 1338 + 1339 + 1339 false false mfocCMD @@ -7184,14 +7200,14 @@ 359 Form1.cs - 1365 + 1366 45 207 有任务运行中,不可执行。 false 0 - 1365 - 1365 + 1366 + 1366 false false buttonHardNested_Click @@ -7205,14 +7221,14 @@ 360 Form1.cs - 1365 + 1366 68 208 设备忙 false 1 - 1365 - 1365 + 1366 + 1366 false false buttonHardNested_Click @@ -7226,14 +7242,14 @@ 361 Form1.cs - 1365 + 1366 164 209 MifareOne Tool - 运行中 false 2 - 1365 - 1365 + 1366 + 1366 false false buttonHardNested_Click @@ -7247,18 +7263,18 @@ 362 Form1.cs - 1386 + 1381 24 282 - MifareOne Tool - 已取消 + MifareOne Tool - отменено false 0 - 1386 - 1386 + 1381 + 1381 false false buttonHardNested_Click - 23 + 17 MifareOne_Tool_已取消 false false @@ -7268,14 +7284,14 @@ 363 Form1.cs - 1392 - 58 - nfc-bin/libnfc_hardnested.exe + 1387 + 52 + C:\cygwin64\home\Oppai45\cropto1_bs\cropto1_bs.exe false 0 - 1392 - 1392 - false + 1387 + 1387 + true false Hardnest 3 @@ -7287,180 +7303,14 @@ 364 Form1.cs - 1395 - 33 - nfc-bin/libnfc_hardnestedlc.exe - false - 0 - 1395 - 1395 - false - false - Hardnest - 6 - false - false - MifareOneTool.Form1 - false - - - 365 - Form1.cs - 1405 - 33 - 284 - 开始执行HardNested解密强化卡…… - false - 0 - 1405 - 1405 - false - false - Hardnest - 16 - 开始执行HardNested解密强化卡 - false - false - MifareOneTool.Form1 - false - - - 366 - Form1.cs - 1415 - 39 - 225 - ##运行完毕## - false - 0 - 1415 - 1415 - false - false - Hardnest - 26 - _运行完毕 - false - false - MifareOneTool.Form1 - false - - - 367 - Form1.cs - 1419 - 39 - 234 - ##运行出错## - false - 0 - 1419 - 1419 - false - false - Hardnest - 30 - _运行出错 - false - false - MifareOneTool.Form1 - false - - - 368 - Form1.cs - 1426 - 57 - 285 - nfc-bin/collect.exe - false - 0 - 1426 - 1426 - false - false - CollectNonce - 3 - nfc_bin_collect_exe - false - false - MifareOneTool.Form1 - false - - - 369 - Form1.cs - 1435 - 33 - 286 - 开始执行HardNested收集数据…… - false - 0 - 1435 - 1435 - false - false - CollectNonce - 12 - 开始执行HardNested收集数据 - false - false - MifareOneTool.Form1 - false - - - 370 - Form1.cs - 1445 - 39 - 225 - ##运行完毕## - false - 0 - 1445 - 1445 - false - false - CollectNonce - 22 - _运行完毕 - false - false - MifareOneTool.Form1 - false - - - 371 - Form1.cs - 1449 - 39 - 234 - ##运行出错## - false - 0 - 1449 - 1449 - false - false - CollectNonce - 26 - _运行出错 - false - false - MifareOneTool.Form1 - false - - - 372 - Form1.cs - 1512 + 1458 27 287 已指定使用该NFC设备: false 0 - 1512 - 1512 + 1458 + 1458 false false SetDeviceCombo_SelectedIndexChanged @@ -7472,16 +7322,16 @@ false - 373 + 365 Form1.cs - 1549 + 1495 54 337 标准 false 0 - 1549 - 1549 + 1495 + 1495 false false ComboBox1_SelectedIndexChanged @@ -7493,15 +7343,15 @@ false - 374 + 366 Form1.cs - 1551 + 1497 102 zh-ZH false 0 - 1551 - 1551 + 1497 + 1497 false false ComboBox1_SelectedIndexChanged @@ -7512,15 +7362,15 @@ false - 375 + 367 Form1.cs - 1552 + 1498 100 zh-ZH false 0 - 1552 - 1552 + 1498 + 1498 false false ComboBox1_SelectedIndexChanged @@ -7531,15 +7381,15 @@ false - 376 + 368 Form1.cs - 1553 + 1499 57 zh-ZH false 0 - 1553 - 1553 + 1499 + 1499 false false ComboBox1_SelectedIndexChanged @@ -7550,16 +7400,16 @@ false - 377 + 369 Form1.cs - 1557 + 1503 59 338 俄语 false 0 - 1557 - 1557 + 1503 + 1503 false false ComboBox1_SelectedIndexChanged @@ -7571,15 +7421,15 @@ false - 378 + 370 Form1.cs - 1559 + 1505 102 ru-RU false 0 - 1559 - 1559 + 1505 + 1505 false false ComboBox1_SelectedIndexChanged @@ -7590,15 +7440,15 @@ false - 379 + 371 Form1.cs - 1560 + 1506 100 ru-RU false 0 - 1560 - 1560 + 1506 + 1506 false false ComboBox1_SelectedIndexChanged @@ -7609,15 +7459,15 @@ false - 380 + 372 Form1.cs - 1561 + 1507 57 ru-RU false 0 - 1561 - 1561 + 1507 + 1507 false false ComboBox1_SelectedIndexChanged @@ -7628,15 +7478,15 @@ false - 381 + 373 Form1.cs - 1596 + 1542 51 nfc-bin/nfcUID.exe false 0 - 1596 - 1596 + 1542 + 1542 false false ShowUID_Click @@ -7647,15 +7497,15 @@ false - 382 + 374 Form1.cs - 1596 + 1542 72 -device=1 false 1 - 1596 - 1596 + 1542 + 1542 false false ShowUID_Click @@ -7666,7 +7516,7 @@ false - 383 + 375 FormDiff.cs 30 26 @@ -7687,7 +7537,7 @@ false - 384 + 376 FormDiff.cs 31 25 @@ -7708,7 +7558,7 @@ false - 385 + 377 FormDiff.cs 45 33 @@ -7727,7 +7577,7 @@ false - 386 + 378 FormDiff.cs 49 46 @@ -7748,7 +7598,7 @@ false - 387 + 379 FormDiff.cs 60 44 @@ -7768,7 +7618,7 @@ false - 388 + 380 FormDiff.cs 68 26 @@ -7789,7 +7639,7 @@ false - 389 + 381 FormDiff.cs 69 25 @@ -7810,7 +7660,7 @@ false - 390 + 382 FormDiff.cs 83 33 @@ -7829,7 +7679,7 @@ false - 391 + 383 FormDiff.cs 87 46 @@ -7850,7 +7700,7 @@ false - 392 + 384 FormDiff.cs 102 27 @@ -7871,10 +7721,11 @@ false - 393 + 385 FormDiff.cs 111 - 33 + 32 + 376 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% false 0 @@ -7884,13 +7735,14 @@ false Compare 6 + res1 false false MifareOneTool.FormDiff false - 394 + 386 FormDiff.cs 112 32 @@ -7911,10 +7763,11 @@ false - 395 + 387 FormDiff.cs 120 - 37 + 36 + 377 -- false 0 @@ -7924,16 +7777,18 @@ false Compare 15 + res2 false false MifareOneTool.FormDiff false - 396 + 388 FormDiff.cs 124 - 37 + 36 + 378 ## false 0 @@ -7943,13 +7798,14 @@ false Compare 19 + res3 false false MifareOneTool.FormDiff false - 397 + 389 FormDiff.cs 127 37 @@ -7968,7 +7824,7 @@ false - 398 + 390 FormDiff.cs 128 37 @@ -7987,7 +7843,7 @@ false - 399 + 391 FormDiff.cs 129 37 @@ -8006,7 +7862,7 @@ false - 400 + 392 FormDiff.cs 130 39 @@ -8025,7 +7881,7 @@ false - 401 + 393 FormDiff.cs 137 20 @@ -8046,7 +7902,7 @@ false - 402 + 394 FormDiff.cs 137 59 @@ -8067,295 +7923,8 @@ MifareOneTool.FormDiff false - - 403 - FormHardNes.cs - 38 - 46 - - false - 0 - 38 - 38 - false - false - GetArg - 3 - false - false - MifareOneTool.FormHardNes - false - - - 404 - FormHardNes.cs - 39 - 81 - - false - 0 - 39 - 39 - false - false - GetArg - 4 - false - false - MifareOneTool.FormHardNes - false - - - 405 - FormHardNes.cs - 40 - 43 - A - false - 0 - 40 - 40 - false - false - GetArg - 5 - false - false - MifareOneTool.FormHardNes - false - - - 406 - FormHardNes.cs - 40 - 49 - B - false - 1 - 40 - 40 - false - false - GetArg - 5 - false - false - MifareOneTool.FormHardNes - false - - - 407 - FormHardNes.cs - 40 - 56 - - false - 2 - 40 - 40 - false - false - GetArg - 5 - false - false - MifareOneTool.FormHardNes - false - - - 408 - FormHardNes.cs - 41 - 81 - - false - 0 - 41 - 41 - false - false - GetArg - 6 - false - false - MifareOneTool.FormHardNes - false - - - 409 - FormHardNes.cs - 42 - 42 - A - false - 0 - 42 - 42 - false - false - GetArg - 7 - false - false - MifareOneTool.FormHardNes - false - 410 - FormHardNes.cs - 42 - 48 - B - false - 1 - 42 - 42 - false - false - GetArg - 7 - false - false - MifareOneTool.FormHardNes - false - - - 411 - FormHardNes.cs - 48 - 25 - _ - false - 0 - 48 - 48 - false - false - GetFileAfter - 2 - false - false - MifareOneTool.FormHardNes - false - - - 412 - FormHardNes.cs - 49 - 33 - {0:D3} - false - 0 - 49 - 49 - false - false - GetFileAfter - 3 - false - false - MifareOneTool.FormHardNes - false - - - 413 - FormHardNes.cs - 50 - 40 - A - false - 0 - 50 - 50 - false - false - GetFileAfter - 4 - false - false - MifareOneTool.FormHardNes - false - - - 414 - FormHardNes.cs - 50 - 46 - B - false - 1 - 50 - 50 - false - false - GetFileAfter - 4 - false - false - MifareOneTool.FormHardNes - false - - - 415 - FormHardNes.cs - 51 - 19 - .txt - false - 0 - 51 - 51 - false - false - GetFileAfter - 5 - false - false - MifareOneTool.FormHardNes - false - - - 416 - FormHardNes.cs - 69 - 38 - [0-9A-Fa-f]{12} - false - 0 - 69 - 69 - true - false - button1_Click - 3 - false - false - MifareOneTool.FormHardNes - false - - - 417 - FormHardNes.cs - 119 - 33 - 294 - 设置错误,请修改。 - false - 0 - 119 - 119 - false - false - button1_Click - 53 - 设置错误_请修改 - false - false - MifareOneTool.FormHardNes - false - - - 418 FormHTool.cs 34 27 @@ -8376,7 +7945,7 @@ false - 419 + 411 FormHTool.cs 39 44 @@ -8396,7 +7965,7 @@ false - 420 + 412 FormHTool.cs 56 41 @@ -8417,7 +7986,7 @@ false - 421 + 413 FormHTool.cs 59 32 @@ -8438,7 +8007,7 @@ false - 422 + 414 FormHTool.cs 80 24 @@ -8460,7 +8029,7 @@ false - 423 + 415 FormHTool.cs 88 24 @@ -8482,7 +8051,7 @@ false - 424 + 416 FormHTool.cs 96 24 @@ -8504,7 +8073,7 @@ false - 425 + 417 FormHTool.cs 108 26 @@ -8525,7 +8094,7 @@ false - 426 + 418 FormHTool.cs 109 25 @@ -8546,7 +8115,7 @@ false - 427 + 419 FormHTool.cs 126 46 @@ -8567,7 +8136,7 @@ false - 428 + 420 FormHTool.cs 131 23 @@ -8588,7 +8157,7 @@ false - 429 + 421 FormHTool.cs 158 45 @@ -8609,7 +8178,7 @@ false - 430 + 422 FormHTool.cs 160 23 @@ -8630,7 +8199,7 @@ false - 431 + 423 FormHTool.cs 160 58 @@ -8651,7 +8220,7 @@ false - 432 + 424 FormHTool.cs 168 31 @@ -8670,7 +8239,7 @@ false - 433 + 425 FormHTool.cs 169 25 @@ -8691,7 +8260,7 @@ false - 434 + 426 FormHTool.cs 171 26 @@ -8712,7 +8281,7 @@ false - 435 + 427 FormHTool.cs 186 45 @@ -8733,7 +8302,7 @@ false - 436 + 428 FormHTool.cs 188 23 @@ -8754,10 +8323,11 @@ false - 437 + 429 FormHTool.cs 188 - 52 + 51 + 304 false 1 @@ -8767,13 +8337,14 @@ false 另存为ToolStripMenuItem_Click 25 + res false false MifareOneTool.FormHTool false - 438 + 430 FormHTool.cs 193 38 @@ -8792,7 +8363,7 @@ false - 439 + 431 FormHTool.cs 210 38 @@ -8811,7 +8382,7 @@ false - 440 + 432 FormHTool.cs 236 37 @@ -8832,7 +8403,7 @@ false - 441 + 433 FormHTool.cs 261 27 @@ -8853,7 +8424,7 @@ false - 442 + 434 FormHTool.cs 268 52 @@ -8874,7 +8445,7 @@ false - 443 + 435 FormHTool.cs 284 33 @@ -8895,7 +8466,7 @@ false - 444 + 436 FormHTool.cs 288 30 @@ -8917,7 +8488,7 @@ false - 445 + 437 FormHTool.cs 291 28 @@ -8938,10 +8509,11 @@ false - 446 + 438 FormHTool.cs 291 - 59 + 58 + 379 false @@ -8952,13 +8524,14 @@ false 检查全卡ToolStripMenuItem_Click 12 + res4 false false MifareOneTool.FormHTool false - 447 + 439 FormHTool.cs 294 32 @@ -8980,7 +8553,7 @@ false - 448 + 440 FormHTool.cs 298 32 @@ -9002,7 +8575,7 @@ false - 449 + 441 FormHTool.cs 302 32 @@ -9024,7 +8597,7 @@ false - 450 + 442 FormHTool.cs 306 32 @@ -9046,7 +8619,7 @@ false - 451 + 443 FormHTool.cs 320 47 @@ -9067,7 +8640,7 @@ false - 452 + 444 FormHTool.cs 320 89 @@ -9088,7 +8661,7 @@ false - 453 + 445 FormHTool.cs 321 27 @@ -9107,7 +8680,7 @@ false - 454 + 446 FormHTool.cs 324 33 @@ -9128,7 +8701,7 @@ false - 455 + 447 FormHTool.cs 324 55 @@ -9149,7 +8722,7 @@ false - 456 + 448 FormHTool.cs 334 23 @@ -9170,7 +8743,7 @@ false - 457 + 449 FormHTool.cs 334 60 @@ -9191,7 +8764,7 @@ false - 458 + 450 FormHTool.cs 343 23 @@ -9212,7 +8785,7 @@ false - 459 + 451 FormHTool.cs 352 33 @@ -9233,7 +8806,7 @@ false - 460 + 452 FormHTool.cs 356 30 @@ -9255,7 +8828,7 @@ false - 461 + 453 FormHTool.cs 359 28 @@ -9276,10 +8849,11 @@ false - 462 + 454 FormHTool.cs 359 - 59 + 58 + 379 false @@ -9290,13 +8864,14 @@ false 检查并纠正全卡ToolStripMenuItem_Click 13 + res4 false false MifareOneTool.FormHTool false - 463 + 455 FormHTool.cs 368 32 @@ -9318,7 +8893,7 @@ false - 464 + 456 FormHTool.cs 376 32 @@ -9340,7 +8915,7 @@ false - 465 + 457 FormHTool.cs 384 32 @@ -9362,7 +8937,7 @@ false - 466 + 458 FormHTool.cs 388 32 @@ -9384,7 +8959,7 @@ false - 467 + 459 FormHTool.cs 401 31 @@ -9403,7 +8978,7 @@ false - 468 + 460 FormHTool.cs 402 25 @@ -9424,7 +8999,7 @@ false - 469 + 461 FormHTool.cs 404 26 @@ -9445,7 +9020,7 @@ false - 470 + 462 FormHTool.cs 419 45 @@ -9466,7 +9041,7 @@ false - 471 + 463 FormHTool.cs 421 23 @@ -9487,7 +9062,7 @@ false - 472 + 464 FormHTool.cs 421 56 @@ -9506,7 +9081,7 @@ false - 473 + 465 FormHTool.cs 429 31 @@ -9525,7 +9100,7 @@ false - 474 + 466 FormHTool.cs 430 25 @@ -9546,7 +9121,7 @@ false - 475 + 467 FormHTool.cs 432 26 @@ -9567,7 +9142,7 @@ false - 476 + 468 FormHTool.cs 442 23 @@ -9588,10 +9163,11 @@ false - 477 + 469 FormHTool.cs 442 - 57 + 56 + 304 false 1 @@ -9601,13 +9177,14 @@ false 导出密钥字典ToolStripMenuItem_Click 18 + res false false MifareOneTool.FormHTool false - 478 + 470 FormHTool.cs 450 26 @@ -9628,7 +9205,7 @@ false - 479 + 471 FormHTool.cs 451 25 @@ -9649,7 +9226,7 @@ false - 480 + 472 FormHTool.cs 468 46 @@ -9670,7 +9247,7 @@ false - 481 + 473 FormHTool.cs 473 23 @@ -9691,7 +9268,7 @@ false - 482 + 474 FormHTool.cs 481 31 @@ -9712,7 +9289,7 @@ false - 483 + 475 FormHTool.cs 482 32 @@ -9731,7 +9308,7 @@ false - 484 + 476 FormHTool.cs 483 32 @@ -9750,7 +9327,7 @@ false - 485 + 477 FormMFF08.cs 26 26 @@ -9771,7 +9348,7 @@ false - 486 + 478 FormMFF08.cs 27 25 @@ -9792,7 +9369,7 @@ false - 487 + 479 FormMFF08.cs 45 38 @@ -9812,7 +9389,7 @@ false - 488 + 480 FormMFF08.cs 70 45 @@ -9833,7 +9410,7 @@ false - 489 + 481 FormMFF08.cs 70 68 @@ -9854,7 +9431,7 @@ false - 490 + 482 FormMFF08.cs 72 32 @@ -9873,7 +9450,7 @@ false - 491 + 483 FormMFF08.cs 77 48 @@ -9892,7 +9469,7 @@ false - 492 + 484 FormMFF08.cs 77 67 @@ -9911,7 +9488,7 @@ false - 493 + 485 FormMFF08.cs 77 72 @@ -9930,7 +9507,7 @@ false - 494 + 486 FormMFF08.cs 83 58 @@ -9949,7 +9526,7 @@ false - 495 + 487 FormMFF08.cs 85 30 @@ -9968,7 +9545,7 @@ false - 496 + 488 FormMFF08.cs 85 47 @@ -9987,7 +9564,7 @@ false - 497 + 489 FormMFF08.cs 85 67 @@ -10006,7 +9583,7 @@ false - 498 + 490 FormMFF08.cs 88 35 @@ -10025,7 +9602,7 @@ false - 499 + 491 FormMFF08.cs 88 53 @@ -10044,7 +9621,7 @@ false - 500 + 492 FormMFF08.cs 105 35 @@ -10065,7 +9642,7 @@ false - 501 + 493 FormMFF08.cs 110 45 @@ -10086,7 +9663,7 @@ false - 502 + 494 FormMFF08.cs 110 68 @@ -10107,7 +9684,7 @@ false - 503 + 495 FormMFF08.cs 112 32 @@ -10126,7 +9703,7 @@ false - 504 + 496 FormMFF08.cs 115 33 @@ -10148,7 +9725,7 @@ false - 505 + 497 FormMFF08.cs 115 75 @@ -10169,7 +9746,7 @@ false - 506 + 498 FormMFF08.cs 122 48 @@ -10188,7 +9765,7 @@ false - 507 + 499 FormMFF08.cs 122 67 @@ -10207,7 +9784,7 @@ false - 508 + 500 FormMFF08.cs 127 31 @@ -10226,7 +9803,7 @@ false - 509 + 501 FormMFF08.cs 129 33 @@ -10248,7 +9825,7 @@ false - 510 + 502 FormMFF08.cs 129 63 @@ -10269,7 +9846,7 @@ false - 511 + 503 GitHubUpdate.cs 17 37 @@ -10290,7 +9867,7 @@ false - 512 + 504 GitHubUpdate.cs 25 66 @@ -10309,7 +9886,7 @@ false - 513 + 505 GitHubUpdate.cs 25 110 @@ -10328,7 +9905,7 @@ false - 514 + 506 GitHubUpdate.cs 29 34 @@ -10347,7 +9924,7 @@ false - 515 + 507 GitHubUpdate.cs 39 46 @@ -10366,7 +9943,7 @@ false - 516 + 508 GitHubUpdate.cs 52 66 @@ -10385,7 +9962,7 @@ false - 517 + 509 GitHubUpdate.cs 52 110 @@ -10404,7 +9981,7 @@ false - 518 + 510 GitHubUpdate.cs 56 34 @@ -10423,7 +10000,7 @@ false - 519 + 511 GitHubUpdate.cs 65 46 @@ -10442,7 +10019,7 @@ false - 520 + 512 Program.cs 38 41 @@ -10464,7 +10041,7 @@ false - 521 + 513 Program.cs 38 83 @@ -10484,4 +10061,291 @@ MifareOneTool.Program false + + 514 + FormHardNes.cs + 38 + 46 + + false + 0 + 38 + 38 + false + false + GetArg + 3 + false + false + MifareOneTool.FormHardNes + false + + + 515 + FormHardNes.cs + 39 + 81 + + false + 0 + 39 + 39 + false + false + GetArg + 4 + false + false + MifareOneTool.FormHardNes + false + + + 516 + FormHardNes.cs + 40 + 43 + A + false + 0 + 40 + 40 + false + false + GetArg + 5 + false + false + MifareOneTool.FormHardNes + false + + + 517 + FormHardNes.cs + 40 + 49 + B + false + 1 + 40 + 40 + false + false + GetArg + 5 + false + false + MifareOneTool.FormHardNes + false + + + 518 + FormHardNes.cs + 40 + 56 + + false + 2 + 40 + 40 + false + false + GetArg + 5 + false + false + MifareOneTool.FormHardNes + false + + + 519 + FormHardNes.cs + 41 + 81 + + false + 0 + 41 + 41 + false + false + GetArg + 6 + false + false + MifareOneTool.FormHardNes + false + + + 520 + FormHardNes.cs + 42 + 42 + A + false + 0 + 42 + 42 + false + false + GetArg + 7 + false + false + MifareOneTool.FormHardNes + false + + + 521 + FormHardNes.cs + 42 + 48 + B + false + 1 + 42 + 42 + false + false + GetArg + 7 + false + false + MifareOneTool.FormHardNes + false + + + 522 + FormHardNes.cs + 48 + 25 + _ + false + 0 + 48 + 48 + false + false + GetFileAfter + 2 + false + false + MifareOneTool.FormHardNes + false + + + 523 + FormHardNes.cs + 49 + 33 + {0:D3} + false + 0 + 49 + 49 + false + false + GetFileAfter + 3 + false + false + MifareOneTool.FormHardNes + false + + + 524 + FormHardNes.cs + 50 + 40 + A + false + 0 + 50 + 50 + false + false + GetFileAfter + 4 + false + false + MifareOneTool.FormHardNes + false + + + 525 + FormHardNes.cs + 50 + 46 + B + false + 1 + 50 + 50 + false + false + GetFileAfter + 4 + false + false + MifareOneTool.FormHardNes + false + + + 526 + FormHardNes.cs + 51 + 19 + .txt + false + 0 + 51 + 51 + false + false + GetFileAfter + 5 + false + false + MifareOneTool.FormHardNes + false + + + 527 + FormHardNes.cs + 64 + 38 + [0-9A-Fa-f]{12} + false + 0 + 64 + 64 + true + false + button1_Click + 3 + false + false + MifareOneTool.FormHardNes + false + + + 528 + FormHardNes.cs + 114 + 33 + 294 + 设置错误,请修改。 + false + 0 + 114 + 114 + false + false + button1_Click + 53 + 设置错误_请修改 + false + false + MifareOneTool.FormHardNes + false + \ No newline at end of file