fltmgr.sys PDB and - fltkd WinDBG extension not working (windows XP) ...

O

ovexler

I am developing a minifilter ob XP SP2 (all updates have been installed

till
today)....
Trying to use fltkd extension wit WinDBG to look at minifilter objects
fails as
follows ...

kd> !fltkd.filters


*** Extension DLL(5457 Free) does not match target system(2600 Free)


*************************************************************************

***
***
***
***
*** Your debugger is not using the correct symbols
***
***
***
*** In order for this command to work properly, your symbol path
***
*** must point to .pdb files that have full type information.
***
***
***
*** Certain .pdb files (such as the public OS symbols) do not
***
*** contain the required information. Contact the group that
***
*** provided you with these symbols if you need this command to
***
*** work.
***
***
***
*** Type referenced: fltmgr!_GLOBALS
***
***
***
*************************************************************************



Could not read offset of field "FrameList.rList" from type
fltmgr!_GLOBALS


---------------------------------------------------------------------------­------

-------------
I have reloaded fltmgr.sys (noisy) ... with no problem ...


kd> !sym noisy
noisy mode - symbol prompts on
kd> .reload fltmgr.sys


---------------------------------------------------------------------------­------

--------------
running !fltkd.filters yields to following ....


kd> !fltkd.filters


*** Extension DLL(5457 Free) does not match target system(2600 Free)


DBGHELP: fltmgr - public symbols


H:\symbols\fltMgr.pdb\A0E464C759184DA99B0713E07A5EAFB71\fltMgr.pdb
*************************************************************************

***
***
***
***
*** Your debugger is not using the correct symbols
***
***
***
*** In order for this command to work properly, your symbol path
***
*** must point to .pdb files that have full type information.
***
***
***
*** Certain .pdb files (such as the public OS symbols) do not
***
*** contain the required information. Contact the group that
***
*** provided you with these symbols if you need this command to
***
*** work.
***
***
***
*** Type referenced: fltmgr!_GLOBALS
***
***
***
*************************************************************************



Could not read offset of field "FrameList.rList" from type
fltmgr!_GLOBALS


-------------------------------------------------


Any idea what i need to do ?


Thank's


Oron.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top