Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2005, 13:51
ketan ketan is offline
Friend
 
Join Date: Mar 2005
Posts: 154
Rept. Given: 0
Rept. Rcvd 17 Times in 9 Posts
Thanks Given: 8
Thanks Rcvd at 138 Times in 72 Posts
ketan Reputation: 17
safekey hardlock emulator infos

safekey hardlock emulator details explained...

safekey have developed dumper for parallel as well as usb dongles,
fastread.com is for parallel type and usbsaferead.exe is for usb.

>> fastread.com (ie. parallel port dumper )

it dumps hardlock dongle data into <modid>.log file,
the log file format...

typedef struct {
BYTE algodump[ 0x2000 ];
BYTE datadump[ 0x80 ];
BYTE a,b,c; // n/a
WORD algo2; // highword of base address maybe
BYTE d,e,f,g,h; // n/a
} log_t;

>> usbfastread.exe (ie. usb hardlock dumper )

this is revised solution from safekey to dump/process usb hardlocks
on examination i found that it contain vxd/sys files into resource section which is dynamically loaded,
and they perform main dumping and etc... but usbfastread.exe is just frontend which process other things
surprise is it produce .fst file which is infect extension used for solved files !!!
the fst file format...

typedef struct {
WORD dunno1; // ModID
BYTE algodump[ 0x2000 ];
WORD dunno3; // n/a
WORD dunno4; // ModID
BYTE datadump[ 0x80 ];
BYTE dunno6[ 0x8 ]; // ?
} fst_t;

>> safekey *.fst file ( ie. files used by emulator )

typedef struct {
DWORD BaseAddress;
WORD ModID;
BYTE datadump[ 0x80 ];
BYTE InitVectorNibble0;
BYTE InitVectorNibble1;
BYTE InitVectorNibble2;
BYTE InitVectorNibble3;
} fst_t_solved;

observations
============
- there exist some more dumpers which have same content as far as algodump is concerned
Reply With Quote
  #2  
Old 08-06-2005, 13:24
Asus Asus is offline
VIP
 
Join Date: Feb 2005
Posts: 586
Rept. Given: 113
Rept. Rcvd 27 Times in 13 Posts
Thanks Given: 129
Thanks Rcvd at 84 Times in 35 Posts
Asus Reputation: 28
Hi ketan,

How about SafeKey HASP Emulator?
Reply With Quote
  #3  
Old 08-06-2005, 19:41
sope2001
 
Posts: n/a
Hello ketan,

Curious to ask you few questions

Can you unpack hardlock without original dongle ?
Do you know the algo which is still private?
From the mentioned dumper can we unpack it? if yes how ?

I only know one thing if we have original dongle its very easy

Sope!
Reply With Quote
  #4  
Old 08-06-2005, 22:27
Asus Asus is offline
VIP
 
Join Date: Feb 2005
Posts: 586
Rept. Given: 113
Rept. Rcvd 27 Times in 13 Posts
Thanks Given: 129
Thanks Rcvd at 84 Times in 35 Posts
Asus Reputation: 28
Sope, as I known, it is hard to unpack some protections when it is enveloped as HardLock, Sentinel, HASP when you do not have original dongle. With dumper we may make emulator for that one then we unpack it manually. Another problem is we hard to catch Sentinel Emulators supports both Standard and Enhance algo, HardLock Emulator supports E-Y-E
Reply With Quote
  #5  
Old 08-24-2005, 03:02
papi's Avatar
papi papi is offline
VIP
 
Join Date: Jan 2005
Location: UN
Posts: 200
Rept. Given: 281
Rept. Rcvd 18 Times in 6 Posts
Thanks Given: 228
Thanks Rcvd at 18 Times in 13 Posts
papi Reputation: 18
Whats about this Emulator can anybody haelp me?
Attached Files
File Type: rar Hardlock HL Emulator safeKey.rar (8.4 KB, 120 views)
Reply With Quote
  #6  
Old 08-24-2005, 21:21
DCA's Avatar
DCA DCA is offline
VIP
 
Join Date: Aug 2005
Posts: 137
Rept. Given: 36
Rept. Rcvd 29 Times in 13 Posts
Thanks Given: 20
Thanks Rcvd at 37 Times in 16 Posts
DCA Reputation: 29
There's a .bin and a .ssp file for the safekey emulator (sentinel version)

Is there also know how this is done for the sentinel version?
thx
Reply With Quote
  #7  
Old 08-25-2005, 23:31
Asus Asus is offline
VIP
 
Join Date: Feb 2005
Posts: 586
Rept. Given: 113
Rept. Rcvd 27 Times in 13 Posts
Thanks Given: 129
Thanks Rcvd at 84 Times in 35 Posts
Asus Reputation: 28
As I know, with SafeKey Sentinel Emulator, it requires file(s) with extension is .ssp to ident Sentinel Dongle(s) data to be emulated, I am also looking for how to convert from dumped code to .ssp to be emulated coz it works quicker than other SSP emulators.
Reply With Quote
  #8  
Old 08-26-2005, 21:47
DCA's Avatar
DCA DCA is offline
VIP
 
Join Date: Aug 2005
Posts: 137
Rept. Given: 36
Rept. Rcvd 29 Times in 13 Posts
Thanks Given: 20
Thanks Rcvd at 37 Times in 16 Posts
DCA Reputation: 29
@Asus

If you look at the size of the .ssp files it looks like some tables are pre-calculated. Could explain the speed.....
Reply With Quote
  #9  
Old 08-27-2005, 17:01
Asus Asus is offline
VIP
 
Join Date: Feb 2005
Posts: 586
Rept. Given: 113
Rept. Rcvd 27 Times in 13 Posts
Thanks Given: 129
Thanks Rcvd at 84 Times in 35 Posts
Asus Reputation: 28
@DCA: Do we have tool to make .ssp? Some Sentinel dongles have enhanced algo inside and with SakeKey it works perfectly and so fast.
@papi: Would you like to share Hasp Emulator from SafeKey too?
Reply With Quote
  #10  
Old 08-27-2005, 17:41
DCA's Avatar
DCA DCA is offline
VIP
 
Join Date: Aug 2005
Posts: 137
Rept. Given: 36
Rept. Rcvd 29 Times in 13 Posts
Thanks Given: 20
Thanks Rcvd at 37 Times in 16 Posts
DCA Reputation: 29
@ Asus
No, at least I don't have it.
Reply With Quote
  #11  
Old 08-27-2005, 19:51
learner38 learner38 is offline
Reseacher
 
Join Date: Aug 2002
Posts: 176
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 5
Thanks Rcvd at 7 Times in 7 Posts
learner38 Reputation: 2
as i siad. we can make our forum the best for us

as i siad. we can make our forum the best for us..just share info and all what we have...

Last edited by learner38; 01-20-2019 at 04:54.
Reply With Quote
  #12  
Old 08-27-2005, 21:05
DCA's Avatar
DCA DCA is offline
VIP
 
Join Date: Aug 2005
Posts: 137
Rept. Given: 36
Rept. Rcvd 29 Times in 13 Posts
Thanks Given: 20
Thanks Rcvd at 37 Times in 16 Posts
DCA Reputation: 29
@miniwahib1
This is for specific programs only not a universal one.
That's the 'beauty' of the safekey emulator.
If you have a .ssp file you can emulate your dongle for that program.
Reply With Quote
  #13  
Old 08-28-2005, 00:52
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Let me get this right : with just a .ssp file made from a dongle dump, and with the safekey sentinel emulator, you can completely emulate enhanced algorithm sproQuery()'s ?. How do they do that?

Can somebody send me the safekey sentinel emulator and possibly an example ssp file please, I would love to look at this?.

Git
Reply With Quote
  #14  
Old 08-28-2005, 02:12
DCA's Avatar
DCA DCA is offline
VIP
 
Join Date: Aug 2005
Posts: 137
Rept. Given: 36
Rept. Rcvd 29 Times in 13 Posts
Thanks Given: 20
Thanks Rcvd at 37 Times in 16 Posts
DCA Reputation: 29
@Gift
Here you go...
Attached Files
File Type: zip Sample.zip (21.2 KB, 141 views)
Reply With Quote
  #15  
Old 08-28-2005, 07:31
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Excellent, many thanks.

Very interesting...

Git
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
*.syd file for safekey emulator BOPOH General Discussion 11 01-24-2007 20:52
Bug of safekey Hardlock 24K emulator orchid88 General Discussion 0 01-06-2007 18:26
Safekey release their new HASPHL emulator? Elickson General Discussion 1 06-04-2006 00:34


All times are GMT +8. The time now is 04:28.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )