igogo-x86 / HexRaysPyTools

IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
1.41k stars 224 forks source link

Can we manually create vtables? #23

Closed NyaMisty closed 5 years ago

NyaMisty commented 5 years ago

Often I come across class inlinely constructed on the stack. image As variable like this does not has a pointer to class, the tool cannot perform a scan or deep scan. I'm wondering if I can manually create a vtable or a class.

igogo-x86 commented 5 years ago

I've committed a little update. So now it's possible to right click on address of possible vtable in IDA-View and select "Create Virtual Table" menu

NyaMisty commented 5 years ago

Sorry for the late reply :( I forgot this issue at all. And it works like a charm! Thanks a lot for your work ;)

unoexperto commented 4 years ago

I've committed a little update. So now it's possible to right click on address of possible vtable in IDA-View and select "Create Virtual Table" menu

@igogo-x86 Igor, I apologize for lame question but where do I find this menu ? I don't see it anywhere in version 7.2 :(