I have two virtual machines of WindosOS and I create two .dmp files for each of them. I want to open the first.dmp file and compare each line inside it with second.dmp file to see the difference. I want to write a java program to do this and two for loops sounds good.
The problem here is how to open the .dmp file. I know I can use WinDbg tool to open .dmp file, but how to open it in java program? Or is there any tool to convert .dmp into some formats I can open?