rssor
rssor
This has been resolved as of dev build 3751, with the added support for offset pointer types. The only member not created is at offset `0xa0` which has two accesses...
In this case I think it would be better to stick with using LLIL_FSUB, since flag roles will already do what you expect when using that op instead of assigning...
The callback receives both the llil operation and the flag write type, so you can differentiate by a unique flag write for the new ops.
Sorry about the delay, was writing up the example code for how this can be accomplished with ephemeral typelibraries and realized it makes more sense for me to just plumb...
So I think I addressed this by refactoring the x86 code in https://github.com/Vector35/arch-x86/commit/5b134ac7da45c009094faf654f613a9ecd11cae8 to use our semantic flag system for a variety of floating point ops instead, instead of making...
Although duplicate xrefs will show, they now navigate somewhere sensible when clicked as of a week ago. For a variety of reasons, eliminating the duplicates from the UI when they...
This is intentional behavior for now -- indirect tail calls were actually being handled on accident in certain situations leading up to build 1.1.1201-dev (and causing problems of their own...
I think that the progress we've made so far is sufficient to handle a lot of DSPs (a bunch of TI ones and Hexagon), but for architectures that essentially begin...
So there's a known gap where unless a write straddles multiple actual members, it won't split, which I meant to (and forgot to) relax before it shipped. That doesn't look...
I have, I think, figured out the broad strokes of how to trigger it but I don't have access to any devices to test. Pseudo-code for `do_check_client` is approximately: ```...