diff --git a/nmf-view/frmMain.Designer.cs b/nmf-view/frmMain.Designer.cs
index b2374a7..c806430 100644
--- a/nmf-view/frmMain.Designer.cs
+++ b/nmf-view/frmMain.Designer.cs
@@ -31,9 +31,9 @@ private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.ColumnHeader chManifest;
+ System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("User-Registered (HKCU)", System.Windows.Forms.HorizontalAlignment.Left);
+ System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("System-Registered (HKLM)", System.Windows.Forms.HorizontalAlignment.Left);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("User-Registered (HKCU)", System.Windows.Forms.HorizontalAlignment.Left);
- System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("System-Registered (HKLM)", System.Windows.Forms.HorizontalAlignment.Left);
this.tcApp = new System.Windows.Forms.TabControl();
this.pageMonitor = new System.Windows.Forms.TabPage();
this.txtLog = new System.Windows.Forms.RichTextBox();
@@ -234,13 +234,13 @@ private void InitializeComponent()
this.lvHosts.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvHosts.FullRowSelect = true;
this.lvHosts.GridLines = true;
- listViewGroup1.Header = "User-Registered (HKCU)";
- listViewGroup1.Name = "lvgHKCU";
- listViewGroup2.Header = "System-Registered (HKLM)";
- listViewGroup2.Name = "lvgHKLM";
+ listViewGroup3.Header = "User-Registered (HKCU)";
+ listViewGroup3.Name = "lvgHKCU";
+ listViewGroup4.Header = "System-Registered (HKLM)";
+ listViewGroup4.Name = "lvgHKLM";
this.lvHosts.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
- listViewGroup1,
- listViewGroup2});
+ listViewGroup3,
+ listViewGroup4});
this.lvHosts.HideSelection = false;
this.lvHosts.Location = new System.Drawing.Point(3, 104);
this.lvHosts.Name = "lvHosts";
@@ -296,9 +296,10 @@ private void InitializeComponent()
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 32);
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(713, 30);
+ this.label2.Size = new System.Drawing.Size(1063, 30);
this.label2.TabIndex = 0;
- this.label2.Text = "Select which NativeMessagingHosts this application should intercept/proxy.";
+ this.label2.Text = "NOT YET IMPLEMENTED (Eventually, select which NativeMessagingHosts this applicati" +
+ "on should intercept/proxy.)";
//
// pageInjector
//
diff --git a/nmf-view/frmMain.resx b/nmf-view/frmMain.resx
index d6bb0ba..64cc3b4 100644
--- a/nmf-view/frmMain.resx
+++ b/nmf-view/frmMain.resx
@@ -120,6 +120,9 @@
False
+
+ QuickStart: Native Messaging allows a web browser extension to send and receive messages from an app running outside of the browser's sandbox. To do so, the browser extension calls connectNative() to launch the Native Host app. After the Host is launched, the extension and Host can communicate by exchanging length-prefixed UTF-8 JSON-encoded messages. This debugger can inject itself into that process, such that the browser will create it instead of the Native Host. This debugger will then spawn that Host and send messages between the extension and the Host, logging each message and optionally modifying it.
+
@@ -187,9 +190,9 @@
17, 17
-
- QuickStart: Native Messaging allows a web browser extension to send and receive messages from an application running outside of the browser's sandbox. To do so, the browser extension calls connectNative() to launch the application. After the application is launched, the extension and application can communicate by passing length-prefixed UTF-8 JSON-encoded messages between each other. This Meddler application can inject itself into that process, such that the browser will create it instead of the Native Message Host application. This app with then spawn that app and shuffle messages back and forth between the extension and the app, logging each message and optionally modifying it.
-
+
+ 17, 17
+
AAABAAQAMDAAAAEAIACoJQAARgAAACAgAAABACAAqBAAAO4lAAAYGAAAAQAgAIgJAACWNgAAEBAAAAEA