Glossary · Term

vtable

← all terms

Definition

A hidden table of function pointers that makes object-oriented code work.

Virtual function table — a data structure of method pointers used to implement polymorphic dispatch in C++ and COM-style binaries.

Mentioned in 1 episode

  1. 024
    An AI Agent That Found 28 Zero-Days in Windows — And What Made It Work