String representation of pointers are different on Windows and Linux.
The differences compared to Windows are:
- 0x prefix is duplicated
- No padding with leading zeros
- Null pointer is represented as 0x(nil)
- Letters are in lower case
At least the duplicate prefix is for sure not intentional.