Language

Package: scanmem @ 0.17

Synopsis

Memory scanner

Description

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.

Home page
https://github.com/scanmem/scanmem
Location
gnu/packages/debug.scm (line: 541, column: 2)
Licenses

Lint warnings

LinterMessageLocation
wrapper-inputs

Make sure 'wrap-program' can finds its interpreter.

"bash-minimal" should be in 'inputs' when 'wrap-program' is used