ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.cs
(Generate patch)

Comparing trunk/RomCheater/Main.cs (file contents):
Revision 158 by william, Mon May 28 04:29:30 2012 UTC vs.
Revision 159 by william, Mon May 28 05:22:28 2012 UTC

# Line 17 | Line 17 | using RomCheater.PluginFramework.Interfa
17   using WeifenLuo.WinFormsUI.Docking;
18   using RomCheater.Docking;
19   using System.IO;
20 + using Sojaner.MemoryScanner;
21  
22   namespace RomCheater
23   {
# Line 258 | Line 259 | namespace RomCheater
259  
260          private void mnuTestExeParse_Click(object sender, EventArgs e)
261          {
262 <
262 >            PEReader reader = new PEReader(@"C:\Windows\System32\notepad.exe");
263          }
264      }
265   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines