Releases: termux-play-store/termux-exec
Releases · termux-play-store/termux-exec
1.7
- Hook
readlink(3)
of /proc/${PID}/exe
(#6).
1.6
- Apply
realpath(3)
when hooking readlink("/proc/self/exe")
(#5).
1.5
- Hook
readlink(3)
of /self/proc/exe
to avoid having to patch so much code, some which might be third party or compiled on-device (#4)
1.4
- Do not clean environment when executing
/system/bin/sh
(7279c61)
- Cleaning the environment from
LD_PRELOAD
when executing /system/bin/sh
breaks things such as popen(3)
and system(3)
.
1.3
- Various fixes and cleanups (#1).
1.2
- Fix
fexecve(3)
and executing symlinks