Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MSVC] Support multiple vftables in the same class "{for `class'}" #8

Open
theXappy opened this issue Sep 17, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@theXappy
Copy link
Owner

This could either be multiple inheritence or just a struct containin several sub-items
But the unique ClassA`vftable'{for `ClassB'} syntex (actually emitted by the compiler, not an IDA enrichment) makes me thing it's multiple inheritence.
image

RemoteNET is having a problem with that one because, for some reason, each of those symbols' names is only read as ClassAvftable'`
This causes the current logic to think each of those is the vftable of ClassA
It's important to note that each has a different address so using some dictionary/hashset is not automatically solving (or hiding) this issue.

@theXappy theXappy added the bug Something isn't working label Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant