How to get information about segments of physical memory not described in System.map on linux

When I do in linux root shell cat /boot/System.map-$(uname -r) it returns me segments of memory but there is a big gap around phys_startup_64:
00000000000228c0 D softnet_data
0000000000022a80 d rt_uncached_list
0000000000022ac0 d rt6_uncac… Continue reading How to get information about segments of physical memory not described in System.map on linux

seDebugPrivilege and OpenProcess() – Trying to understand how Windows restricts access to a process’ virtual memory

I’ve been trying to understand how operating systems protect processes from each other. My understanding of Windows security is that a process can call OpenProcess() (thereby allowing read and write access to the virtual memo… Continue reading seDebugPrivilege and OpenProcess() – Trying to understand how Windows restricts access to a process’ virtual memory