2.5.1
- Upgrade to Frida 11.0.1
- Fix include path in the android cross-compilation
Remember: if you are using those android blobs, you must do the following to make them work in Termux:
export LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH # use /system/lib on 32bit devices
xz -d io_frida-2.5.0-android-arm64.so.xz
mv io_frida-2.5.0-android-arm64.so `r2 -H LIBR_PLUGINS`