best part is "if" you can read d-flash you can read the pin directly in file
like i did say most of them can be readed just fine in bdm but this one i have is not
pin in my case is 9918293766 for a other one i did in the past:


In the same git repo, in utils directory: https://github.com/vtl/volvo-cem-cracker/tree/p3/utilsricked wrote: 13 Feb 2024, 05:58 OK, thanks for that, question now is what tool is that for matching pair of seed and key
You have to compile it. The instructions is in the source file itself (gcc -Ofast -o seed-gen seed-gen.c). I don't know how you can compile it in your OS. In Linux it is simple.ricked wrote: 13 Feb 2024, 07:56 thanks again mate
maibe a stupid question but how is seed-gen.c used as i have no knowledge of C+
i use win 10 64x, i hope i can compile it... else i need again help sorry to sayvtl wrote: 13 Feb 2024, 10:05You have to compile it. The instructions is in the source file itself (gcc -Ofast -o seed-gen seed-gen.c). I don't know how you can compile it in your OS. In Linux it is simple.ricked wrote: 13 Feb 2024, 07:56 thanks again mate
maibe a stupid question but how is seed-gen.c used as i have no knowledge of C+
Heh, it works... https://www.onlinegdb.com/online_c_compilerricked wrote: 13 Feb 2024, 11:01 i use win 10 64x, i hope i can compile it... else i need again help sorry to say![]()
Code: Select all
1108.52 hrs [ 211] PIN 34 55 91 98 50
1122.86 hrs [ 212] PIN 35 00 61 63 70
1126.07 hrs [ 213] PIN 35 10 64 71 62
Killed
...Program finished with exit code 9
Press ENTER to exit console.No idea. But you've got 213 PINs that will match the one in CEM. Do you need more?ricked wrote: 13 Feb 2024, 12:04 cool, im trying it now
is there a way to create a exe from this script to run this in win 10?
after running online i got this:
Code: Select all
1108.52 hrs [ 211] PIN 34 55 91 98 50 1122.86 hrs [ 212] PIN 35 00 61 63 70 1126.07 hrs [ 213] PIN 35 10 64 71 62 Killed ...Program finished with exit code 9 Press ENTER to exit console.