You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an extended validation parameter to the initializer which causes "expensive" (and otherwise unnecessary) validation on the file being read. This should include:
Testing whether any streams share storage (same start sector)
Testing whether FAT chains link together (shared storage again)
Testing whether unused sectors and slack-space are truly blank
The text was updated successfully, but these errors were encountered:
Add an extended validation parameter to the initializer which causes "expensive" (and otherwise unnecessary) validation on the file being read. This should include:
The text was updated successfully, but these errors were encountered: