Hello, So I am working on a debugger which supports many OS/Arch platforms. For testing I am using OpenBSD 7.7 with x86_64. I wanted to know are if there any ways in which I can fetch process maps when I am not a root user. I can use sysctl only if I am a root user. I know the secure-level is set to 1.
I tried procmap but that shows Operation not permitted even as root user and can't really use /proc/pid/map as procfs isn't mounted there. Thanks, Taksh

