mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 20:27:36 +02:00
Increment the offset correctly when reading a sized long
This commit is contained in:
@ -461,7 +461,7 @@ public class DexReader {
|
||||
throw new ExceptionWithContext("Invalid size %d for sized long at offset 0x%x", bytes, offset);
|
||||
}
|
||||
|
||||
o += bytes;
|
||||
offset = o + bytes;
|
||||
return result;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user