robot
robot copied to clipboard
Make memory reading and writing more robust on Linux
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.