2

I am writing a C#/C++ program which will decompress win8 hibernation file. However, I haven't found hiberfil.sys format for new OS.

Is there any description of Win8 hiberfil.sys file format to parse it?

Alex
  • 1,357
  • 3
  • 18
  • 41

1 Answers1

0

That file is not new to Win 8. However, I'm not sure whether the format has changed over time. In any case, here's a link to a PDF from 2008 that describes the file and some tools.

David
  • 6,462
  • 2
  • 25
  • 22