xusheng
xusheng
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...
If we look at the prologue of `sub_4017cd`, we can see that we created a variable `var_8` for the saved rbp. Which is quite unusual, since we usually just treat...
[eclipse.zip](https://github.com/Vector35/binaryninja-api/files/15218611/eclipse.zip)
@uniquadev could you please share with us the binary? I myself have surely seen a similar case before, but I do not have a handy binary at the moment.
> > @uniquadev could you please share with us the binary? I myself have surely seen a similar case before, but I do not have a handy binary at the...
This issue gets a lot of thumbs-up after the initial filing -- this might be a blind spot in binja interaction that we should really prioritize
> > @uniquadev could you please share with us the binary? I myself have surely seen a similar case before, but I do not have a handy binary at the...
We are only defining a string data variable for those strings that are referenced by code:  In the above screenshot, we failed to...
> > We are only defining a string data variable for those strings that are referenced by code: > >  > > In...