Skip to content

Releases: termux-play-store/termux-exec

1.7

07 Oct 22:12
Compare
Choose a tag to compare
  • Hook readlink(3) of /proc/${PID}/exe (#6).

1.6

18 Sep 10:09
Compare
Choose a tag to compare
1.6
  • Apply realpath(3) when hooking readlink("/proc/self/exe") (#5).

1.5

16 Sep 22:08
Compare
Choose a tag to compare
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

14 Jul 19:17
Compare
Choose a tag to compare
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

20 Jun 06:40
Compare
Choose a tag to compare
1.3
  • Various fixes and cleanups (#1).

1.2

08 Jun 14:36
56629c4
Compare
Choose a tag to compare
1.2
  • Fix fexecve(3) and executing symlinks