cloudlinux / libcare

libcare -- Patch Userspace Code in Live Processes
GNU General Public License v2.0
145 stars 57 forks source link

Separate startup from execve #16

Closed paboldin closed 6 years ago

paboldin commented 6 years ago

The execve.so code contains a break (int3, 0xcc) instruction and have a specific sequence of commands.

Regular applications that notify us of their startup should be simpler than that.