1
1
My computer got bluescreen, and saved all info to a memory file before restart. I have memory.dmp, and i have some very important files that i didnt save.
All the files I need to recover were txt files, which i opened notepad and I didnt save them, once my computer crashed, I lost them. All were plain text.
I have looked to programs like windbg but couldnt find a proper solution. I start to think that memory.dmp file doesnt have the raw data, it just have logs in it?
Please show me a way to recover my unsaved files from Memory.dmp
I am using windows vista.
Yes i know it is seperated chunk by chunk. And the addressing is not linear. I would need a way to restore those data. Any recommendations? – met.in – 2011-04-13T21:19:21.820
1As the other answerer (TheCompWiz) stated, there is a chance that the file doesn't contain the needed data (if it contains, it should be the same size as your used RAM when BSoD happened). If it is a full RAM dump, still, there is no "system" on how the data is stored - in the worst case each character is in their own place. Try to search some words which you remember were inside the file - maybe you will be lucky enough to restore parts of the text. – Evengard – 2011-04-13T21:23:50.517
The size of the file is exactly same as my ram. Which tool do you recommend me to search a 2gb file? – met.in – 2011-04-13T21:40:33.943
Try some kind of hex editor, for example notepad++ with hex plugin, or far, or whatever (google them). Try both ascii and unicode search. – Evengard – 2011-04-13T21:45:17.823
notepad++ didnt work out as the file size is huge. i tried to open with wordpad and it really didnt load since hte file is exaclty same with my ram. Any solution ? – met.in – 2011-04-15T06:33:25.667
Try another hex editor. Choose one from here: http://en.wikipedia.org/wiki/Comparison_of_hex_editors
– Evengard – 2011-04-15T08:56:11.040