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
Currently, typeinfo is not generated for classes & templates in lib/al or src/. They are generated in sead/agl/, however, leading me to believe that their compile options are slightly different.
I noticed this while decompiling a class and its vtable size was off. I opened the object & the generated decomp elf in IDA and neither has the symbol for the class's typeinfo, only its vtable.
The text was updated successfully, but these errors were encountered:
Currently, typeinfo is not generated for classes & templates in
lib/al
orsrc/
. They are generated insead
/agl/
, however, leading me to believe that their compile options are slightly different.I noticed this while decompiling a class and its vtable size was off. I opened the object & the generated decomp elf in IDA and neither has the symbol for the class's typeinfo, only its vtable.
The text was updated successfully, but these errors were encountered: