Jump to content

DBG C SelToLin: Difference between revisions

From EDM2
Created page with "Debug Command 31 - Translate Selector:Offset to Linear Address Command ;Parameters *Pid= Process ID of debuggee *Cmd= DBG_C_SelToLin *Value= Selector from address to be t..."
(No difference)

Revision as of 23:39, 4 March 2020

Debug Command 31 - Translate Selector:Offset to Linear Address Command

Parameters
  • Pid= Process ID of debuggee
  • Cmd= DBG_C_SelToLin
  • Value= Selector from address to be translated
  • Index= Offset from address to be translated
Returns
  • Addr= Linear address

The Value and Index fields will be left unchanged.