radareorg / r2retdec

RetDec plugin for Radare2
https://retdec.com/
MIT License
124 stars 24 forks source link

Better syntax highlighting of decompiled code #3

Closed PeterMatula closed 4 years ago

PeterMatula commented 5 years ago

The original plugin implementation uses some JavaScript library to syntax highlight the C code. It is not very nice - it often does not highlight some types (e.g. uint64_t) and so on.

Study how r2ghidra does it and use the same solution if possible.

If necessary, use tokens provided by RetDec's JSON C output.

xkubov commented 4 years ago

Implemented in #6