Skip to content

Commit 69077b9

Browse files
authored
patterns/ext4: Increase pattern limit to 2 GiB (#440)
1 parent 297f611 commit 69077b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/fs/ext4.hexpat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#pragma endian little
1010
#pragma magic [53 EF] @ 0x438
11-
#pragma pattern_limit 0x90000
11+
#pragma pattern_limit 0x80000000
1212

1313
import type.time;
1414
import type.size;

0 commit comments

Comments
 (0)