-
Notifications
You must be signed in to change notification settings - Fork 236
Open
giladreti/HexRaysPyTools
#1Description
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.
Metadata
Metadata
Assignees
Labels
No labels