radeco
radeco copied to clipboard
Add C Syntaxic color
Like in r2dec, add a basic C syntaxic coloring on the decompilation, reuse an existing library is probably the way to go for this.
See https://github.com/radareorg/radeco/pull/54
Why this is not enabled by default @kriw ?
Because if highlight is enabled, new line is inserted to each line of code. I thoght it might be better to remain it as optional.
We should have that by default imho so it has parity with r2dec.