C# Class GrayStorm.beaEngine.disassemble

Afficher le fichier Open project: GrayKernel/GrayStorm Class Usage Examples

Méthodes publiques

Méthode Description
disassembler ( byte bytesToDisassam, System disasmBox, IntPtr methodIntPtr ) : void

Method Details

disassembler() public méthode

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.
Résultat void