Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vars/args values popups when mouse over #2532

Open
s0i37 opened this issue Dec 22, 2020 · 2 comments
Open

vars/args values popups when mouse over #2532

s0i37 opened this issue Dec 22, 2020 · 2 comments
Labels
Debug Issues related to the Debug component of Cutter Emulation Issues and feature requests related to emulation Enhancement Label requests for new features or to improve existing ones good first issue Easy issues for new comers. UI

Comments

@s0i37
Copy link

s0i37 commented Dec 22, 2020

Is your feature request related to a problem? Please describe.

I think it would be better visual if during debug/emulation Cutter will show value of vars/args/regs/mems in popup window when mouse over like this:

1

And the same for decompilation listing.

Describe the solution you'd like

These values could be got from afvd command.

Describe alternatives you've considered

ida

Additional context

no

@ITAYC0HEN
Copy link
Member

Absolutely great idea! :)
Here are few examples from IDA.

The value of variable is a non-memory:
image

The vaslue of the register is a non-memory:
image

A register points to a function:
image

Hovering a label pointed to data (string):
image

A register that points to the stack:
image

Hovering a variable (Argument) in the decompiler:
image

@s0i37
Copy link
Author

s0i37 commented Jan 18, 2024

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debug Issues related to the Debug component of Cutter Emulation Issues and feature requests related to emulation Enhancement Label requests for new features or to improve existing ones good first issue Easy issues for new comers. UI
Projects
Status: No status
Development

No branches or pull requests

3 participants