API #31
Replies: 3 comments 1 reply
|
Hello, Thanks for checking out the project. You may wish to look into ConsoleUnlockECU (Windows: ConsoleUnlockECU.exe), which is UnlockECU as a command line tool. The compiled binaries are available in the releases page. Set up your definition (e.g. name, parameters) first in which should then return a hex value like: As this isn't an issue, discussions would be a better place to seek community help. |
Awesome! So upon doing this, I see MED1775 is already in the DB with a level of 5.
A way to make this cmd work on linux? I see its an exe file. |
|
A way to make this cmd work on linux? I see its an exe file. |
Uh oh!
There was an error while loading. Please reload this page.
No issue just a quick question and perhaps a hand. Love the project!
I working on a project via python. Only working with 1 specific ECU and wanted to use a line of code you have in your project as an API to auto-calculate the ecukey.
Using the DaimlerStandardSecurityAlgo, ECU is MED1775
example:
access_level = "05"
seed = "ABCDEFGH"
ecuKey = ECUSeedKeyDLL(seed)
send ecukey //--- answer
All reactions