Dev Blog
Forum
Wiki
About
NefMoto
>
Technical
>
Flashing and Chipping
>
pcr2.1 seed key algo
Pages: [
1
]
« previous
next »
Author
Topic: pcr2.1 seed key algo (Read 4057 times)
proel
Newbie
Karma: +0/-0
Offline
Posts: 1
pcr2.1 seed key algo
« on: March 26, 2020, 02:08:58 PM »
Hi,
is there an seed/key algo for this ecu.
i tried some calculations but without success
i have some correct seed/keys
seed: 84 A7 09 90
key : 84 A7 76 D3
seed: FB F6 A4 BE
key : FB F7 12 01
seed: AF 92 94 3D
key : AF 93 01 80
seed: 83 39 F4 1E
key: 83 3A 61 61
Logged
gremlin
Hero Member
Karma: +196/-9
Offline
Posts: 653
Re: pcr2.1 seed key algo
« Reply #1 on: March 27, 2020, 09:15:25 AM »
mov eax, Seed
for (i = 1; i <= 3; i++)
{
ror eax, 1
jno L0
for (i = 1; i <= 6; i++)
{
sub eax, 0x06200617
jno L1
xor eax, 0x01200309
L1:
ror eax, 1
}
L0:
for (i = 1; i <= 4; i++)
{
add eax, 0x74191119
}
ror eax, 1
jno L2
xor eax, 0x25010720
L2:
rol eax, 1
jno L3
rol eax, 1
L3:
}
mov Key, eax
ret
Logged
Geremia
Jr. Member
Karma: +11/-10
Offline
Posts: 27
Re: pcr2.1 seed key algo
« Reply #2 on: March 29, 2020, 06:15:57 AM »
key = seed+0x6D43, nothing fancy
Logged
sanyagans
Newbie
Karma: +0/-0
Offline
Posts: 6
Re: pcr2.1 seed key algo
« Reply #3 on: October 25, 2022, 11:34:20 AM »
Quote from: Geremia on March 29, 2020, 06:15:57 AM
key = seed+0x6D43, nothing fancy
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Introductions
=> General Discussion
-----------------------------
Noob Zone
-----------------------------
=> Noob Questions
=> Noob Guides and FAQs
-----------------------------
Technical
-----------------------------
=> NefMoto Software
=> Tuning
===> Documents & Helpers & How To's
===> Community Projects
=> Diagnostics
=> Flashing and Chipping
=> Cluster and Immobilizer
===> ECU EEPROM images
===> Original Cluster dumps
===> Original Cluster dump requests
=> Data Logging
=> Reverse Engineering
=> Communication Protocols
-----------------------------
ECU Files
-----------------------------
=> ECU Definition Files
===> ECU Definition File Requests
=> Original ECU Files
===> Original ECU File Requests
=> Checksum Update Requests
-----------------------------
Vehicles
-----------------------------
=> Vehicle Tech
=> Project Cars
-----------------------------
Regional
-----------------------------
=> Canadian Regional Discussion
=> US Regional Discussion
-----------------------------
Classifieds
-----------------------------
=> For Sale
=> Wanted
=> Services
-----------------------------
Miscellaneous
-----------------------------
=> Off Topic
=> Forum Tech Support
=> Bizarro Messages Posted by Bots and Spammers
Navigation
Home
Help
Login
Register
Personal Tools
November 23, 2024, 07:46:41 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search
Advanced Search
Loading...