I'm stucked with this one. I know how to calculate the final number but I'm not able to decode the minute string into an integer.
Tried different things to decode '0x4badc0ded' to a number. (0x40, 0x4b, ....)
Decode this to binary and then to int, and some other things.