61 |
if (process != null) |
if (process != null) |
62 |
{ |
{ |
63 |
string filename = process.MainModule.FileName; |
string filename = process.MainModule.FileName; |
64 |
//string filename = @"c:\Windows\notepad.exe"; |
//string filename = @"c:\Windows\notepad.exe"; |
65 |
PEReader peReader = new PEReader(filename, (IAcceptsProcessAndConfig)this); |
IPEDData peData = PEDataWrapper.GetPEData((IAcceptsProcessAndConfig)this); |
|
PEReader.PEData peData = peReader.GetPEData; |
|
66 |
peprops.SelectedObject = peData; |
peprops.SelectedObject = peData; |
67 |
peprops.PropertySort = PropertySort.NoSort; |
peprops.PropertySort = PropertySort.NoSort; |
68 |
if (OnPEDataUpdated != null) |
if (OnPEDataUpdated != null) |