Question about installing r2decompiler #21229
Replies: 3 comments
-
@AirShoot125 Hi can you try updating your r2 version from git instead of using packaged one from termux? pkg uninstall radare2 We removing packaged radare2 from above command as we building from git next. After this step follow these commands pkg install build-essential wget git python binutils
cd /data/data/com.termux/files/home
git clone https://github.com/radareorg/radare2
cd radare2
sh sys/termux.sh After installation complete, you can use r2pm -U
r2pm -ci r2dec |
Beta Was this translation helpful? Give feedback.
-
There are bugs fixed in git that improve the error messages . The real bug is probably that you are missing a pkg to install in your termux like missing gcc or missing git |
Beta Was this translation helpful? Give feedback.
-
@apkunpacker maybe we can show this oneliner of apt in r2pm when a missing dep is found. That will make it easier |
Beta Was this translation helpful? Give feedback.
-
Hi to everyone! Screenshot_20230105_124923.jpg
I wanted to install r2dec in termux, but it gives an error, how to solve it? I'm beginner in this, so i didn't understand why it was
Beta Was this translation helpful? Give feedback.
All reactions