C# Класс GrayStorm.shellcode

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
loadShellcode ( ) : void
returnOldMethod ( int somePtr, int selectedIndex ) : void
shellcode ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

createShellcode_BT_Click ( object sender, EventArgs e ) : void
displayPayload ( object shellcode ) : void
fireShellcode_BT_Click ( object sender, EventArgs e ) : void
hookTargetMethod ( int containedIndex ) : void
hookTargetMethod64 ( int containedIndex ) : void
metaSploit_LB_SelectedIndexChanged ( object sender, EventArgs e ) : void
payloads_LB_SelectedIndexChanged ( object sender, EventArgs e ) : void
restoreCode_BT_Click ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

loadShellcode() публичный Метод

public loadShellcode ( ) : void
Результат void

returnOldMethod() публичный статический Метод

public static returnOldMethod ( int somePtr, int selectedIndex ) : void
somePtr int
selectedIndex int
Результат void

shellcode() публичный Метод

public shellcode ( ) : System
Результат System