Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nektra/vtbl-ida-pro-plugin

Identifying Virtual Table Functions using VTBL IDA Pro Plugin + Deviare Hooking Engine
https://github.com/nektra/vtbl-ida-pro-plugin

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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](http://blog.nektra.com/main/2013/03/27/how-to-identify-virtual-table-functions-with-the-vtbl-ida-pro-plugin/)