mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
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'
14 lines
352 B
Diff
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
|