Jump in the discussion.

No email address required.

// Intentionally written in decimal rather than hex
const PROBLEMATIC_CONSTS: &[u32] = &[
    184594741, 2880289470, 2881141438, 2965027518, 2976579765, 3203381950, 3405691582, 3405697037,
    3735927486, 4027431614, 4276992702,
];

problematic consts intentionally written in hex rather than decimal:

0xB00B135
0xABADBABE
0xABBABABE
0xB0BABABE
0xB16B00B5
0xBEEFBABE
0xCAFEBABE
0xCAFED00D
0xDEADBABE
0xF00DBABE
0xFEEDBABE
Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.