Page 1 of 1

Seed Key Algorithms

Posted: Thu Jan 09, 2020 9:41 pm
by Gampy
Vampyre wrote:Darkhorizon sent me the attached key algorithm file to replace the current one to help with seed/key issue.
Found here: Re: PCM Hammer - new ls1 flash tool

From this comment in code it looks like algorithm 13 is for the P01/P59.

Code: Select all

        /// Switches input of "01" to 0411 algo key of 13
It does not work, neither do any of the other 255 algorithms.

Hopefully it will work on a P04.

Being based on math, debugging it is pretty much a waste of time for me, appreciate it if someone would look into it.

Thanks

Re: Seed Key Algorithms

Posted: Fri Jan 10, 2020 12:02 pm
by Gampy
Solved ... PcmHammer flips the seed bytes, the KeyAlgorithm.txt (.cs) linked to in my previous post does not expect that ...

The Code for the P01,P59 is 40
The Code for the P04 is 14

Works like a champ.

-Enjoy

Re: Seed Key Algorithms

Posted: Sat Jan 11, 2020 5:03 am
by Vampyre
i was thinking it got flipped but no idea how to fix this in code yet again.