Ensuring a new function is added to the symbol map?

問題 Ensuring a new function is added to the symbol map?

  • lunes, 13 de septiembre 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 las respuestas

  • martes, 14 de septiembre 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.