- Joined
- Jul 10, 2022
- Messages
- 666
- Reaction score
- 411
- Points
- 63
Here lets post about known mileage calculation algorithms for various car models
10000 Km > hex 2710 inverted 10 27 00 00 xor
If dash in miles, convert to KM to calculate.
Haven't seen one over that yet, but over 65535 Km and 0x0a will increment and the crc will change.
Example 70,000 Km (43496 Miles)
2015 Jeep Renegade 95320
KM is on the first line 0x08-0x0B inverted, xor with FFFF on 0x0C-0x0F10000 Km > hex 2710 inverted 10 27 00 00 xor
EF D8 FF FF
0x00: xx xx xx xx xx xx xx xx 10 27 00 00 EF D8 FF FF
If dash in miles, convert to KM to calculate.
Haven't seen one over that yet, but over 65535 Km and 0x0a will increment and the crc will change.
Example 70,000 Km (43496 Miles)
0x00: xx xx xx xx xx xx xx xx 70 11 01 00 8F EE FE FF