As soon as memory scanning is implemented, an additional feature allowing to detect simple data structures would be great.
For example, one could hook all malloc calls using the LD_PRELOAD environment variable in order to detect allocated units and graphically outline this in the memory viewer. Furthermore, if a byte sequence within a block of allocated memory represents a valid heap or stack address, this could be graphically highlighted as a possible pointer.
Thank you for the efforts which you put into this great project.
As soon as memory scanning is implemented, an additional feature allowing to detect simple data structures would be great.
For example, one could hook all
malloccalls using theLD_PRELOADenvironment variable in order to detect allocated units and graphically outline this in the memory viewer. Furthermore, if a byte sequence within a block of allocated memory represents a valid heap or stack address, this could be graphically highlighted as a possible pointer.Thank you for the efforts which you put into this great project.