c++ Programming Glossary: thunks
Using v-table thunks to chain procedure calls http://stackoverflow.com/questions/1090755/using-v-table-thunks-to-chain-procedure-calls v table thunks to chain procedure calls I was reading some articles on net.. calls I was reading some articles on net regarding Vtable thunks and I read somewhere that thunks can be used to hook chain procedures.. on net regarding Vtable thunks and I read somewhere that thunks can be used to hook chain procedures calls. Is it achievable..
What is an efficient way to wrap HWNDs in objects in C++? http://stackoverflow.com/questions/3122695/what-is-an-efficient-way-to-wrap-hwnds-in-objects-in-c it hard to write simple class wrappers one must resort to thunks or TLS or some other complicated mechanism . It seems to me..
Why do we need “this pointer adjustor thunk”? http://stackoverflow.com/questions/3481548/why-do-we-need-this-pointer-adjustor-thunk interface pointer is q not p. This is where the adjustor thunks come in. I am wondering why each function in a vtable receives..
|