Skip to content

Commit 343eda2

Browse files
authored
Update README.md
1 parent 0b8eec4 commit 343eda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Target: "C:\Program Files\jdk-18.0.1.1\bin\javaw.exe" -jar D:\Downloads\DTCContr
3636

3737
To disable a DTC, select disable in the class column (it disables the whole line). To disalbe only one DTC in the line, click on the Env button, and select "Sig unused" for the appropriate DTC. If you change settings of a DTC class, it will be applied to all DTC that belong to this class. The program outputs memory changes on the console.
3838

39-
# About checksum
39+
# About checksums
4040

41-
DTCController can correct the checksum when saving a file. You can also display some informations concerning checksums. It is possible, if you open an already modified file, that the 2 32bit checksums are not corresponding due to wrong checksum calculation by other tools. This 2 32 bits checksum are likely not checked by the ECU. The MD5 and RSA signature are both checked. In the signature of an orig file, you will find the signature date, if you have a MD5 that match and a RSA signature that contians a date (as below) then your file is likely an orig one.
41+
DTCController can correct the checksums when saving a file. You can also display some informations concerning checksums. It is possible, if you open an already modified file, that the 2 32bit checksums are not corresponding to calculated ones due to wrong checksum calculation by other tools. This 2 32 bits checksums are likely not checked by the ECU. The MD5 and RSA signature are both checked. In the signature of an orig file, you will find the signature date, if you have a MD5 that match and a RSA signature that contians a date (as below) then your file is likely an orig one.
4242

4343
![](https://github.com/JeanLucPons/DTCController/blob/main/docs/sccr2.jpg)
4444

0 commit comments

Comments
 (0)