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

invalid vtable definition #79

Open
giladreti opened this issue Jan 25, 2022 · 0 comments · May be fixed by giladreti/HexRaysPyTools#1 or #80
Open

invalid vtable definition #79

giladreti opened this issue Jan 25, 2022 · 0 comments · May be fixed by giladreti/HexRaysPyTools#1 or #80

Comments

@giladreti
Copy link

IDA prefixes some function names with the [thunk]: attributes (i.e. [thunk]:func).
It looks like the generated vtable will generate this function slot name as thunk_:func which will make IDA complain as it is invalid syntax.

Those, when generating a class definition from the structure builder IDA will pop up a message telling the user that the generation failed, and will not be able to generate the final class definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant