radareorg / radare2

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

Setting bg color in nodes glitches #14443

Open radare opened 5 years ago

radare commented 5 years ago

we should use this bgcolor ffor tracing info and maybe for try/catch

ec graph.box red blue
ec graph.box2 red blue
Screenshot 2019-06-28 at 04 03 42
Jagroop-Singh commented 2 years ago

I'm currently taking a crack at this, I'm assuming that you want the default behavior to be setting the color of the inside of the box to bgcolor, or just simply behind some of the lines such as tracing and try catch?

trufae commented 2 years ago

Yes, ideally setting the whole background of each basic block would be ideal. But that use to conflict with disasm colorization, so any other approach like highlighting in bg only the node title or the borders could work too and improve the situation