View Single Post
  #4  
Old 06-30-2021, 14:40
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 407 Times in 134 Posts
Thanks Given: 21
Thanks Rcvd at 1,889 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
Information:
https://foro.elhacker.net/ingenieria...t499288.0.html
https://www.sofpro.com/docs/pc-guard...site-mid-codes

Like I said without valid Site code and Activation code this tool is useless.
For the full version still needs a dword fix:
fix the second dword
ToBeHashed[1] = 0xA264D581; // this should be changed

Notice that size of ToBeHashed is 8, this value should be moved to ecx register.
And here is the spot where ToBeHashed[0] = site code, ToBeHashed[1] is used:
007D3EE3 8A9429 38EF4800 MOV DL,BYTE PTR DS:[ECX+EBP+0x48EF38]
007D3EEA 02043B ADD AL,BYTE PTR DS:[EBX+EDI] ; EBX point to ToBeHashed
007D3EED 02C2 ADD AL,DL
007D3EEF 8AB428 38EF4800 MOV DH,BYTE PTR DS:[EAX+EBP+0x48EF38]
007D3EF6 88B429 38EF4800 MOV BYTE PTR DS:[ECX+EBP+0x48EF38],DH
007D3EFD 889428 38EF4800 MOV BYTE PTR DS:[EAX+EBP+0x48EF38],DL
007D3F04 FEC1 INC CL
007D3F06 ^ 75 D6 JNZ SHORT 007D3EDE
007D3F08 61 POPAD
007D3F09 C3 RETN

007E16DE 9ABC3F6C l?¼š
007E16E2 E3B776D5 Õv·ã

ToBeHashed[1] = 0xE3B776D5;

Enter old Site Code/Activation Code, click Decode, (this will get Program ID - important)
enter your Site Code and finally click the Generate button.
Reply With Quote
The Following User Gave Reputation+1 to CodeCracker For This Useful Post:
mdj (07-01-2021)
The Following 4 Users Say Thank You to CodeCracker For This Useful Post:
mdj (07-01-2021), niculaita (06-30-2021), pnta (07-01-2021), Vosiyons (09-20-2022)