Inheritance: System.Windows.Forms.UserControl
示例#1
0
        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);
        }
示例#2
0
        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);
        }