What are your goto Linux memory dump tools for forensics?
/dev/mem access is restricted and depends on the iomem kernel parameter (honestly I did not entirely understand when this works and when not).
github.com/Velocidex/Linpmem
github.com/504ensicsLabs/LiME
are both kernel modules, and thus neer to be compilef for the specific kernel.
Is there some eBPF tool for memory dumping? Could this be made?

0xD 