Skip to content

2.5.1

Compare
Choose a tag to compare
@trufae trufae released this 09 May 09:59
· 1128 commits to master since this release
  • 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`