ADB: ADBLookupResponse

This commit is contained in:
Hay1tsme 2023-05-22 17:58:11 -04:00
parent 8f29c796b1
commit 7ac50868b2

View File

@ -15,7 +15,7 @@ class ADBLookupResponse(ADBBaseResponse):
def make(self):
header = super().make()
resp_struct = Struct(
Padding(0x10),
Padding(0x16),
"user_id" / Int32sl
)