Peter LaFosse

Results 175 comments of Peter LaFosse

Have you ever opened this particular binary before? If so your previous location has been saved will be restored.

As we still don't have solid repro steps this one is being marked as Unreproducible.

I think it'd be best if we made far calls lift the same as an unknown indirect call, until we have support for segmented memory.

Current workaround for this is to open the binary with options rather than rebasing after open.

I suspect this is either a type propagation issue where we're not propagating the bool type to the constant, or a display issues were we're not checking the type of...

Without support for some sort of context I don't think we're going to be able to solve this. One solution could be: https://github.com/Vector35/binaryninja-api/issues/5197

This is most likely related to #3927 Also I'm betting the cause of this is that we're loosing track of the stack pointer and its not really indicated when we...

I pushed a fix for this crash but it points to a larger issue that needs to be handled, were we're not properly fixing up the data variable afterward. I'm...

I navigate to RVAs in DataVariables like this Hit G Type "$start+[$].d"

another work around. Hit make your selection. Then hit `2` to create 2 byte elements then hit `*`. The current behavior is very important as it allows you to select...