[下载]Assembly thunking in MASM
在MASM32坛子里看到的,好东西,有32位和64位版本。This is a pure "ATL thunking" example adapted for assembly projects.
After a long day of debugging, tracing, reading listing files I made it.
The demonstration is based by control that I made in three minutes.
dummy_control.zip
(5.93 KB)
It took me a while, but I've made 64bit version of the ATL thunking (used goasm syntax). Now I can get started with some controls :}
And it seems SetWndowLongPtr is not supported in Window 7 (7201build) (not appear in user32.dll export list) - what a pain..
dummy_control64.zip
(4.04 KB)