wargio / r2dec-js

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

Remove duktape references in the DEVELOPERS doc #302

Closed trufae closed 8 months ago

trufae commented 8 months ago

now that r2dec runs on qjs i think its worth updating this file accordingly.

Also, worth mentioning r2dec.debug var and this oneliner which is the one i used to test changes (because the JS code is now always compiled inside the plugin) <- this oneliner can be improved quite a lot :P

1$ rm -rf b ; meson b ; ninja -C b install

wargio commented 8 months ago

oh yeah, i forgot to update the readme. i actually delete the header file to always recompile the file.

wargio commented 8 months ago

Now the js code is always rebuilt. no need to use that oneliner or my workaround.