Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any actual seedkey examples for any VAG ECUs? #1

Open
rusefillc opened this issue Nov 14, 2022 · 2 comments
Open

Any actual seedkey examples for any VAG ECUs? #1

rusefillc opened this issue Nov 14, 2022 · 2 comments

Comments

@rusefillc
Copy link

I know that here you have the tool, but what about actual magic inputs? Are those public/known for any ECUs?

@bri3d
Copy link
Owner

bri3d commented Nov 14, 2022

Yes, the SA2 "script" strings are in either the ODX files inside of the FRF flash container for any ECU or the SGO files for older ECUs, in the SECURITY-METHOD =SA2 sub-key of the SECURITYS section of the reflash SESSION definition in the ODX.

For example,

 <SECURITY-METHOD TYPE="A_ASCIISTRING">SA2</SECURITY-METHOD>
                  <FW-SIGNATURE TYPE="A_BYTEFIELD">6809824A0C84540520064A05873011201281848EA7664C4A058722541912814A0181494C</FW-SIGNATURE>

FRF files are poorly encrypted ZIP files which can be decrypted to ODX using this tool: https://github.com/bri3d/VW_Flash/blob/master/frf/decryptfrf.py . SGO files are SGML Object Files with the data xor'd with 0xFF and can be unpacked using random tools from around the Internet (I will add one to VW_Flash soon as I need to support ancient DSG gearboxes for someone's project).

Whether or not these are "public" is a bit loaded I suppose, but they are certainly known and available. FRF files can be found in the VW "Flashdaten." In some countries with good consumer protections, these can be downloaded directly from ErWin (the VW self service portal) as they are included with the car. In others you will have to find them on torrents/fileshare or similar sources. For practical purposes I think most people just torrent these using the keyword from above.

@Razonics
Copy link

Razonics commented Feb 2, 2023

Is the SECURITYS section supposed to be clearly identified in the file or you just have to know where to look?
I can't see it in the SGO file I'm looking at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants