View Single Post
  #11  
Old 11-17-2005, 08:57
cracker_xmt
 
Posts: n/a
Microdog dongle crack see this struct

'typedef struct _MH_DLL_PARA
'{
' WORD Command;
' WORD Cascade;
' WORD DogAddr;
' WORD DogBytes;
' DWORD DogPassword;
' DWORD DogResult;
' DWORD NewPassword
' BYTE DogData[200];
'} MH_DLL_PARA;
'
' Command is command code
'DogCheck 1
'ReadDog 2
'WriteDog 3
'DogConvert 4
'GetCurrentNo 5
'EnableShare 6
'DisableShare 7
'SetDogCascade 8
'SetNewPassword 9
Reply With Quote