wargio / r2dec-js

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

Add user and system install, uninstall and symlink #241

Closed trufae closed 2 years ago

trufae commented 3 years ago

This PR changes the behaviour of the make install procedure

in master:

in this branch:

The reason behind this change is to make the makefile behaviour more consistent with other r2 plugins as well as fixing the debian package which was missing some files and the R2DEC_HOME path set at compile time wasn't working even if setting the env var. With this PR the generated .deb works.

wargio commented 2 years ago

looks like the makefile has some errors