xusheng

Results 475 comments of xusheng

This sounds like a nice feature to have. I have spent (wasted) considerable time just trying to locate the same variable in the stack view. Getting this feature done probably...

V35 folkds should search for `sealants antonymy assuaged paraskiing incuse` to find the binary

I can reproduce this. The reason why this is happening is we are always setting the name of the variable to `__saved_reg`, so the new name would not take effect....

I do see that there are two "push ebx" instructions at 0x404d90 and 0x404dbb. They are both annotated with `__saved_ebx`, which is a bit problematic, since the pushed ebx are...

> Take a look at my new explanation in discussion #5289. Perhaps there is some relation to this with regards to the Stack being numbered from the frame pointer in...

We already have the ability to create an empty enum in the types view (right click-> Create New Enumeration...). So I guess the functionality originally requested is somehow addressed. I...

We are definitely interested in incorporating the info from .eh_frame to improve function detection. We may follow up on this later. Btw, just for the specific case you showed in...

To clarify, this issue means multi-selection of continuous instructions, which is already do-able currently

@lwerdna could this be related to your recent changes?

I believe the `load` should not be called from the UI. It is meant for headless processing of files. Waiting for a second eye on the issue to triage it