scanmem
Memory scanner
Scanmem is a debugging utility designed to isolate the address of an arbitrary variable in an executing process. Scanmem simply needs to be told the pid of the process and the value of the variable at several different times. After several scans of the process, scanmem isolates the position of the variable and allows you to modify its value.
- Versions: 0.17
- Website: https://github.com/scanmem/scanmem
- Licenses: GPL 3+ · LGPL 3+
- Package source: gnu/packages/debug.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of scanmem
as follows:
guix install scanmem
Or install a particular version:
guix install scanmem@0.17
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of scanmem about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/scanmem'><img src='https://packages.guix.gnu.org/packages/scanmem/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/scanmem)
Example Org:
[[https://packages.guix.gnu.org/packages/scanmem][https://packages.guix.gnu.org/packages/scanmem/badges/latest-version.svg]]