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
Describe the bug
After encoding and decoding, the output result is found to be wrong.
just maybe, "VarInt Decode" step have bug.
use VarInt encode this number: 18446744072844974849
and use VarInt decode output, get this number: 18446744072844974000
output number NOT equal input number
Describe the bug
After encoding and decoding, the output result is found to be wrong.
just maybe, "VarInt Decode" step have bug.
use VarInt encode this number: 18446744072844974849
and use VarInt decode output, get this number: 18446744072844974000
output number NOT equal input number
To Reproduce
open this link:
https://gchq.github.io/CyberChef/#recipe=VarInt_Encode()VarInt_Decode()&input=MTg0NDY3NDQwNzI4NDQ5NzQ4NDk&oenc=65001
Expected behaviour
output number == input number == 18446744072844974849
Screenshots
Desktop (if relevant, please complete the following information):
Additional context
nothing
The text was updated successfully, but these errors were encountered: