binaryninja-api
binaryninja-api copied to clipboard
Create structure dialog should offer to create a vtable
Right now, when we wish to create a class and its vtable, we need to do them separately. There should be a way to combine these operations
Related, the types view should also offer to create a vtable at the selected offset
Sometimes it's not just a single vtable, how do you propose cases of multiple inheritance be handled? Currently it's inconvenient to go through and define the vtable when there's only one, but it really becomes a hassle when there are multiple.
Sometimes it's not just a single vtable, how do you propose cases of multiple inheritance be handled? Currently it's inconvenient to go through and define the vtable when there's only one, but it really becomes a hassle when there are multiple.
I suggested to add a context menu in the types view that can create a vtable at the current offset. Do you think it will work? I think it would also be helpful for the case when you initially forget to create the vtable, and decide to add one later
Sometimes it's not just a single vtable, how do you propose cases of multiple inheritance be handled? Currently it's inconvenient to go through and define the vtable when there's only one, but it really becomes a hassle when there are multiple.
I suggested to add a context menu in the types view that can create a vtable at the current offset. Do you think it will work? I think it would also be helpful for the case when you initially forget to create the vtable, and decide to add one later
Yeah, I think that would be quite helpful if implemented that way.