robot icon indicating copy to clipboard operation
robot copied to clipboard

Make memory reading and writing more robust on Linux

Open dkrutsko opened this issue 9 years ago • 0 comments

Currently, memory manipulation is implemented through reading and writing to the /proc/mem file. This doesn't work across all distributions and may benefit from an alternate method. One method of implementing such functionality is through ptrace. However, implementing this might be part of a much larger project #10.

dkrutsko avatar Apr 17 '16 21:04 dkrutsko