摘要:
打开 语法 cl /d1reportSingleClassLayoutXXX yyy.cpp 注意那个是数字 1 用例 cl /d1reportSingleClassLayoutV3 vbptr.cpp 输出结果 vbptr.cpp vbptr.cpp: warning C4819: 该文件包含不能 阅读全文
posted @ 2021-01-11 14:49
iwetuan
阅读(388)
评论(0)
推荐(0)
摘要:
??疑问点,为何在获取VBTable的偏移地址时,在x64中需要使用 int**指针类型呢, 莫非VBTable的实现,在VS中使用的 int[] 类型,而不是跟着x86,x64改变? // vbptr.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include 阅读全文
posted @ 2021-01-11 14:45
iwetuan
阅读(112)
评论(0)
推荐(0)