nektra / vtbl-ida-pro-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 89.6%Language:C# 7.5%Language:C++ 1.8%Language:Objective-C 0.5%Language:XML 0.5%