Hello all,
I am debugging a program A which is being called by program X. Program A is importing some data from a memory id. I assume this data was exported to the memory id in program X. Now I need to know what all memory id's are available for program A as I want to see what all information is available to program A. Is there a way to find all the memory id's available to a program.
NOTE: I just know program name A. I do not know program X which is calling A.
Any ideas appreciated.