函数名后面的十六进制值(带+)代表什么?
00 012ff668 7795aa24 ntdll_778f0000!LdrInitShimEngineDynamic+0x726
01 012ff8a0 77956e84 ntdll_778f0000!WinSqmSetDWORD64+0x14e4
02 012ff8f4 77956cd0 ntdll_778f0000!LdrInitializeThunk+0x1c4
03 012ff8fc 00000000 ntdll_778f0000!LdrInitializeThunk+0x10
答案 0 :(得分:1)
这些数字indicate offset from the nearest resolved function entry。数字git push --force origin your_branch
越大表示您有符号加载问题,Windbg使用export table获取函数名称,并根据从导出表中获取的函数名称生成大偏移量。