View Full Version : Accessing other modules in dongle?
N3kr0s
01-27-2008, 02:59 PM
Thank you for all your help on making a emulator. After many long nights I was successful.:p
Now the question I have is How do I unlock the other modules in the dongle?
This hasp hl has at least 14 other modules that I cant get to.
Does anybody have tips on how to go about this? :rolleyes:
fejkus
01-29-2008, 12:08 PM
Thank you for all your help on making a emulator. After many long nights I was successful.:p
Now the question I have is How do I unlock the other modules in the dongle?
This hasp hl has at least 14 other modules that I cant get to.
Does anybody have tips on how to go about this? :rolleyes:
if your program uses dongle memory to unlock programs, you can unlock.
data section may look on third row originaly:
00, 00, 00, 00, 00, 00, 00, ...
and if you make some correction:
00,00,FF,FF,00,00,FF,FF,00,00,FF,FF,00,00,FF,FF,\
it unlock programms no. 1 - 4 (four couple of bytes on program)
you must try, every programm uses key another way.
N3kr0s
01-29-2008, 11:06 PM
if your program uses dongle memory to unlock programs, you can unlock.
data section may look on third row originaly:
00, 00, 00, 00, 00, 00, 00, ...
and if you make some correction:
00,00,FF,FF,00,00,FF,FF,00,00,FF,FF,00,00,FF,FF,\
it unlock programms no. 1 - 4 (four couple of bytes on program)
you must try, every programm uses key another way.
Thanks for getting back to me, I did more investigating into the information you gave me, which leaves me a little puzzled:confused:
I have a "Net Memory" section with those 00,00,00,00,FF,FF
But in the Data section I do not.
The third row down is a series of numbers 80,83,91,C0...
I also have a "Option" Section which I am not familiar with.
the hasp itself has the ability to open over 100 different functions, That I can see in the Hasp Dongle Content viewer.
Prior to this I had a hasp monitor on and was able to retrieve over 50 keys which was kept in vusb.log
Are these two related:eek:
fejkus
01-30-2008, 02:06 AM
Thanks for getting back to me, I did more investigating into the information you gave me, which leaves me a little puzzled:confused:
I have a "Net Memory" section with those 00,00,00,00,FF,FF
But in the Data section I do not.
The third row down is a series of numbers 80,83,91,C0...
I also have a "Option" Section which I am not familiar with.
the hasp itself has the ability to open over 100 different functions, That I can see in the Hasp Dongle Content viewer.
Prior to this I had a hasp monitor on and was able to retrieve over 50 keys which was kept in vusb.log
Are these two related:eek:
use vusb emulator - you can see the key whole.
don't change numbers in option or net memory.
you have to play with data section, but depends on type of hw key. the best is to get another key and make a study and then change numbers in data and you will see, what will happen.
send somewhere reg file, we take a look.
vBulletin® v3.6.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.