public grayStorm() { InitializeComponent(); _hierarchyViewer = hierarchyViewer1; _hierarchyViewer.loadhierarchyViewer(); _shellcode = shellcodeTAB; _shellcode.loadShellcode(); _memoryHijacker = memoryHijacker1; _methodLabel_TB = selectedMethod_TB; _constructorLabel_TB = selectedConstructor_TB; _addrOfMethod_TB = addrOfMethod_TB; _addrOfConstructor_TB = addrOfConstructor_TB; this.Text = "Gray Storm: Injected into CLR version " + Environment.Version.ToString().ElementAt(0); }