Brandon Miller
Brandon Miller
Thanks, but I'll just keep using Binary Ninja. I just wanted to bring this to the attention of the devs. You are 100% correct in that `move.b (%a0)+, (0xfffffe80)`, and...
I just want to add some context. We could have taken a simpler approach and modified the `GetInstructionInfo`/`GetInstructionText`/`GetInstructionLowLevelIL` APIs to take a `BinaryView` or `Function` parameter. There are a few...
# tldr Architecture plugins now have the ability to access the BinaryView while performing custom basic block recovery by overriding the `Architecture::AnalyzeBasicBlocks` (`analyze_basic_blocks` in Python). We have also open sourced...
> Thank you, it's great to see this progress! I may end up writing a Wasm disassembler if I end up having to debug a broken Wasm binary again (unless...
@Cocosushi6 I recommend setting `GetMaxInstructionLength` to the size of the FPs. Then disassemble the entire packet (all contained instructions) in a single invocation of `GetInstructionText` (and lift the entire packet...
Hey melomac. Thank you for reporting this. I plan to breathe some life back into bnida as soon as I get some time. I've been pinged about bnida by multiple...