0xgalz / Virtuailor

IDAPython tool for creating automatic C++ virtual tables in IDA Pro
GNU General Public License v3.0
1.26k stars 129 forks source link

how to use your tool on a DLL #9

Closed dummys closed 4 years ago

dummys commented 4 years ago

Hi, I have a binary that use a DLL who is compiled in CPP. How to use your tool to recreate vtable ?

0xgalz commented 4 years ago

You can open the DLL in IDA and use Virtuailor on your DLL, after the breakpoints are added to the DLL's binary you need to attach a process to the DLL using the IDA debugger, then the plugin will create the vtables while it executes.