PDA

View Full Version : lanos 2014 24c08 HELP



piter200
21st April, 2022, 10:40 AM
Hello everyone
I need to do km to this lanos/sens 2014 24c08 196243, I need to put 86000.
thanks

marina_rv
21st April, 2022, 11:10 AM
000000 : 55 08 60 00 90 03 52 00 6C 00 43 02 FD AC FF FF

---------------------------------------------------------------
там пробег в явном виде, но с КС


Слава
Україні

piter200
21st April, 2022, 11:24 AM
Нужно не открывать, а сразу распаковать. Вот еще выриант...
Про пробег я знаю, у меня есть кальк, но на старую версию, эта новее...

piter200
21st April, 2022, 11:32 AM
Все получилось! Героям слава! Дякую...

Johnner
21st April, 2022, 07:03 PM
From what I can work out, is this:
There are 32x instances of 19 62 33 in file.
There are 2x ways of dealing with CS here :

1. Any line that starts with 56, do the following:

Add up all bytes until you get to, and including Column C, eg first line will be
56 19 62 33 90 03 52 00 6c 00 43 02 fd = 0397
Next, split it, and add 03+97 = 9a
Subtract 1= 9a-1-99
Flip the bits, or XOR this with FF = 66
This is the value in each of the rows, in column D => 66

2. Any of the other instances that DON'T start with 56:
Add up all bytes until you get to, and including Column C, eg line will be
09 19 62 42 00 04 32 00 a3 02 d3 01 fd = 0372



Next, split it, and add 03+72= 75

Flip the bits, or XOR this with FF = 8a
This is the value in each of the rows, in column D => 8a


Bit long winded, but I think it will work :dontknow:


Thanks

J