radareorg / radeco

radare2-based decompiler and symbol executor
367 stars 54 forks source link

Decompiler output should honor ec #301

Open radare opened 5 years ago

radare commented 5 years ago

screenshot 2019-03-06 at 12 34 21

this bgcolor is ugly

also, empty else blocks should be removed

radare commented 5 years ago

also honor scr.color var to output black+white .. ideally we should use the same indentation as in r2, note the unnnecessary return, the spacing before (, tabs vs spaces, ... also this "fn" thing is a bit rusty.

small numbers like 0x4 0x8 can be 4 and 8...