termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.03k stars 2.99k forks source link

Add radare2-plugins-r2frida package #2332

Open radare opened 6 years ago

radare commented 6 years ago

(or find a shorter name like radare2-r2frida)

I do build it with make android-arm64 in https://github.com/nowsecure/r2frida

Here's one release that matches latest r2 in termux (2.4)

https://github.com/nowsecure/r2frida/releases/tag/v2.2.0

this plugin must be installed in the plugin directory of r2 (see r2 -H LIBR_PLUGINS) output

in my android it is /data/data/com.termux/files/usr/lib/radare2/2.4.0

radare commented 6 years ago

(r2 package should be upgraded to 2.5.0)

its-pointless commented 6 years ago

Updating to 2.5.0 is easy enough. The r2frida bit looks a tad tricky to cross compile.