Rubens Brandão
Rubens Brandão
@mumbel I found this bug while testing the variable size checker at [sleigh-rs](https://github.com/rbran/sleigh-rs), maybe one day I'll be able to finish implement it, and make a LSP out of it.
I had the same problem on a similar keyboard model (CM Storm Quickfire TK Nkeys), surprisingly the problem don't happen with other USB keyboards, such as `1a2c:0c23 China Resource Semico...
Here the difference on `wev` between the CM and Generic Keyboard using only `kb_layout = br`: Press `Shift`, Press `:`, Release `:`, Release `Shift`: ### CM ``` [14: wl_keyboard] modifiers:...
I'm unable to find an elegant solution for the missing two objectives, the current implementation uses 100% of CPU. I'll study the gui lib better and search for a better...
It's unclear no me if `BNShowGraphReport` require a owned FlowGraph object or only a reference to it. I assumed only a reference, because the method `BinaryViewExt::show_graph_report` received a `FlowGraph` parameter...
Could the non-mutable setters be problematic? What if the user hold a reference to the builder (or internals) before a setter call? Maybe a code like this could cause problems:...
This was written before the GAT PR, I'll fix this.
@KyleMiles Fixed.
Is possible to change the function from a `fn` to a `FnMut`, but I could not locate where this free is implemented, so to avoid leaks I implemented using static...
Tests being written at: https://github.com/rbran/binaryninja-test mostly on [mlil_vars](https://github.com/rbran/binaryninja-test/tree/main/mlil_vars)