Tagged Questions
0
votes
1answer
176 views
Reading virtual memory
Is it possible to read virtual memory even if /dev/kmem is not available? I know that I can recompile kernel to allow this file, but that's not the solution I'm looking for. Is there some tricky way I ...