Closed hilbix closed 4 years ago
When passing a binary to fexecve(), it works.
fexecve()
When passing a script to fexecve(), it tells us "File does not exist".
This might be because O_CLOEXEC option. Have to investigate.
O_CLOEXEC
When passing a binary to
fexecve()
, it works.When passing a script to
fexecve()
, it tells us "File does not exist".This might be because
O_CLOEXEC
option. Have to investigate.