I have a memory leak on a service installed on a Windows productive server where I can't stop service or install programs. I used the task manager to extract a dump of the memory to a file.
This memory dump make more that 1GB, but when I use tools like DotMemory, they see only 2MB of memory. I think that the leak is in unmanaged memory and want to open the dump with Valgrind to find the leak, but I could not find how to open a dump using Valgrind.
Please notice that it's almost the first time that I use Valgrind, I'm really not familiar with this program. I don't know if it is possible or if it even make sense.
Thanks in advance.