Files
termux-packages/root-packages/frida/driver-wrapper-android.sh.in.patch
termux-pacman-bot 0937e97dfd updpkg(root/frida): update to 16.0.2
With this update frida is pretty much fully functional again.

Fixes termux/termux-packages#11415
Fixes termux/termux-packages#11113
Fixes termux/termux-packages#12632

frida-discover, which was reported broken in
termux/termux-packages#10170 still does not seem to work (though error
is different than in linked issue):

$ frida-discover -p 9102
Traceback (most recent call last):
  File "/data/data/com.termux/files/usr/bin/frida-discover", line 7, in <module>
    import frida_tools.discover
ModuleNotFoundError: No module named 'frida_tools.discover'
2022-10-30 13:46:58 +00:00

14 lines
352 B
Diff

--- ./releng/driver-wrapper-android.sh.in.orig 2022-10-30 12:52:48.190659491 +0100
+++ ./releng/driver-wrapper-android.sh.in 2022-10-30 12:52:56.173992267 +0100
@@ -69,10 +69,4 @@
"@driver@" "${base_argv[@]}" "${argv[@]}" || exit $?
-case $output_type in
- executable|shlib)
- "@elf_cleaner@" "$output_path" || exit $?
- ;;
-esac
-
exit 0