xusheng

Results 475 comments of xusheng

The reason we show the update progress in the lower left is that you can resume working in binja while you wait for the update. In other words the dialog...

We should also add support for sth similar to https://github.com/gaasedelen/tenet, which takes a trace generated by another tool and replays it, giving user a TTD experience

RR support is added in https://github.com/Vector35/debugger/commit/437dc6cbaf668ae9fd396fd8a6febc20ad487648

As a note, BN does a decent job in recognizing the system calls and convert them into a human readable name. We do so in the BN `platform`, which has...

Sounds like a nice enhancement. I guess we can do it by adding a "type" of address next to the address itself, so that we the UI navigates, it can...

Here is another example: quick tiger dances eagerly When we select `var_c` and press Y, the change type dialog pops up with the type of the function: ![Image](https://github.com/user-attachments/assets/fe8e6589-cdae-40e4-b555-72016a19c2b0) This happens...

![Image](https://github.com/user-attachments/assets/24bac94a-451e-4765-ad63-3cb8c2fb1653) Compare with stable 4.2 we can see that the variable has a `void` before it, and pressing Y on it works as expected This is a regression introduced between...

There has been some internal discussion on this, though I am not sure whether we already have an issue for it

Thx for letting me know about this bug, I will fix it ASAP