![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() Hi expert
I have dump file for SRM doungle how can i convert it to emulator plz? Thanks in advance |
#2
|
|||
|
|||
![]() dump file not enough for Hasp SRM Solution, need usbtrace log also
|
#3
|
|||
|
|||
![]() i have usb trace i have dump can any one help ?????
BR Last edited by Git : 04-07-2013 at 07:09 AM. |
#4
|
|||
|
|||
![]() Dear brother,
please kindly help how to make emulator SRM from dump and usb trace to emulator SRM Thanks for kindly support Last edited by Git : 04-07-2013 at 07:09 AM. |
#5
|
|||
|
|||
![]() agree with TEMS, please help us....
Last edited by Git : 04-07-2013 at 07:09 AM. |
#6
|
|||
|
|||
![]() OK, better stop there. This is NOT a warez board. We are here to promote learning of reverse engineering, not the swapping of commercial software.
Git Last edited by Git : 04-07-2013 at 07:10 AM. |
#7
|
|||
|
|||
![]() HASP SRM USB Protocol are crypting by AES. You need make UsbTrace decode tool to decrypt the log.
Dongle use a few AES keys. At least: * One - for communicate with aksusb.sys driver (functions 2F/AF: check the dongle by white-box AES crypto; you can skip to solve this key now, just install old Sentinel HASP driver < 6.56); * One - for communicate with HASP License Manager (difference versions of HASP License Manager used defferent AES Keys; now it's a 3 different keys); * One - for communicate with the protected software (read memory, write memory, hasp_encrypt() / hasp_decrypt() operations, etc). To decrypt UsbTrace log you need reverse HASP License Manager and modify public HASP Emulator source by Chingachguk & Denger2K. You can use this drivers' version to reverse the USB Protocol crypting: http://rapidshare.com/files/458985502/HASPUserSetup.zip It isn't good packed and crypted. You need research the file Windows\system32\hasplms.exe. You need to use Rjindael AES C++ source code as base for decrypt/encrypt USB Packets. You can find it in Google. If you done the reverse of decrypt/encrypt packets between HASP SRM and HASP License Manager after dongle's plug, you will need to get the next AES key from the protected software to decrypt UsbTrace Log between HASP SRM - HASP License Manager - The Protected Software. Just open the protected software in IDA Pro or OllyDbg, find the place where api calls to the dongle are forming and crypting by AES, put the breakpoint on the AES setup key function and get the AES key. After it decode respective packets. Other case if your software used new white-box AES. It's more difficult to recover the AES-key for decode packets between HASP SRM - HASP License Manager - The Protected Software. |
#8
|
|||
|
|||
![]() decoder for usbtrace log txt of hasp hl srm
parser / processor I have an old decoder for hasp4/hl usbtrace I also have srm emulator source code I need help making log txt decoder / parser that will use AES vendor code also have decoder.exe to compare and guide to good results. best regards, Nick |
#9
|
|||
|
|||
![]() Hi There,
I got a encrypted package named as hasp 4 hl srm*emulator*6.51*srmkit250.rar. from http://dc489.4shared.com/download/Ek...2c36&lgfp=2000 or from http://dc489.4shared.com/download/Ek...2d0e141bb19949 Can anyone try to get the password for the file. Best Regards Sunil |
#10
|
|||
|
|||
![]() over 20 symbol for rar archive
![]()
__________________
... Either you work well or you work much .... |