Peter LaFosse

Results 175 comments of Peter LaFosse

@withzombies asks that we prioritize these instructions: movk, ldaxr, stlxr, madd, ccmp, cinc

Does your PR not add support for this?

This is a kind of easy task but it might take a bit of time before we get to it. What needs to happen is we need to create an...

We unfortunately don't support IL inlining of jump table dispatches at the moment.

The binary shared here has a similar problem. https://github.com/Vector35/binaryninja-api/issues/5074

This might be a duplicate of: [#4251](https://github.com/Vector35/binaryninja-api/issues/4251)

So from what I've been able to tell from a little while debugging. The problem is that when an array reference is duplicated for the sake of condition duplication during...

What would need to happen here is we'd have to have special handling for the "typeinfo_name_for" mangled symbols. Currently we just understand that they are arrays but the demangler has...

This may be intended. If you get the size of the type associated with that parameter is it as expected?

the problem here is that `rbp` is being tainted by `sub_4017cd` its unknown if that is intentional or its a bug. This can be fixed by removing rbp from the...