View Single Post
  #7  
Old 02-12-2007, 18:12
atomix atomix is offline
Friend
 
Join Date: Aug 2004
Posts: 50
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 2 Posts
atomix Reputation: 3
Quote:
Originally Posted by FoxB
DeveloperID == SLM SDK SN
DeveloperID != DeveID for dongle
That is indeed correct, you can find these as follows:

1. Developer ID == SLM SDK SN, using SLMkeys.exe - SentinelLM install serial # generator Updated By CrackZ (24/1/2004), or VendorID_to_SerialNum (slmvid2sn.exe + serialID.wri) upped by FoxB on this forum.

2. DevID of the dongle can be found by reading the dongle using Toro's Sentinel Monitor (also available here) or by disasm the application. Typically there is code like this:

PUSH 0FFCC ---> this is the DevID
LEA EDX,DWORD PTR SS:[EBP-434]
PUSH EDX
CALL <JMP.&sx32w.RNBOsproFindFirstUnit> ---> set a bp here!
AND EAX,0FFFF
TEST EAX,EAX
...

Last edited by atomix; 02-12-2007 at 18:20.
Reply With Quote