Definition file: Difference between revisions

From S4wiki
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
:- *.bin data can be extracted via hex editor
:- *.bin data can be extracted via hex editor


== *.a2l aka Damos - includes definitions of all values==
== *.a2l/ Damos - includes definitions of all values==
:- Ideally a leak from Mfg service department, or OE tuner.
:- Ideally a leak from Mfg service department, or OE tuner.
:- Rarely does it contain every map or byte/bit value.
:- Rarely does it contain every map or byte/bit value.
:- Damos is ETAS Ascet (Bosch) specific
:- marketing/slang term based off ASAM MCD-2 MC standard
:- .a2l general term - ASAM MCD-2 MC standard
Frunktionsrahmen block diagrams are ETAS Ascet screenshots
See: https://www.asam.net/standards/detail/mcd-2-mc/wiki/
See: https://www.asam.net/standards/detail/mcd-2-mc/wiki/


Line 36: Line 38:
Source(s):
Source(s):
The Car Hacker's Handbook - A Guide for the Penetration Tester (Craig Smith)
The Car Hacker's Handbook - A Guide for the Penetration Tester (Craig Smith)
[[http://nefariousmotorsports.com/forum/index.php?topic=19233.msg144487#msg144487 jochen_145]]

Revision as of 01:57, 7 December 2022

Definition files allow raw binary data to be represented logically. They are the critical link between programmers and tuners - neither is much use without the other.

"Because there's money in selling these codes (sometimes upwards of $50,000), the industry has little incentive to embrace the community" Malicious actors have damped public and community progress for decades and "...wont be motivated to share their findings" (p.64-65, Smith)

Two Main forms:

*.kp - WinOLS

- Rare in public.
- Purchased or leaked files
- Linked to expensive software

*.xdf - TunerView

- Common in public
- Can be created from *.kp files via scripts
- Freeware and community driven

Others

*.ols - WinOLS project

- contains definitions, original bin, and project bin packaged together
- *.bin data can be extracted via hex editor

*.a2l/ Damos - includes definitions of all values

- Ideally a leak from Mfg service department, or OE tuner.
- Rarely does it contain every map or byte/bit value.
- Damos is ETAS Ascet (Bosch) specific
- .a2l general term - ASAM MCD-2 MC standard

Frunktionsrahmen block diagrams are ETAS Ascet screenshots See: https://www.asam.net/standards/detail/mcd-2-mc/wiki/




Source(s): The Car Hacker's Handbook - A Guide for the Penetration Tester (Craig Smith) [jochen_145]