Overwrite /proc/self/cmdline via /proc/self/mem. /proc/self/cmdline is backed by the kernel's view of the argv region in process memory. We locate it via /proc/self/stat (fields 48+49: arg_start and arg_end), then overwrite through /proc/self/mem.
(name: &str)
source not stored for this graph (policy: none)
no test coverage detected