r2dec-js | radare2 plugin - converts asm to pseudo-C code
kandi X-RAY | r2dec-js Summary
kandi X-RAY | r2dec-js Summary
Converts asm to pseudo-C code.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of r2dec-js
r2dec-js Key Features
r2dec-js Examples and Code Snippets
Community Discussions
Trending Discussions on r2dec-js
QUESTION
I'm trying to install r2dec plugin for radare2. The Build fails because there are some files missing.
first I did run following commands
$r2pm init
then
$r2pm init
then i tried to install it with :
$r2pm -i r2dec
When the build failed I installed npm because a comment on this answer suggested it https://stackoverflow.com/a/51466052/10854709
$sudo apt install nodejs
Expected output would be a successful build.
the actual output is the following:
Install Done For r2dec make: Entering directory '/home/me/.local/share/radare2/r2pm/git/r2dec-js/p' cc -I/home/me/.local/share/radare2/prefix/include -g -O3 -I/usr/include/libr -I./duktape -L/home/me/.local/share/radare2/prefix/lib -lr_core -lr_config -lr_debug -lr_bin -lr_anal -lr_bp -lr_egg -lr_asm -lr_lang -lr_parse -lr_flag -lr_cons -lr_reg -lr_search -lr_syscall -lr_fs -lr_io -lr_socket -lr_magic -lr_crypto -lr_hash -lr_util -ldl -lm -std=c99 -shared -fPIC duktape/duktape.c duktape/duk_console.c core_pdd.c -o core_pdd.so
duktape/duk_console.c:13:20: fatal error: r_cons.h: No such file or directory
[..]
core_pdd.c:8:21: fatal error: r_types.h: No such file or directory
[..]
compilation terminated. Makefile:10: recipe for target 'all' failed make: *** [all] Error 1 make: Leaving directory '/home/me/.local/share/radare2/r2pm/git/r2dec-js/p'
...ANSWER
Answered 2019-Feb-18 at 12:14Try this: sudo apt install pkg-config
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install r2dec-js
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page