From 51698bf3bbc7f6d87bea7c90ff3930ddd1017dc9 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:13:27 +0800 Subject: [PATCH] Moved button and remove posibble what space --- PointerSearcher/Form1.Designer.cs | 8 ++++---- PointerSearcher/Form1.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PointerSearcher/Form1.Designer.cs b/PointerSearcher/Form1.Designer.cs index 88f7057..814ce48 100644 --- a/PointerSearcher/Form1.Designer.cs +++ b/PointerSearcher/Form1.Designer.cs @@ -938,7 +938,7 @@ private void InitializeComponent() // button15 // this.button15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.button15.Location = new System.Drawing.Point(186, 247); + this.button15.Location = new System.Drawing.Point(188, 247); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(156, 23); this.button15.TabIndex = 101; @@ -949,7 +949,7 @@ private void InitializeComponent() // button9 // this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.button9.Location = new System.Drawing.Point(186, 218); + this.button9.Location = new System.Drawing.Point(6, 247); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(156, 23); this.button9.TabIndex = 86; @@ -1034,7 +1034,7 @@ private void InitializeComponent() // button6 // this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.button6.Location = new System.Drawing.Point(6, 247); + this.button6.Location = new System.Drawing.Point(97, 218); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(85, 23); this.button6.TabIndex = 91; @@ -2087,7 +2087,7 @@ private void InitializeComponent() this.Controls.Add(this.pictureBox2); this.Controls.Add(this.groupBox4); this.Name = "Form1"; - this.Text = "PointerSearcher SE 0.5.15"; + this.Text = "PointerSearcher SE 0.5.15a"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDumpTargets)).EndInit(); this.tabControl1.ResumeLayout(false); diff --git a/PointerSearcher/Form1.cs b/PointerSearcher/Form1.cs index 594611a..5261d0b 100644 --- a/PointerSearcher/Form1.cs +++ b/PointerSearcher/Form1.cs @@ -2466,7 +2466,7 @@ private void prepareASM() continue; } BM.BaseStream.Seek( 135 + bookmark_count * ( 4 + 100 ), SeekOrigin.Begin ); // u32 offset; char * label[100] Edizon header size = 135 - BM.Write( Convert.ToInt32( dgvDumpTargets.Rows[i].Cells[7].Value.ToString(), 16 ) ); + BM.Write( Convert.ToInt32( dgvDumpTargets.Rows[i].Cells[7].Value.ToString().Replace( " ", "" ), 16 ) ); BM.Write( dgvDumpTargets.Rows[i].Cells[10].Value.ToString() ); //= "address"; bookmark_count++;