John Källén
John Källén
1.Scroll to middle of memory viewer. 2.Use up arrow key to move selection up to top of view 3.Press arrow again Result: Selection disappears from screen Expected: memory viewer to...
1. Go to code view or disassembly view, both of which use TextView, 2. Click in the middle of teh screen. 3. Drag the mouse downwards to the bottom of...
Makes selection faster for those of us who prefer keyboard to rat.
Just like clicking on a function takes you to its definition, clicking on a struct reference like `STR_4231 * pStruct = NULL;` should take you to the definition of `STR_4321`
Currently reko will sometimes want to decompile the import stubs of a PE executable. This leads to extra code that really shouldn't show up. Reko should mark it as "non-decompilable",...
I am looking at disassembled machine code but all the addresses are meaningless. If I have symbols, instead of “jmp 0x12345678”, I 'd rather see “jmp my_procedure+0x234” in the disassembly...
Many Python projects use comments in doc strings as type annotations, e.g. ```Python """ :param str sender :param str recipient :param int copies :rtype int """ def send_copies_to(sender, recipient, copies():...
I'm trying to implement a rule that is to generate the transitive closure of a relation. I have the following fact class: ```C# public class SubTypeConstraint { public SubTypeConstraint(TypeVariable subType,...
**Describe the bug** The Combobox behavior when using the keyboard to select items in an Avalonia combobox differs from the behavior in Windows, Edge, Firefox and Chrome. If I have...
Although the basic functionality is there, it is hard to understand how to use it (#1286) Here are some suggestions: Add a prompting text, such as > Enter the data...