scanmem
Program to locate and modify a variable in a running process
Install
- All systems
-
curl cmd.cat/scanmem.sh
- Debian
-
apt-get install scanmem - Ubuntu
-
apt-get install scanmem - Arch Linux
-
pacman -S scanmem - Kali Linux
-
apt-get install scanmem - Fedora
-
dnf install scanmem - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install scanmem - Raspbian
-
apt-get install scanmem
scanmem
Program to locate and modify a variable in a running process
Scanmem is a simple interactive debugging utility for Linux, used to locate the address of a variable in a running process. This can be used for the analysis or modification of a hostile process on a compromised machine, for reverse engineering, or as a "pokefinder" to cheat at video games.