Jump to content

DBG C LinToSel: Difference between revisions

From EDM2
Created page with "Debug Command 30 - Translate Linear Address to Selector:Offset Command ;Parameters *Pid= Process ID of debuggee *Cmd= DBG_C_LinToSel *Addr= Linear address to be translate..."
(No difference)

Revision as of 23:38, 4 March 2020

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

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

The Addr field will be left unchanged.