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