You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!newstruc.create_udt(s) || (err = newstruc.set_named_type(NULL, name_vt.c_str())) != TERR_OK) {
624
+
msg("[hrt] error %d (%s) on create vtbl stuct\n", err, tinfo_errstr(err));
620
625
return BADNODE;
621
626
}
627
+
newid = newstruc.get_tid();
622
628
newstruc.set_type_cmt(struccmt.c_str());
623
629
624
630
// actually set_vftable_ea is appeared in ida 7.6 but here will be used from ida9 becouse it probably depends on TAUDT_VFTABLE flag has been set few lines above
0 commit comments