다음을 통해 공유


ExtRemoteTyped::ExtRemoteTyped(PCSTR,ULONG64) 메서드(engextcpp.hpp)

ExtRemoteTyped 생성자는 ExtRemoteTyped 클래스의 새 instance 만듭니다.

구문

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

매개 변수

[in] Expr

원하는 기호로 계산되는 식입니다. 이 식은 기본 식 계산기에서 평가됩니다.

[in] Offset

Expr 식을 평가할 때 사용할 수 있는 추가 매개 변수입니다. 이 추가 매개 변수는 식에서 $extin 의사 레지스터로 사용할 수 있습니다. 예를 들어 특정 위치에서 PEB(프로세스 환경 블록)를 지정하려면 Expr 을 C++ 식 (ntdll!_PEB *)@$extin으로 설정할 수 있습니다. 그러면 의사 레지스터 $extin PEB에 대한 포인터로 캐스팅됩니다. 그런 다음 오프 을 PEB 구조체의 위치로 설정합니다.

반환 값

없음

요구 사항

요구 사항
대상 플랫폼 데스크톱
머리글 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