mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for negative sectors to read and write sector calls in images.
This commit is contained in:
@@ -964,7 +964,7 @@ public class CSS
|
||||
|
||||
for(ulong i = 0; i < sectorsToSearch; i++)
|
||||
{
|
||||
input.ReadSector(startSector + i, out byte[] sector, out _);
|
||||
input.ReadSector(startSector + i, false, out byte[] sector, out _);
|
||||
|
||||
if(!IsEncrypted(null, null, sector)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user