Esempio n. 1
0
 public override string ToString()
 {
     return(libdasm.libdasm.get_operand_string(inst.InsturctionInternal, op, Format.FORMAT_INTEL, coll.ComputeOffset(inst)));
 }
Esempio n. 2
0
 public override string ToString()
 {
     return(libdasm.libdasm.get_instruction_string(inst, Format.FORMAT_INTEL, coll.ComputeOffset(this)));
 }