Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ohwutwathere
on Nov 3, 2022
|
parent
|
context
|
favorite
| on:
Can I exec a new process without an executable fil...
Correct but in lots of scenarios (containers etc) you cannot execute ptrace() but you can execute mmap(), mprotect(), read(), write() which is all you really need. Edit: and fork().
See something I published just a month ago:
https://github.com/anvilsecure/ulexecve/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
See something I published just a month ago: https://github.com/anvilsecure/ulexecve/