Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nektra/vtbl-ida-pro-plugin
- Owner: nektra
- Created: 2013-03-27T18:04:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T11:47:17.000Z (over 11 years ago)
- Last Synced: 2024-05-27T12:08:35.226Z (6 months ago)
- Language: C
- Size: 2.37 MB
- Stars: 86
- Watchers: 20
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)