Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > Reverse Code Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 01-26-2008, 06:50 PM
y8y8y8y y8y8y8y is offline
Senior Member
 
Join Date: Sep 2007
Posts: 210
Default Sentinel vUSB Emulator How-To

Hi All,
I decided to write this little how-to after spending a lot of time trying to emulate my sentinel dongle. All the programs I used were not written by me and I am very grateful to all great guys here.
I emulated "Sentinel SuperPro"
1. Dump dongle with PVA 3.3 util with out "Brute WP" selected.
2. Solve the DMP file using "f1_nodongle" (10x to cEnginEEr) util, you should get XXXX.SSP file (~100kb).
3. Use "UniDumpToReg" util to convert the SSP to REG. Inside "UniDumpToReg" select your SSP file and then select "SafeKey ssp -> vUSB Sentinel" option and push "GO".
4. Open the REG file in Notepad or any other text editor and make the following changes:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Services\Emulator\Sentinel\Dump\XXXX0000]

To

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Services\ru-board\mulators\Dump\XXXX0000]

"sntMemory"=hex:0A3E,1255,C5E3,0000,0009…..
To
"sntMemory"=hex:3E,0A,55,12,E3,C5,00,00,09,00… .. make this comma add and switch up to the end of this cell
5. Run "install.bat" from "vusbus" folder
6. Your comp should found new hardware and install it by it self
7. Import your changed REG in to the REGISTRY
8. Reboot
Here is link to all utils that I mentioned above:
http://rapidshare.com/files/86877710...lator.zip.html

New converter from ssp to reg ver 1.11:
http://rapidshare.de/files/39593244/...g1.11.rar.html
pass:reteam.org

Last edited by y8y8y8y : 06-02-2008 at 08:58 AM.
Reply With Quote
  #2  
Old 01-26-2008, 11:57 PM
alvin_villaflor alvin_villaflor is offline
Member
 
Join Date: Dec 2007
Posts: 14
Default

I successfully emulated my dongle as well... Thank you very much buddy... Thanks to reteam also and Alisa for her nice web...

P.S.: It is also working without rebooting upon running instal.bat...

br,
Alvin

Last edited by alvin_villaflor : 01-27-2008 at 12:19 AM.
Reply With Quote
  #3  
Old 01-27-2008, 03:49 AM
alisa alisa is offline
Member
 
Join Date: Dec 2007
Posts: 32
Default

very good job y8y8y8y .
we need people like you, instead of saying "google it" read everything. they think it is like mystery and they are onlu capable to doing that. there are many useless people like that there.
really appriciate your good job.
Please keep it up.
Reply With Quote
  #4  
Old 01-27-2008, 04:51 AM
kiki kiki is offline
Senior Member
 
Join Date: Jun 2007
Posts: 186
Default

Quote:
Originally Posted by alisa View Post
very good job y8y8y8y .
we need people like you, instead of saying "google it" read everything. they think it is like mystery and they are onlu capable to doing that. there are many useless people like that there.
really appriciate your good job.
Please keep it up.
@alisa

first i don't want make flame on you, but you must respect for the people that don't want to share everything they know, do you thing they find it easy? no...they spent all time they have to search it and suddenly people like us (maybe me) want to know it
and ask how to do it instanly...
What do you do if some newbie ask to you how to emulate and ask all you know and all tool you have did you give it everything? .. I think NO!... (and why you password emulator tool on your page heh?)

RESPECT and be WISE

I think they are not useless people... they contribute to the scene many good reverser like cE, Bfox, tch2k, sats and rest will not tell everything except we have something to exchange with them.

regards
kiki
Reply With Quote
  #5  
Old 01-27-2008, 05:30 AM
y8y8y8y y8y8y8y is offline
Senior Member
 
Join Date: Sep 2007
Posts: 210
Default

kiki,
You are right. They don't need to share. The more you by your self read the more you know. I have much respect to all GREAT guy here, I hope they will help to all of us in the future like they did at the past.

y8y8y8y
BR
Reply With Quote
  #6  
Old 01-27-2008, 07:15 AM
alisa alisa is offline
Member
 
Join Date: Dec 2007
Posts: 32
Default

Dear KIKI and y8y8y8y,
I just said some people, not all.
i also respect some nice people here who are helping everyone here, but some of them are alyways commenting google it and you get it.may be, you think this comment is ok, but i think all people firstly search everything ,if they dont get help then they post here. but some people always comment go and google it, you will get answer.
i just said those people who always comment "GOOGLE IT' is useless here, not all.
May be, my english is not so good, so you misunderstand it,
Sorry
Reply With Quote
  #7  
Old 01-27-2008, 02:04 PM
foffa foffa is offline
Senior Member
 
Join Date: Jul 2007
Location: %TEMP%
Posts: 344
Default

hello all
y8y8y8y

you are a good man and find that by yourself at least you teached yourself something

but in my opinion your thinking must not be showen in here instead give users a small idea and let them discovr the rest

they must think to deserve others work (at least)

at the end you good y8y8y8y

also the best word (google it)
google is my friend
Reply With Quote
  #8  
Old 02-03-2008, 01:15 AM
aasa aasa is offline
Junior Member
 
Join Date: Feb 2008
Posts: 1
Default thanks y8y8y8y

This is a informative/practical post.
I did successfully emulate one of my dongles.
I have a question about the sentinel API_Decrement. Any idea about how it works between dongle and the software? Is it possible for vUSB emulator to respond to the software to execute a decrement?
Reply With Quote
  #9  
Old 02-03-2008, 09:20 AM
Git Git is offline
Super Moderator
 
Join Date: Oct 2007
Location: Torino
Posts: 1,797
Default

No, this is a shortcoming of the sentinel Vusb emulator as it exists.

Anything that writes to the dongle like SPROWrite, SPROOverWrite, SPRODecrement, has only a temporary effect. The Write is done to the copy of the dongle in memory but as soon as you reboot or reload the driver that write is lost.

Git
Reply With Quote
  #10  
Old 02-05-2008, 05:01 PM
bassam19 bassam19 is offline
Member
 
Join Date: Jan 2008
Posts: 9
Default

I think this post needs to be a sticky. The instructions given in this thread are priceless and i was able to get my emulation up and running by just reading this post. I would like to thank y8y8y8y and the others for providing the information needed to emulate the sentinel dongle.

Thanks
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.