wargio / r2dec-js

radare2 plugin - converts asm to pseudo-C code.
508 stars 48 forks source link

CC warning in pddi #298

Closed trufae closed 8 months ago

trufae commented 8 months ago
[0x00005940]> pddi > /dev/null
ERROR: Missing space after CC

bug comes from this line:

js/libdec/r2util.js:            var strings = r2_sanitize(r2pipe.string('Cslj'), '[]');

and i think it should be Csj instead of Cslj