[Dumping] Add paranoia mode to check integrity of sectors before writing them to the image.

This commit is contained in:
2025-11-23 13:05:43 +00:00
parent 0f78b128ac
commit 70f005f61f
9 changed files with 256 additions and 48 deletions

View File

@@ -722,7 +722,8 @@ public sealed partial class MediaDumpViewModel : ViewModelBase
false,
10,
true,
1080);
1080,
false);
new Thread(DoWork).Start();
}