. (dot) will recursively expand structures within structures and can
be used like … (dot dot dot dot) will exapnd the 4th level nested
structure
on the first level a single . is equivalent to ->*
while -> will deref a pointer and you may need a name for it
On 9/18/14, A P wrote: > what is the difference between the dot and arrow in windbg. both seem to be > deref-ing members of a structure. > > kd> dt nt!_EPROCESS 8274af18 Pcb.Header.size > +0x000 Pcb : > +0x000 Header : > +0x002 Size : 0x9a ‘’ > > > kd> dt nt!_EPROCESS 8274af18 Pcb->Header->size > +0x000 Pcb : > +0x000 Header : > +0x002 Size : 0x9a ‘’ > > — > WINDBG is sponsored by OSR > > OSR is hiring!! Info at http://www.osr.com/careers > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at > http://www.osronline.com/page.cfm?name=ListServer