View Single Post
  #42 (permalink)  
Old 07-18-2007, 11:51 PM
isosdcftp's Avatar
isosdcftp
N00b
Offline
 
Join Date: Jun 2007
Posts: 40
Reputation: 20
isosdcftp is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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
};
Attached Files
File Type: zip getspc_101.zip (121.6 KB, 3614 views) Click for barcode!
Reply With Quote
This post has been thanked 4 times.