![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() thanks for share all.. with my date no use here, i am removing all... sorry
Last edited by burhanuddinmna : 02-08-2014 at 08:55 AM. |
#2
|
|||
|
|||
![]() In order to set the expiration date on a SuperPro dongle, please follow the below method:
Set date is Year (A): Month (B): Day (C) Value = 10240 + (A-2000)*512+B*32+C Note: value here is decimal format; it should be converted to hexadecimal format and then write For example, 2003 -1 -1 Value =10240 + (2003-2000)*512+1*32+1=11809 Converted to hexadecimal format is 2E21 |
#3
|
|||
|
|||
![]() your data can be inside the ciphered memory
or this data is part of algo descriptor or own data format or ... Value =10240 + (2014-2000)*512+2*32+28=17500 nope in memory 0x445C
__________________
... Either you work well or you work much .... Last edited by BfoX : 02-06-2014 at 10:42 AM. |
#4
|
|||
|
|||
![]() Both of posters - not even close.
In posted state - is 'random look' crypted data. There is 64 bytes aes crypted block - after decrypt inside is found name of dongle user and expiration date. |
#5
|
|||
|
|||
![]() thanks brother sverox and bfox and all who share your opinions. especially my thanks to friend sverox.
|
#6
|
|||
|
|||
![]() "sntMemory"=hex:\
62,13,xx,xx,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,3D,00,00,00,\ 00,00,3D,00,00,00,00,00,00,00,00,00,3D,00,00,00,\ 00,00,00,00,31,00,E7,09,30,00,00,00,00,00,3D,00,\ 0F,16,0B,11,30,00,00,00,E5,07,57,00,00,00,0A,00,\ BE,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,CF,65 Where is the time string ? Last edited by woxiwox : 02-14-2014 at 10:08 AM. |