Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 486 Bytes

virtual-calls.md

File metadata and controls

10 lines (6 loc) · 486 Bytes

Virtual calls assists

Context menu "Add VT", "Add VT struct"

  • "Add VT" in Pseudocode view: Right click on VTBL assignment statement (usually in constructor) and select "Add VT". VTBL structure be created and tied to vtbl member.

Add VT

  • "Add VT struct" in IDA View: Right click on beginning of virtual table and select "Add VT struct". VTBL structure be created and Structures view with the structure be opened

Add VT