Ejemplo n.º 1
0
 public static extern ZyanStatus GetToken(ref FormatterBuffer buffer,
                                          [MarshalAs(UnmanagedType.LPStruct)] ref FormatterTokenConst token);
Ejemplo n.º 2
0
 public static extern ZyanStatus TokenizeOperand(ref Formatter formatter, DecodedInstruction instruction, ZyanU8 index, System.IntPtr buffer,
                                                 ZyanUSize length, ZyanU64 runtimeAddress, [MarshalAs(UnmanagedType.LPStruct)] ref FormatterTokenConst token);
Ejemplo n.º 3
0
 public static extern ZyanStatus TokenNext([MarshalAs(UnmanagedType.LPStruct)] ref FormatterTokenConst token);
Ejemplo n.º 4
0
 public static extern ZyanStatus TokenizeInstructionEx(ref Formatter formatter, ref DecodedInstruction instruction,
                                                       System.IntPtr buffer, ZyanUSize length, ZyanU64 runtimeAddress, [MarshalAs(UnmanagedType.LPStruct)] ref FormatterTokenConst token,
                                                       System.IntPtr userData);