Hi all, A question about vtable contents. Once a vtable entry is resolved using DoPrestub, sometimes those vtable entries point to jump instructions, sometimes call instructions, sometimes actual ecall code, and some special cases for things like string allocation.
My question is, sometimes ecall code is pointed to directly by a vtable entry and sometimes the entry points to a call instruction that calls the ecall code. What determines whether a vtable entry points to ecall code directly or a jump instruction or a call instruction. thanks, John __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
