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

Comparing trunk/Win32/Sojaner.MemoryScanner/PEReader.cs (file contents):
Revision 335 by william, Thu Jun 7 17:42:57 2012 UTC vs.
Revision 336 by william, Thu Jun 7 21:47:14 2012 UTC

--- trunk/Win32/Sojaner.MemoryScanner/PEReader.cs	2012/06/07 21:11:51	335
+++ trunk/Win32/Sojaner.MemoryScanner/PEReader.cs	2012/06/07 21:47:14	336
@@ -274,8 +274,8 @@ namespace Sojaner.MemoryScanner
             public string BaseOfData { get { return string.Format("0x{0:x8}", _BaseOfData); } }
             public string ImageBase { get { return string.Format("0x{0:x16}", _ImageBase); } }
 
-            public string SectionAlignment { get { return string.Format("0x{0:x8}", _SectionAlignment); } }
-            public string FileAlignment { get { return string.Format("0x{0:x8}", _FileAlignment); } }
+            public string SectionAlignment { get { return _SectionAlignment.ToString();} }
+            public string FileAlignment { get { return _FileAlignment.ToString(); } }
 
             public string MajorOperatingSystemVersion { get { return string.Format("0x{0:x4}", _MajorOperatingSystemVersion); } }
             public string MinorOperatingSystemVersion { get { return string.Format("0x{0:x4}", _MinorOperatingSystemVersion); } }