View Single Post
  #175 (permalink)  
Old 09-04-2009, 01:10 AM
tech-9's Avatar
tech-9
N00b
Offline
Location: Tucson, Arizona
 
Join Date: Apr 2009
Posts: 32
Reputation: 0
tech-9 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: help unlocking mogul spc/msl code

Quote:
Originally Posted by isosdcftp View Post
I've figured the parameters out, it uses a 8 character string(ESN Maybe?) to calculate the code. However since I don't know what the code is used for, I dont know if it gives the correct one.
I've attached the tool I created.

These are the two Structures given as parameters:
.
Code:
struct Par1{
char * str1; // Always point to '1234'
char * str2; // 8 char string used as input
};
struct Par2{
    char * outstr; //out, Initialize to 0, Dont forget to free after calling GetSPC
    BYTE OutSize; //out, initialize to 0
    BYTE Unk; //Unkown, initialize to 0
};






=D> I WAS HAVING A HARD TIME UNLOCKING HTC TOUCH. WITH THIS THING! ZIP!! THEN BAM!! MAKE SURE YOU ENTER ESN AS YOU SEE IT, VERY IMPORTANT!! =D> =D> GURANTEED AWESOME!! YOU THE MAN!!!
Reply With Quote