C# Class GrayStorm.beaEngine.disassemble

Mostrar archivo Open project: GrayKernel/GrayStorm Class Usage Examples

Public Methods

Method Description
disassembler ( byte bytesToDisassam, System disasmBox, IntPtr methodIntPtr ) : void

Method Details

disassembler() public method

public disassembler ( byte bytesToDisassam, System disasmBox, IntPtr methodIntPtr ) : void
bytesToDisassam byte
disasmBox System The listbox to dump disasm to
methodIntPtr System.IntPtr The trueIntPtr of the Method that we want to attack so that our jmp,call,etc are at the correct offsets.
return void