Re: GetThreadContext doesn't return the correct Eip value

From: Ivan Brugiolo [MSFT] (ivanbrug_at_online.microsoft.com)
Date: 04/23/04


Date: Fri, 23 Apr 2004 13:47:41 -0700

You have not posted enough information on what you are trying to do
This address might be the return address of the DbgBreakPoint funciton in
ntdll.dll

-- 
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Rob" <nospam@nospam.it> wrote in message
news:Oc6ic.131032$rM4.5058308@news4.tin.it...
> >     What address is it returning and what do you think it should be?
>
> Something like 0x77f$$$$$. I think it should be near the base address of
> main module that i'm debugging. Maybe need i to be in kernel mode to
obtain
> the correct result?
>
> Thank you for any advise
>
>