Hi there I recently started playing around with libbpf and I was wondering if it is possible to read a process' VM from the kernel side. In user-space one could use process_vm_read, but I haven't been able to find an equivalent BPF API for that. Cheers, Gab