iea has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
does anybody know any other possibility to read the used Windows Memory of a specified process ?
I found Win32::Process::Memory but i just wanted to know if there are any other ways to handle this.
thanks
iea
Why reading the memory? Or why i am looking for other possibilities?
I just thought that befor i start to write code i ask if there are nicer solutions.
And I nead to read the memory and search for specified strings in it.