Example #1
0
 public static extern void distorm_format(ref _CodeInfo ci, ref _DInst di, ref _DecodedInst result);
 public static extern void distorm_format(ref _CodeInfo ci, ref _DInst di, ref _DecodedInst result);
Example #3
0
 public static extern _DecodeResult distorm_decompose(
     ref _CodeInfo ci, [In, Out] _DInst[] result, uint maxInstructions, ref uint usedInstructionsCount);
 public static extern _DecodeResult distorm_decompose(
     ref _CodeInfo ci, [In, Out] _DInst[] result, uint maxInstructions, ref uint usedInstructionsCount);