Why do we need “this pointer adjustor thunk”?

后端 未结 5 2022
予麋鹿
予麋鹿 2020-12-16 21:23

I read about adjustor thunk from here. Here\'s some quotation:

Now, there is only one QueryInterface method, but there are two entries, one for ea

5条回答
  •  时光取名叫无心
    2020-12-16 22:15

    Here's an article on MSVC internals from one of the designers. It explains that and many other details of MSVC's implementation. You might also want to check my article on OpenRCE on how it all looks in assembly.

提交回复
热议问题