RSSAmplifier

TimDbg · Dec 18, 2022

What's a vtable? What's an IUnknown?

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Understanding vtables (also called VMT/Virtual Method Tables or VFT/Virtual Function Tables) is important for understanding how many C++ features work on any OS. They are even more important to understand on Windows, where vtables are used for communication between modules using COM. There are a few types of errors that can happen when things go wrong with them, and some of these will be extremely…

Read on /posts/vtables/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.