locked
Ensuring a new function is added to the symbol map? RRS feed

  • Question

  • Hi,

    I'm having the students write a new function for the kernel as part of an exercise. We can't seem to determine what the magic is to get the newly created function into the symbol map so windbg has it.

    Thanks, Bill

    Monday, September 13, 2010 5:44 PM

All replies

  • I thought I would answer my own question.

    It turns out the file I was modifying is used as part of a library that was then linked into the kernel. The function I was adding was orphaned for now, and thus it was not included into the fully linked kernel.

    Tuesday, September 14, 2010 8:17 PM