bri3d / VW_Flash

Flashing tools for VW AG control units over UDS. Compression, encryption, RSA bypass, and checksums are supported for Simos18.1/6/10, DQ250-MQB, DQ381-MQB, and Haldex4Motion-Gen5-MQB.
Other
315 stars 80 forks source link

Error decrypting FRF #114

Closed cjhudlin closed 10 months ago

cjhudlin commented 10 months ago

hello, after trying the line: PYTHONPATH=. python3 frf/decryptfrf.py --file /home/user/Downloads/FL_4G0907217A__0038.frf i get a traceback error:

Traceback (most recent call last): File "frf/decryptfrf.py", line 7, in from lib import constants File "/home/user/VW_Flash/lib/constants.py", line 99, in class FlashInfo: File "/home/user/VW_Flash/lib/constants.py", line 114, in FlashInfo block_name_to_number: dict[str, int] TypeError: 'type' object is not subscriptable

I also get this error when not entering any frf file

how can i solve this? thanks