I am trying to find a way to do a memory dump in a docker container in order to criminalize the memory (for example, to detect malware). I would like to be able to execute the same methods that I use in a virtual machine. The problem is that docker containers (and any linux containers) use memory in a different way - containers share resources, use namespaces and groups ...
I would like to program a tool that does this, but I lost a little about where to start.
How to approach this problem?
Thanks in advance!
source
share