radareorg/radare2-webui

Use `aod` to describe instruction under the mouse with a tooltip

Maijin opened this issue · 5 comments

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"

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-.

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.

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-.

That could also do the trick 👍

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