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

Use aod to describe instruction under the mouse with a tooltip #116

Open
Maijin opened this issue Oct 20, 2016 · 5 comments
Open

Use aod to describe instruction under the mouse with a tooltip #116

Maijin opened this issue Oct 20, 2016 · 5 comments
Labels

Comments

@Maijin
Copy link

Maijin commented Oct 20, 2016

When you right click and opcode should be able to get description aka ?d opcode in r2

Like ?d mov should display "moves data from src to dst"

@Maijin Maijin added the /m label Oct 20, 2016
@radare
Copy link
Collaborator

radare commented Oct 20, 2016

maybe adding this option in settings shuold be enough imho

see 22f4194 and feel free to add more entries in the settings if you think they are handy

On 20 Oct 2016, at 14:27, Maijin notifications@github.com wrote:

When you right click and opcode should be able to get description aka ?d opcode in r2

Like ?d mov should display "moves data from src to dst"


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #116, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-llrzINNglsoqUChdPvHL5pRnqaaKks5q114mgaJpZM4KcEM-.

@Maijin
Copy link
Author

Maijin commented Oct 20, 2016

Ah no, I'm not speaking about describe which is also cool, just having possibility to check time to time what an opcode is, is also cool I think.

@radare
Copy link
Collaborator

radare commented Oct 20, 2016

what about just adding a side panel that shows the instruction information when clicked?

displaying :

nistruction size:
esil expression
instrsuction type
family
description
bytes
refs/xrefs

On 20 Oct 2016, at 15:46, Maijin notifications@github.com wrote:

Ah no, I'm not speaking about describe which is also cool, just having possibility to check time to time what an opcode is, is also cool I think.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #116 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-lmD0BjVLzcfdnB6X5Kt1rWUj6Cgyks5q13DBgaJpZM4KcEM-.

@Maijin
Copy link
Author

Maijin commented Oct 20, 2016

That could also do the trick 👍

@trufae trufae changed the title Add ?d XXX in disassembly Use aod to describe instruction under the mouse with a tooltip Apr 19, 2022
@trufae
Copy link

trufae commented Apr 19, 2022

For now just use what's in r2 via asm.describe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants