Quote:
Originally Posted by belceb
how do i get that? how do people get it?
|
By having a bug in the code. 4,294,967,295 is equal to 0xFFFFFFFF in hexadecimal, which is the 4-byte
two's complement representation of -1. ETA:...come to think of it, it's also the 4 byte result of unsigned subtraction of 1 from 0.
Or else it's a 4 byte unsigned value and someone just figured out a way to max out their thanks.