AppImageCrafters / AppRun

AppDir runtime components
MIT License
26 stars 10 forks source link

Hook execl functions family #36

Closed azubieta closed 2 years ago

azubieta commented 2 years ago

execve calls derived from system or popen calls are not being intercepted becausebBoth functions use execl to run the command which is not currently supported.

https://github.com/AppImageCrafters/AppRun/blob/master/src/hooks/exec.c

https://linux.die.net/man/3/execl