From 61898b91f54fdec351f35e6bf5e6b3f8bee78a85 Mon Sep 17 00:00:00 2001 From: Creator-360 <42955270+Creator-360@users.noreply.github.com> Date: Tue, 22 Oct 2019 05:50:22 -0400 Subject: [PATCH] Update usbexec.py --- usbexec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbexec.py b/usbexec.py index 43e2bc78..aa09226e 100644 --- a/usbexec.py +++ b/usbexec.py @@ -25,7 +25,7 @@ def match(self, info): DONE_MAGIC = 'donedone'[::-1] MEMC_MAGIC = 'memcmemc'[::-1] MEMS_MAGIC = 'memsmems'[::-1] -USB_READ_LIMIT = 0x8000 +USB_READ_LIMIT = 0xFF0 CMD_TIMEOUT = 5000 AES_BLOCK_SIZE = 16 AES_ENCRYPT = 16