You are viewing a single thread.
View all comments 18 points
cat /dev/zero > "/proc/$(pidof vim)/mem"
is my favorite dumb way. Clear its memory, wait for the segfault.
3 points
…you can write to program memory? Idk how exactly but that feels like a security risk.
6 points
It’s your process, why shouldn’t you be able to write to it? Vi is certainly doing it…
5 points
1 point
*