Utility to read Ram of a MED9.1 ECU
Linux: SocketCan capable Adapter
Windows: OpenPort 2.0 Adapter Python (32 Bit)
- Run pip install -r requirements.txt
- Run read_memory.py for reading a part of memory.
Attention: The code is highly experimental and may break your ECU if used incorrectly.
- Find a suitable SGO-Binary
- Use VagHelperX to idenfitify SA2 Sequence
- Insert SA2 Sequence into secaccess.py file
- Use functions
Most of the code is based on the awesome work of https://github.com/pd0wm/pq-flasher. Many thanks!