Hey There,
I am trying to read the memory of the text region of a running
process. I can open a process and read the data in the process using
OpenProcess and ReadProcessMemo ry. I'm not sure however how to detect
which data I am getting corresponds to the "text region" and not the
other regions, like the stack. Does the type "MEM_IMAGE" defined in the
"Type" parameter of the MEMORY_BASIC_IN FORMATION structure define the
read in memory block as part of the "text region"? Any insights would
be greatly appreciated.
-Jay
I am trying to read the memory of the text region of a running
process. I can open a process and read the data in the process using
OpenProcess and ReadProcessMemo ry. I'm not sure however how to detect
which data I am getting corresponds to the "text region" and not the
other regions, like the stack. Does the type "MEM_IMAGE" defined in the
"Type" parameter of the MEMORY_BASIC_IN FORMATION structure define the
read in memory block as part of the "text region"? Any insights would
be greatly appreciated.
-Jay
Comment