次の方法で共有


ExtRemoteTyped::ExtRemoteTyped(PCSTR,ULONG64) メソッド (engextcpp.hpp)

ExtRemoteTyped コンストラクターは、ExtRemoteTyped クラスの新しいインスタンスを作成します。

構文

void ExtRemoteTyped(
  [in] PCSTR   Expr,
  [in] ULONG64 Offset
);

パラメーター

[in] Expr

目的のシンボルに評価される式。 この式は、既定の式エバリュエーターによって評価されます。

[in] Offset

Expr 式を評価するときに使用できる追加のパラメーター。 この追加パラメーターは、式で $extin 擬似レジスタとして使用できます。 たとえば、特定の場所でプロセス環境ブロック (PEB) を指定するには、 Expr を C++ 式 (ntdll!_PEB *)@$extinに設定します。 これにより、擬似レジスタ $extin が PEB へのポインターにキャストされます。 次に、[ オフセット] を PEB 構造体の場所に設定します。

戻り値

なし

必要条件

要件
対象プラットフォーム デスクトップ
Header engextcpp.hpp (Engextcpp.hpp を含む)

こちらもご覧ください

DEBUG_TYPED_DATA

ExtRemoteData

ExtRemoteTyped

ExtRemoteTyped::ExtRemoteTyped

ExtRemoteTyped::ExtRemoteTyped (DEBUG_TYPED_DATA)

ExtRemoteTyped::ExtRemoteTyped (ExtRemoteTyped)

ExtRemoteTyped::ExtRemoteTyped (PCSTR)

ExtRemoteTyped::ExtRemoteTyped (PCSTR, ULONG64, bool)

ExtRemoteTyped::Set(bool)

ExtRemoteTyped::Set(pcstr ulong64 bool)

ExtRemoteTyped::Set(pcstr ulong64)

ExtRemoteTyped::Set(pcstr)

ExtRemoteTypedList