Re: Read of memory location 0x7ffe0000 in windows NT

2002-04-03 Thread Laurent Pinchart
After some investigation, it seems that reading the memory location 0x7ffe should return KeTickCount.LowPart to the user process. Has anyone ever heard about that ? I was wondering if it was a native windows NT behaviour, or if it was done by a special kernel-space exception handler

Re: Read of memory location 0x7ffe0000 in windows NT

2002-04-02 Thread David Welch
On Tue, Apr 02, 2002 at 12:11:09AM +0200, Laurent Pinchart wrote: Hi everybody, I've stumbled accross some code which reads a dword at memory location 0x7ffe000, which causes the program to crash and the wine debugger to start. After some investigation, it seems that reading the memory

Re: Read of memory location 0x7ffe0000 in windows NT

2002-04-02 Thread Laurent Pinchart
Hi everybody, I've stumbled accross some code which reads a dword at memory location 0x7ffe000, which causes the program to crash and the wine debugger to start. After some investigation, it seems that reading the memory location 0x7ffe should return KeTickCount.LowPart to the user

Re: Read of memory location 0x7ffe0000 in windows NT

2002-04-02 Thread Laurent Pinchart
I've stumbled accross some code which reads a dword at memory location 0x7ffe000, which causes the program to crash and the wine debugger to start. After some investigation, it seems that reading the memory location 0x7ffe should return KeTickCount.LowPart to the user process. Has

Read of memory location 0x7ffe0000 in windows NT

2002-04-01 Thread Laurent Pinchart
Hi everybody, I've stumbled accross some code which reads a dword at memory location 0x7ffe000, which causes the program to crash and the wine debugger to start. After some investigation, it seems that reading the memory location 0x7ffe should return KeTickCount.LowPart to the user

Re: Read of memory location 0x7ffe0000 in windows NT

2002-04-01 Thread Marcus Meissner
On Tue, Apr 02, 2002 at 12:11:09AM +0200, Laurent Pinchart wrote: Hi everybody, I've stumbled accross some code which reads a dword at memory location 0x7ffe000, which causes the program to crash and the wine debugger to start. After some investigation, it seems that reading the memory

Re: Read of memory location 0x7ffe0000 in windows NT

2002-04-01 Thread Laurent Pinchart
I've stumbled accross some code which reads a dword at memory location 0x7ffe000, which causes the program to crash and the wine debugger to start.After some investigation, it seems that reading the memory location 0x7ffe should return KeTickCount.LowPart to the user process. Has