I am trying to find a specific value (integer magic number (654321)) in the current process to which I am attached to GDB. I found the find [/sn] start_addr, +len, val1 [, val2, ...]
, but it needs a start and end address, but I donβt know where my process memory starts and where it ends.
This seems to be a very common problem, but I remember how it was year after year, and I repeated it now without success, therefore .. How do I know where the process memory begins and where it ends?
source share