We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929fc1f commit 399ac6aCopy full SHA for 399ac6a
1 file changed
Constants.cs
@@ -22,7 +22,7 @@ namespace DumpIt
22
{
23
internal class Constants
24
25
- internal const ulong SectorSize = 0x1000;
+ internal const ulong SectorSize = 0x200;//0x1000;
26
27
internal static readonly string[] partitions =
28
[
0 commit comments