C# Class AsmResolver.DisassemblerControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Rex-Hays/GNIDA

Méthodes publiques

Méthode Description
DisassembleSection ( Section section ) : void
DisassemblerControl ( ) : System
SetAssembly ( Win32Assembly assembly ) : void

Private Methods

Méthode Description
Analyse ( ListView items ) : void
BytesToString ( byte bytes ) : string
Disassemble ( ) : void
DisassembleCallBack ( IAsyncResult ar ) : void
analyseButton_Click ( object sender, EventArgs e ) : void
disassembleButton_Click ( object sender, EventArgs e ) : void

Method Details

DisassembleSection() public méthode

public DisassembleSection ( Section section ) : void
section TUP.AsmResolver.Section
Résultat void

DisassemblerControl() public méthode

public DisassemblerControl ( ) : System
Résultat System

SetAssembly() public méthode

public SetAssembly ( Win32Assembly assembly ) : void
assembly TUP.AsmResolver.Win32Assembly
Résultat void