patterns/ext4: Increase pattern limit to 2 GiB (#440)

This commit is contained in:
Zackary Newman
2025-09-12 16:42:55 -04:00
committed by GitHub
parent 297f611fed
commit 69077b919d

View File

@@ -8,7 +8,7 @@
#pragma endian little
#pragma magic [53 EF] @ 0x438
#pragma pattern_limit 0x90000
#pragma pattern_limit 0x80000000
import type.time;
import type.size;