I want to use VBScript to read values directly out of memory of another running application.
I can't seem to find information on using ReadProcessMemory()
in VBScript.
I intend to use this in Quick Test Pro to do screen scraping of an application that needs testing. This application does not use any standard controls and using QTP's OCR abilities does not provide us with reliable results.
We currently have code written in AutoIT that reads values of this application directly from memory and converts it to ASCII. But we want to remove the reliance on that and using VBScript from within QTP would be ideal.
So can anyone tell me how I can read values from an executable in memory using VBScript?