Hacker News

WinPE as a stateless harness for Windows driver testing and fuzzing

64 points by piotrbednarsalt ago | 4 comments

tosti |next [-]

For a CI, my best bet would be to save a running snapshot of each OS to test and derive a new instance from there for every job. Also isolate the network bridge from the outside world. The only thing you may have to fix is time synchronization, but your vmm could already be taking care of that.

ntauthority |next |previous [-]

for newer Windows versions, Microsoft also offers a PE-like customizable image for validation purposes explicitly: https://learn.microsoft.com/en-us/windows-hardware/manufactu...

stuaxo |next |previous [-]

Oh "Preinstallation Environment" not PE as in the executable header in windows.

vardump |next |previous [-]

That’s nice. Windows drivers have always been a PITA to test.

|previous [-]