コード例 #1
0
ファイル: FormatterBuffer.cs プロジェクト: zyantific/zydis-cs
 public static extern ZyanStatus Remember(ref FormatterBuffer buffer, ref ZyanUPointer state);
コード例 #2
0
ファイル: FormatterBuffer.cs プロジェクト: zyantific/zydis-cs
 public static extern ZyanStatus GetString(ref FormatterBuffer buffer,
                                           [MarshalAs(UnmanagedType.LPStruct)] ref ZyanString @string);
コード例 #3
0
ファイル: FormatterBuffer.cs プロジェクト: zyantific/zydis-cs
 public static extern ZyanStatus Append(ref FormatterBuffer buffer, ZydisTokenType type);
コード例 #4
0
ファイル: FormatterBuffer.cs プロジェクト: zyantific/zydis-cs
 public static extern ZyanStatus GetToken(ref FormatterBuffer buffer,
                                          [MarshalAs(UnmanagedType.LPStruct)] ref FormatterTokenConst token);