C# Class AsmResolver.DisassemblerControl

Inheritance: System.Windows.Forms.Control
Exibir arquivo Open project: Rex-Hays/GNIDA

Public Methods

Method Description
DisassembleSection ( Section section ) : void
DisassemblerControl ( ) : System
SetAssembly ( Win32Assembly assembly ) : void

Private Methods

Method 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 method

public DisassembleSection ( Section section ) : void
section TUP.AsmResolver.Section
return void

DisassemblerControl() public method

public DisassemblerControl ( ) : System
return System

SetAssembly() public method

public SetAssembly ( Win32Assembly assembly ) : void
assembly TUP.AsmResolver.Win32Assembly
return void