Ensuring a new function is added to the symbol map?

Question Ensuring a new function is added to the symbol map?

  • segunda-feira, 13 de setembro de 2010 17:44
     
     

    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

Todas as Respostas

  • terça-feira, 14 de setembro de 2010 20:17
     
     

    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.