View Full Version : eutron emulator
bolota
10-05-2008, 07:59 AM
anyone have solution to emulate eutron smartkey????
pivasik
10-05-2008, 05:49 PM
yes, I have.
bolota
10-05-2008, 06:31 PM
yes, I have.
share it please
cEnginEEr
10-07-2008, 06:11 AM
I have Eutron emulator as well, so what is your order sir? what am I to do? :D
princesssaira
10-07-2008, 08:13 AM
Share ie CEngineer :P
mail me at princesssaira@hotmail.com :P
Thanks
bolota
10-07-2008, 09:10 AM
I have Eutron emulator as well, so what is your order sir? what am I to do? :D
your PM is full
I also have Eutron emulator as well, so what is your order sir?
bolota
10-07-2008, 09:17 AM
I also have Eutron emulator as well, so what is your order sir?
is not to sell, is for my personal use
Xilefarte
10-07-2008, 04:32 PM
if you have a key I can help
bolota
10-07-2008, 06:35 PM
if you have a key I can help
yes I have the original key.
Xilefarte
10-08-2008, 10:05 AM
send dmp file and setup files
is not to sell, is for my personal use
np, you can make it by hand...
bolota
10-08-2008, 11:32 AM
send dmp file and setup files
teach me how to do what I like to learn that I know little or nothing of computer engineering...
I am a simple technical weaving
farzad23
10-11-2008, 12:50 AM
@bolota
i can not attached useful tools(the kb will exceeds from limitation) if u want just pm me your e-mail add. i'll send u
bolota
10-12-2008, 05:52 AM
The tools you send me don't work.
The program i use is very old (97/98) and work on win 95/98 and is a 16 bits program maybe work With other type files.
Anyway thank you for your help. :)
mr_moore
10-13-2008, 10:32 AM
Hi there,
For the software I use I have the original dongles but because I work "in the field" it is easy to lose or damage them. Therfor it is great to emulate the dongles for obvious reasons (losing them means paying $$$$ again!)
On my laptop I allready have a Safenet Sentinel Ultrapro dongle emulated using the info from this thread:
http://www.reteam.org/board/showthread.php?t=662
Many thanks to y8y8y8y for the info, it works fine!
But I also have a Eutron Smartkey 3 which I like to emulate. Is it possible to use the vUsb emulation software from ru-board the same way as I did for the Safenet dongle? I followed the same instructions;
1. Create dumpfile (using eu_pbl.exe this time because it is a Eutron dongle not Safenet)
2. Convert dump file to ssp file using f1_nodongle.exe
3. Convert to regfile using ssp2reg.exe
4. Install regfile
5. Reboot
After rebooting Windows pops up the new-hardware found message but it installs the Safenet Sentinel drivers instead of the Eutron Smartkey 3 drivers... Can anyone help please?
Many thanks in advance!
Mr Moore
Safenet dongle != Eutron Smartkey 3
mr_moore
10-13-2008, 10:42 AM
Safenet dongle != Eutron Smartkey 3
Yes I know that... but I also read that it should be possible to emulate multiple dongles with vusbbus. My question is how to do that for the Eutron Smartkey 3 dongle?
Cheers
Mr Moore
bolota
08-17-2009, 12:21 PM
Once again I ask if someone help me to emulate my old program protected by eutron smartkey lpt, as I said before i just want to emulate to can work at home too.
Any help I can give It would be great.
I am not asking that perform the work for me, just tell me what to do given that I do not understand anything about programming because I am only technical textil.
Again thanks
bolota
@bolota: try to find any eutron lpt dongle. we make hw clone ;)
bolota
08-17-2009, 12:40 PM
@bolota: try to find any eutron lpt dongle. we make hw clone ;)thank you but that isn't easy
bolota
mindoverflow
08-17-2009, 12:40 PM
Eutron Smartkey? with smartkey.dll ?
If i'm not wrong about the subject, i did it about 6 years ago simply by writing a dll with a function or two, getting the packet as a parameter, cheking inside it what operation is requested, then returning the required values and the right status code.
To know what values to return, an easy trace of the target with a breakpoint on the smartkey dll will tell you what it expects.
This was some years ago, i dunno what changed since then, cuz i'm nomore in the field.
good luck.
bolota
08-17-2009, 12:43 PM
Eutron Smartkey? with smartkey.dll ?
If i'm not wrong about the subject, i did it about 6 years ago simply by writing a dll with a function or two, getting the packet as a parameter, cheking inside it what operation is requested, then returning the required values and the right status code.
To know what values to return, an easy trace of the target with a breakpoint on the smartkey dll will tell you what it expects.
This was some years ago, i dunno what changed since then, cuz i'm nomore in the field.
good luck.thank you for your reply.
but how I make that?
ps; my program donīt need drivers only search the dongle.
bolota
@mindoverflow: it old NE, not PE program. and it not use any dll's, all api inside a prog.
@bolota: may be ebay, etc. ?
mindoverflow
08-17-2009, 01:28 PM
I assume i wasn't wrong about the target, then:
http://br-studio.com/Keys/SKeyInfo.htm
check the original DLL i think it has a single exported function, thats the one that you need to emulate.
Start by collecting the data, place a breakpoint on that function, and run your program, watch and take notes of the content of the structure.
Then in your favourite language write a simple dll with the function being queried, and check the requested api in the structure you recive from the program and edit the structure according to your notes. Compile, name it as the original dll and run your program, if everything is fine then your program should be fooled.
If you want, i could try to find the dll that i wrote and send it to you, i wrote it in delphi or c, i don't remember.
tschuss
@mindoverflow: it use direct access to lpt...
bolota
08-17-2009, 01:42 PM
@mindoverflow: it use direct access to lpt...yes, bfox is right.Remenber it's a old program, work in windows 95/98.
bolota
mindoverflow
08-17-2009, 01:50 PM
I may be wrong, but it's not the program that's accessing the lpt port, it's the dll, then if you replace it, there would be no access to the physichal port. This if there is a smartkey.dll file if not then you would be right.
@mindoverflow: open your eyes - it used linked api and work with lpt directly. file is old NE type, without any dll's...
on 95/98 enabled a direct access to lpt and target dont need any additional dll's
bolota
08-17-2009, 01:57 PM
I may be wrong, but it's not the program that's accessing the lpt port, it's the dll, then if you replace it, there would be no access to the physichal port. This if there is a smartkey.dll file if not then you would be right. yes don't exist any "smartkey.dll".The program don't need any driver to find the dongle.
bolota
mindoverflow
08-17-2009, 01:58 PM
Sorry then, i concidered it as a 98 PE file.
Good luck bol.
bolota
08-17-2009, 02:03 PM
Sorry then, i concidered it as a 98 PE file.
Good luck bol.yes that's the problem.For the news O.S
it's more easy I think.
only hw lpt dongle or patch help to bolota
bolota
08-18-2009, 09:42 AM
only hw lpt dongle or patch help to bolotait goes beyond my knowledge.
bolota
someone help me PLEASE.
bolota
Trit0n
08-18-2009, 10:27 AM
BfoX said there are 3 possibilities:
1. Clone the dongle (or use an original)
2. Patch your software (with a debugger if you can)
3. Search for an existing crack
Tell us more about the software
(maybe someone has a crack)
bolota
08-18-2009, 11:26 AM
I send you in pm some information.
thanks
bolota
Trit0n
08-19-2009, 07:13 AM
I think you will not find any crack for this software !
You could still try (Certainly not the best solution)
http://www.woodmann.net/collaborative/tools/index.php/DongleKnack
If your Software use direct access to lpt and was written for Win95/98, maybe you must install the USERPORT.SYS (otherwise you can probably not log and emulate the dongle)
http://www.skilltronics.de/downloads/userport.zip
or use Google for more Information
bolota
08-19-2009, 10:10 AM
thanks triton for your reply and tools,I will try.
bolota
bolota
08-20-2009, 08:13 AM
Trit0n
I can't make log with donglenack,because of that I don't have success to emulate it.
Anyway thanks.
Any ideas...
amine76
I know you have solution for that please help me.
thanks to all
Trit0n
08-24-2009, 04:55 AM
Try with BusHound to capture the LPT port.
then analyze the communication between software and dongle.
if you're lucky, it is only a simple query like "dongle present?"
Then it should be relatively easy to patch the program.
amine76
08-24-2009, 06:50 PM
Try a solution 2 as Trit0n said
[moderator note : please do not quote 100% of a message, it is totally unnecessary]
Trit0n
09-11-2009, 05:38 AM
@ Bolota
Test this version (check PM)
I think this version should run without a dongle :D
Please Let me know if it works
Have fun:)
bolota
09-11-2009, 05:43 PM
@ Bolota
Test this version (check PM)
I think this version should run without a dongle :D
Please Let me know if it works
Have fun:)
Trit0n
I have tested it's work very well , you are my best friend.
Thank you very much.
(check PM please)
bolota
briscola
09-22-2009, 05:25 PM
http://rapidshare.com/files/283609458/eutron.zip.html
Trit0n
09-23-2009, 09:03 AM
How did you generated this driver? (eutron.sys )
briscola
09-30-2009, 02:36 PM
yes. I used devctrl, but continues to look for the key
key driver is called eusk3usb.sys :confused:
http://rapidshare.com/files/287023073/eutron.sys.html
this self-generated emulator can't hold many eutron function and not work as driver-less. other bug also present inside :)
benito
10-01-2009, 11:11 AM
this self-generated emulator can't hold many eutron function and not work as driver-less. other bug also present inside :)
Maybe you could be more specific ? ;)
What exact functions doesnt supprot and what bug does it contain?
@benito: dont use the tools with 50/50 a work flow...
vielsteine
10-02-2009, 10:11 AM
[Moderator note : This is a reverse engineering forum, not a warez request forum]
Pls let me know what is software u having with original dongle ?? i can make free emulator for you.
benito
10-03-2009, 02:24 PM
Show us your skill ;)
SonofabiT
10-11-2009, 04:25 AM
i can make free emulator for you.
@dch - Sound interesting ..
Could you let me know what kind of dongle type that could be emulated by you ? :)
I have several dongles which can not be emulated by myself. If you interest then P.M me.
Maybe he can send you a free lunch too. Oh wait, there's no such thing...
Git
cygnusy
10-11-2009, 01:29 PM
Hello and Greatz to all
Can anybody help me what Tools i need to Emulate the Eutron Smartkey 3 ???
If i use "Eutron Reader" from cEnginEEr i get follow Error message
"ST_SYNT_ERR : Syntax Error"
Ok,but i get follow Information
- Port
- Type (USB)
- Model (PR)
- Label
- Password
- Memory Size (64 bytes)
- AES (Yes)
- Serial Number
At next i use the Tool eu_pbl and get a *.dmp file.
What is the next Step i need to do or i can`t Emulate,because its AES ???
Excuse my worst english
tHx
Listen very carefully. There is no fully working emulator for Eutron for free. If you want one you have to write it yourself or buy it. But don't try to buy it here as we do not allow commercial cracking on this forum. OK?
The situation is the same for Rockey and for Dinkey.
Git
cygnusy
10-11-2009, 03:41 PM
:eek:
aahhhh
OK.I read many posts here before i register.I already read that is not allowed to buy or sell here something.
I think you know more and better than I what work is it to make or write my own.Do you think i (no programmer know how etc.) can make it ??? Or you say direct "Forgot it"
tHx
gnerogeem
10-11-2009, 04:00 PM
Oh how rude of you talking like that to the moderator.
Maybe you need some help from here (http://www.safe-key.com/) and here (http://nodongle.biz/).
cygnusy
10-11-2009, 04:35 PM
@gnerogeem:
:confused:
What you talking about ???
benito
10-11-2009, 05:50 PM
he just talking about commercial dongle emulation services
cygnusy
10-11-2009, 06:00 PM
@benito: that i already understand.
I mean that :
"... Oh how rude of you talking like that to the moderator."
Have i write something wrong ???
cYu
cygnusy - I don't know your skills or talents, so please don't take any disrespect from this. Even for an experienced programmer, writing your first device driver can be very difficult. There is a big learning curve and many many things to overcome that are not intuitive. To write a device driver as your first programming task when you have not programmed before, I would say is over optimistic.
If you are serious about the subject I would encourage you to learn programming. There are thousands of easily available Ebooks and some good free development apps. If you take to to it, and get so you can write applications competently, then is the time to start reading about device drivers. Then you will learn where the reset switch is on your computer ;)
Git
cygnusy
10-12-2009, 08:49 AM
tHx for the fast answer.
Maybe we missunderstand each other.I wrote:
" ... (no programmer know how etc.) ... "
And after i read your answer now, i think i cancel that.Its only will be nice i found a tool i can emulate the Dongle,that i can play a little bit with the Programm from work at home.But whats absolutly to much is 350$ from sites like safe-key.Its not so that i need that over all.If i donīt have ,so i donīt have.It`s not so that i make works at home or i make money with the programm.
OK - now i know that i donīt need to search more for something like that.
tHx for all answers of the people here
p.s. i respect that somebody take money for work.i also donīt want to work for free.
gnerogeem
10-12-2009, 09:55 AM
Maybe you want this emulator instead?
*DELETED*
These files are intended to emulate Eutron dongle hardware key.
eu_pbl.exe reads your hardware key and makes its dump.
make_emul.exe generates the emulator
driver eutron.sys from that dump.Not tested yet by me since no real target to be applied.
I don't know the real author for this emu, but is it really this tool can emu Eutron dongle?:confused::confused::confused::confused:
cygnusy
10-12-2009, 11:01 AM
tHx
I have tryīd and donīt work.No problem.
Iīm not shure,but i mean i already found that tool.I mean itīs for Eutron Lpt Dongle.In my REG is a eusk3usb.sys.
-> http://www.reteam.org/board/showthread.php?t=1857
Here i found it.
I told already,i have read many in this forum before i start my first post. :)
cYu
Maybe you want this emulator instead?
for what a posting the bug-inside solutions?
gnerogeem
10-18-2009, 07:42 AM
Oh so the emulator was a fake and buggy?
Already deleted. Sorry for the upload.
bolota
11-08-2009, 08:45 AM
Trit0n
The program works fine with all functions, in this moment I can work in my house without problems.
Thank you very much for your hard work
bolota
SpeedmasterB
11-23-2009, 12:06 PM
Hello,
Iīm searching to for Emulate my eutron PR(Safekey LPT) Dongle.
I use "eu_pbl" and become a *.dmp file this i convert with
"make_emul" to eutron.sys
I found no eutron.sys in my Drivers Folder in this i give a
eusk2par.sys this is for LPT and a eusk3usb.sys that would for the
USB. ( I think) :)
What do i with this?
Must i use Multikey or vusb.
I read on the Board i must do this in driver Folder! when i do this
then ask me the Messure Software "have you a Lizenz-Key"
I hope for your Help
SpeedmasterB
@SpeedmasterB: read carefull !!!
http://www.reteam.org/board/showpost.php?p=16511&postcount=66
Trit0n
12-04-2009, 03:14 AM
Last night I was involved with the Eutron Emulator from MeteO.
(Eutron-Emu.sys 19/08/2005 9KB)
After a few test my thoughts:
- The emulator appears to be incomplete
I view the Windows event log:
Creating driver entry ... ok
Starting driver entry ... Failed (file not found)
I'm thinking it needs a file with a serial (perhaps just a DWORD)
how the file must be called ?
or the driver needs ANY startup parameters?
can someone explain to me how that would really work?
Please use the search, this has been discussed many times, the last time was today!!
Git
Trit0n
12-04-2009, 10:15 AM
@ Git
I am not talking about "eu_pup.exe and make_emul" rather than "UCL labs dongle emulator by Meteo", which is not the same.:rolleyes:
@ Git
I am not talking about "eu_pup.exe and make_emul" rather than "UCL labs dongle emulator by Meteo", which is not the same.:rolleyes:
this "emul Creator" based on hacked "UCL labs dongle emulator by Meteo". it is same and Git is right.
vBulletin® v3.6.4, Copyright ©2000-2020, Jelsoft Enterprises Ltd.