Using http://bin.rada.re/ with radare2 for Android?
Opened this issue · 3 comments
The installer doesn't seem to be able to grab nightly binaries off http://bin.rada.re/, it's expecting <base_url>/aarch64/unstable
or <base_url>/aarch64/unstable
.
The builds on http://radare.org/get/pkg/android/aarch64/
seem to be a few months out of date.
The tarballs frm /pkg are built by me in local, those in jenkins cant be as trusted as those. Can you try to send a pullreq with this change? Or adding a new swttings option to use bin.rada.re instead of the /pkg ones if set?
On 18 Jul 2016, at 10:05, David Manouchehri notifications@github.com wrote:
The installer doesn't seem to be able to grab nightly binaries off http://bin.rada.re/, it's expecting <base_url>/aarch64/unstable or <base_url>/aarch64/unstable.
The builds on http://radare.org/get/pkg/android/aarch64/ seem to be a few months out of date.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hmm, I wonder if maybe a termux package would be easier instead of a whole application just to install r2.
Yeah termux is great. But r2 doesnr compiles in there yet. Need to do a compiler profile for it. Thanks for pointing out that.
Anyway an app is good because it allows the user to install and use it from the ui. Not just the commandline
On 20 Jul 2016, at 09:32, David Manouchehri notifications@github.com wrote:
Hmm, I wonder if maybe just a termux package would be easier instead of a whole application just to install r2.
https://github.com/termux/termux-packages
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.