Windbg 查看MFC类重载虚函数
Windbg 查看MFC类重载虚函数
1.进入断点后,查看类的虚函数表指针:
2.编写脚本,用于反汇编虚函数表中的各个虚函数地址:
方法1:
联机帮助:
命令语法:/Debuggers/DebuggerReference/Debugger Commands
脚本语法:/Debuggers/DebuggerOperation/The Debugger Command Window/Using Debugger Command Programs
表达式语法:/Debuggers/DebuggerOperation/The Debugger Command Window/Evaluating Expressions