radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.69k stars 3.01k forks source link

Visual preview for the `graph.*` variables changes in `Ve` mode #9719

Open XVilka opened 6 years ago

XVilka commented 6 years ago

Like it is done for the disassembly preview when changing e asm.* variables.

radare commented 6 years ago

It’s Vbe now but yep this seems like a nice thing to have

On 17 Mar 2018, at 03:54, Anton Kochkov notifications@github.com wrote:

Like it is done for the disassembly preview when changing e asm.* variables.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

radare commented 5 years ago

Im thinking that maybe we want to remove ve (because we have vbe) , and use 've' to toggle ESIL in the disasm.. but we have already oO to rotate that. thoughs on more changes in visual keys?

radare commented 5 years ago

i think we can just construct a small graph with fake code to have this preview. i like t his idea and i think its useful, also i think ve should die, because we have it in vbe

radare commented 5 years ago

otherwise it will be pretty expensive to update the graph results on a huge function

deepakchethan commented 5 years ago

Yeah sounds good

deepakchethan commented 5 years ago

Started working on this

XVilka commented 4 years ago

@deepakchethan any updates on this?