Linux Internals: How /proc/self/mem writes to unwritable memory

10 points by git-bruh


Riolku

how is this not a security issue? Can I use this to write to libc?

itamarst

Just encountered a bug where this would actually useful to implement a workaround. But to be fair only because this is a cursed project interacting with already-cursed fork()-without-exec(). In practice, trying for some other still-cursed-but-less-so fix.