--- trunk/RomCheater/Docking/FloatingPEViewer.cs 2012/06/21 18:10:21 408 +++ trunk/RomCheater/Docking/FloatingPEViewer.cs 2013/06/06 09:12:35 587 @@ -22,6 +22,7 @@ IAcceptsPlugin, IAcceptsProcess, IAcceptsProcessAndConfig, + IAcceptPEData, IAcceptsPEData { public FloatingPEViewer() { InitializeComponent(); this.AcceptedPlugin = null; this.AcceptedProcess = null; OnPEDataUpdated = null; } @@ -38,8 +39,8 @@ #region IAcceptsPEData Members public event BaseEventHandler OnPEDataUpdated; #endregion - uint MemoryRangeStart { get; set; } - uint MemoryRangeSize { get; set; } + ulong MemoryRangeStart { get; set; } + ulong MemoryRangeSize { get; set; } private void UpdateAcceptedPlugin(IConfigPlugin config) {