Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 588 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 588 Bytes

Identifying Virtual Table Functions using VTBL IDA Pro Plugin + Deviare Hooking Engine

VTBL is an IDA script which identifies all the virtual tables found in any module of a native process. The virtual tables can be related to a COM or a C++ class. Unlike other tools, ours does not depend on a specific compiler to obtain a virtual table. This makes it an essential tool for reverse engineers.

Complete article with video at VTBL IDA Pro Plugin Article