PDA

View Full Version : Usb key - maybe sentry ??'


gbnz
11-06-2008, 04:19 PM
Ok, I'm having fun emulating keys I own so I can not bring all of them with me. Up to now, thanks to this forum and the good coders here, I'm able to do that for what I need, but now I'm in trouble. I got a key I've no idea of what kind, tried common dumpers with no luck and it's ok because the drivers for the key are not the common aladdin hasp and similar....i tried this tool 'USB Dongle Search v1.0beta' and the info i got are :
Vendor Type : sentry/cypress
nothing else
anyone can give me a hint or some help....??
It's installed by two files called cpusb.sys / .inf
Help appreciated

asus
11-06-2008, 10:13 PM
Ok, I'm having fun emulating keys I own so I can not bring all of them with me. Up to now, thanks to this forum and the good coders here, I'm able to do that for what I need, but now I'm in trouble. I got a key I've no idea of what kind, tried common dumpers with no luck and it's ok because the drivers for the key are not the common aladdin hasp and similar....i tried this tool 'USB Dongle Search v1.0beta' and the info i got are :
Vendor Type : sentry/cypress
nothing else
anyone can give me a hint or some help....??
It's installed by two files called cpusb.sys / .inf
Help appreciated

Open .INF file, scroll-down to the end of file, you may see dongle type/family there.

gbnz
11-07-2008, 01:54 PM
This is the .inf file ...I can't find a known keytype in here :

[Version]
Signature="$CHICAGO$"
Class=CPUSBDongle
ClassGuid = {B615AB80-3D15-11D7-80EE-0080AD0043EE}
Provider=%MCPI%
DriverVer=12/11/2001,1.0.0.0

[SourceDisksNames]
1="CP Starter Kit","",1

[SourceDisksFiles]
cpusb.sys=1
cpusb.inf=1

[Manufacturer]
%MfgName%=Micropi

[Micropi]
%USB\VID_1068&PID_0001.DeviceDesc%=CPUSB.Dev, USB\VID_1068&PID_0001

[PreCopySection]
HKR,,NoSetupUI,,1

[DestinationDirs]
CPUSB.Files.Ext = 10,System32\Drivers
CPUSB.Files.Inf = 10,INF
CPUSB.Files.wNT = 10,System32
CPUSB.Files.w98 = 10,System

[CPUSB.Dev]
CopyFiles=CPUSB.Files.Ext, CPUSB.Files.Inf, CPUSB.Files.w98
AddReg=CPUSB.AddReg

[CPUSB.Dev.NT]
CopyFiles=CPUSB.Files.Ext, CPUSB.Files.Inf, CPUSB.Files.wNT
AddReg=CPUSB.AddReg

[CPUSB.Dev.NT.Services]
Addservice = CPUSB, 0x00000002, CPUSB.AddService

[CPUSB.AddService]
DisplayName = %CPUSB.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 2 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\CPUSB.sys
LoadOrderGroup = Base

[CPUSB.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,CPUSB.sys

[CPUSB.Files.Ext]
CPUSB.sys

[CPUSB.Files.Inf]
CPUsb.Inf

;---------------------------------------------------------------;

;--------- Class -----------------------------------------------;

[ClassInstall]
AddReg=Class_AddReg

[ClassInstall32]
AddReg=Class_AddReg

[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-20"
;---------------------------------------------------------------;

[Strings]
MCPI="Micropi Elettronica"
MfgName="Micropi Elettronica"
USB\VID_1068&PID_0001.DeviceDesc="Chiave Hardware CPUsb"
CPUSB.SvcDesc="CPUsb.Sys driver"
DeviceClassName="CPUsb Dongles"

du13
11-07-2008, 04:23 PM
Look at this

http://www.micropi.com/prodall.html#cp

gbnz
11-07-2008, 05:09 PM
Yes that's exactly my key, now the question is how to talk with her :-)

du13
11-08-2008, 01:04 PM
For this key i don't think that anyone have solution.

foffa
11-08-2008, 06:17 PM
you need olly or ida and alooot of experince

all in here ;)

and make your own drv :)