Closed PeterMatula closed 4 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.
uint64_t
Study how r2ghidra does it and use the same solution if possible.
If necessary, use tokens provided by RetDec's JSON C output.
Implemented in #6
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.