microsoft / DTrace-on-Windows

Code for the cross platform, single source, OpenDTrace implementation
Other
473 stars 42 forks source link

FBT Function Names Missing #9

Closed DeadShotCS closed 3 years ago

DeadShotCS commented 3 years ago

If anyone can give suggestions that would be super helpful. I have Dtrace working. When using FBT though there is a ton of missing function names.

Example from command dtrace -ln "fbt:nt::":

ID PROVIDER MODULE FUNCTION NAME 65535 fbt nt +0x00532898 return

I've tried using WinDBG to download the latest copy to my symbol path by setting .symchk and then using .reload /f while local kernel debugging. I've also tried remote kernel debugging, but this doesn't seem to change anything either.

My thoughts would be I could fix this in one of two ways:

Thanks for reading and any help people can give.