Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 927 Bytes

VTable list

🔀 classinformer-gcc

Class Informer plugin is designed to search for virtual tables in executables compiled with GCC/Clang. This tool may help in reverse engineering class structures and vtable addresses, making the analysis of C++ binaries more efficient.

🛠️ building

To build the plugin follow the steps:

git clone https://github.com/sgp729/classinformer-gcc.git
cd class-informer

Then, obtain SDK for IDA Pro archive from the Hex-Rays download center
Decompress the archive and put your arch SDK into classinformer-gcc/idasdk9

make

Copy the resulting binary class_informer_gcc.so into IDA Pro 9/plugins

🙋 contribution

For any issues or contributions, please refer to the issues section. Good luck in analysis!