read: http://eryanbot.com/jtp/2012/06/26/game-hacking-basics-memory-editing-linux/ Linux: scanmem https://github.com/scanmem/scanmemhttp://ftlwiki.com/wiki/Cheats#Memory_Editing_on_Linux ============================ Aattach fails with ptrace: Operation not permittedwon't attach to processI found the issue: https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace%20Protection And the solution is just either do this (as root): $ echo 0 > /proc/sys/kernel/yama/ptrace_scope or
…or make it permanent by setting ptrace_scope to 0 in /etc/sysctl.d/10-ptrace.conf ========================
|
Wiki >