77 |
#endregion |
#endregion |
78 |
|
|
79 |
|
|
80 |
|
public IWebBrowserProvider WebBrowserProvider |
81 |
|
{ |
82 |
|
get { return new WebBrowserProvider(m_wb.Provider); } |
83 |
|
} |
84 |
|
|
85 |
private void OnProcessChanged(ProcessChangedEventArgs e) |
private void OnProcessChanged(ProcessChangedEventArgs e) |
86 |
{ |
{ |
87 |
|
ConfigPlugin.WebBrowserProvider = this.WebBrowserProvider; |
88 |
if (m_memsearcher.SearchInProgess) |
if (m_memsearcher.SearchInProgess) |
89 |
{ |
{ |
90 |
DialogResult result = MessageBox.Show("Do you want to start a new search with the selected process?", "A memory search is currently in progress", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question, MessageBoxDefaultButton.Button3); |
DialogResult result = MessageBox.Show("Do you want to start a new search with the selected process?", "A memory search is currently in progress", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question, MessageBoxDefaultButton.Button3); |
484 |
|
|
485 |
if (UserControlPlugins.Count > 0) |
if (UserControlPlugins.Count > 0) |
486 |
{ |
{ |
487 |
m_ucd.UserPlugins = UserControlPlugins; |
m_ucd.UserPlugins = UserControlPlugins; |
488 |
} |
} |
489 |
} |
} |
490 |
|
|
491 |
|
ConfigPlugin.WebBrowserProvider = this.WebBrowserProvider; |
492 |
|
|
493 |
|
|
494 |
m_PIDSelector.AcceptedPlugin = ConfigPlugin; |
m_PIDSelector.AcceptedPlugin = ConfigPlugin; |
495 |
m_RamDump.AcceptedPlugin = ConfigPlugin; |
m_RamDump.AcceptedPlugin = ConfigPlugin; |