You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use size: 0x30150-0x30010 then it becomes this._io.readBytes(3304172224528);.
The problem is probably the YAML parser thinks the expression is a hex number and parse it incorrectly. 3304172224528 = 0x30150030010 which is not 0x30150-0x30010 of course!
The text was updated successfully, but these errors were encountered:
If we use
size: 0x30150-0x30010
then it becomesthis._io.readBytes(3304172224528);
.The problem is probably the YAML parser thinks the expression is a hex number and parse it incorrectly.
3304172224528
=0x30150030010
which is not0x30150-0x30010
of course!The text was updated successfully, but these errors were encountered: