C# Class GrayStorm.shellcode

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: GrayKernel/GrayStorm Class Usage Examples

Méthodes publiques

Méthode Description
loadShellcode ( ) : void
returnOldMethod ( int somePtr, int selectedIndex ) : void
shellcode ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

loadShellcode() public méthode

public loadShellcode ( ) : void
Résultat void

returnOldMethod() public static méthode

public static returnOldMethod ( int somePtr, int selectedIndex ) : void
somePtr int
selectedIndex int
Résultat void

shellcode() public méthode

public shellcode ( ) : System
Résultat System