PDA

View Full Version : help


bully
08-31-2008, 12:01 PM
Thanks for a great forum i have learned a lot in the last few days.

i am a total noob to this.but i had read some how to`s and have got so far but need a little help.
i have a purple usb super pro. i have dumped the file using sentinel superpro dumper. after using
this i got the file spro_RNBO_SPN_DRIVER_5984_0 (192 bytes). i then used f1-noodle to
create 5984.ssp.(202 bytes) i then used UniDumpToReg.and got reg file 5984.reg (764 bytes).
then i went into note pad and changed the original from

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ru-board\mulators\Dump\39760000]
"sntMemory"=hex:0098,3976,0000,0000,0008,0000,913F,0000,10F3, D73A,FFFF,0013,64C2,D1AD,0000,0000,\
0000,0000,3F79,0001,118D,E582,0000,0000,0000,0000, 0000,0000,0000,0000,0000,0000,\
0000,0000,0000,0000,0000,0000,0000,0000,0000,0000, 0000,0000,0000,0000,0000,0000,\
0003,FFB5,FFD4,FF1E,0611,FFCD,BC33,0000,0A0A,0A0A, 0000,0000,FFAB,0A0B,0000,0000
"CellType"=hex:01,01,03,03,03,03,03,03,03,03,00,01,03,03,03, 03,\
01,01,00,01,03,03,03,03,01,01,00,01,03,03,03,03,\
01,01,01,01,01,01,01,01,00,00,00,00,00,00,00,00,\
01,02,02,02,01,00,00,00,01,01,00,00,02,01,00,01
"Type"=dword:00000000
"DongleType"=dword:00000003


to new

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ru-board\mulators\Dump\39760000]
"sntMemory"=hex:00,98,39,76,00,00,00,00,00,08,00,00,91,3F,00, 00,10,F3,D7,3A,FF,FF,00,13,64,C2,D1,AD,00,00,00,00 ,\
00,00,00,00,3F,79,00,01,11,8D,E5,82,00,00,00,00,00 ,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,03,FF,B5,FF,D4,FF,1E,06,11,FF,CD,BC,33,00,00,0A ,0A,0A,0A,00,00,00,00,FF,AB,0A,0B,00,00,00,00
"CellType"=hex:01,01,03,03,03,03,03,03,03,03,00,01,03,03,03, 03,\
01,01,00,01,03,03,03,03,01,01,00,01,03,03,03,03,\
01,01,01,01,01,01,01,01,00,00,00,00,00,00,00,00,\
01,02,02,02,01,00,00,00,01,01,00,00,02,01,00,01
"Type"=dword:00000000
"DongleType"=dword:00000003

i then Run "install.bat" from "vusbus" folder.then i ran the reg file 5984.reg. i restarted the computer and the software
is still looking for the dongle. any help would be appreciated.

Git
08-31-2008, 02:33 PM
When converting the 16bit Words into pairs of 8bit Bytes, you have forgotten about Intel endianism.

Eg, 3F89,8930,730B,341A -> 89,3F,30,89,0B,73,1A,34

Git

bully
08-31-2008, 02:36 PM
ok so i need to reverse the number as shown do i do this for the whole code. ok is this ok

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ru-board\mulators\Dump\39760000]
"sntMemory"=hex:98,00,76,39,00,00,00,00,08,00,00,00,3F,91,00, 00,F3,10,3A,D7,FF,FF,13,00,C2,64,AD,D1,00,00,00,00 ,\
00,00,00,00,79,3F,01,00,8D,11,82,E5,00,00,00,00,00 ,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
03,00,B5,FF,D4,FF,1E,FF,11,06,CD,FF,33,BC,00,00,0A ,0A,0A,0A,00,00,00,00,AB,FF,0B,0A,00,00,00,00
"CellType"=hex:01,01,03,03,03,03,03,03,03,03,00,01,03,03,03, 03,\
01,01,00,01,03,03,03,03,01,01,00,01,03,03,03,03,\
01,01,01,01,01,01,01,01,00,00,00,00,00,00,00,00,\
01,02,02,02,01,00,00,00,01,01,00,00,02,01,00,01
"Type"=dword:00000000
"DongleType"=dword:00000003

bully
08-31-2008, 02:48 PM
when i dump the file from the dongle. sometimes i only get one file.dmp and some times i get 3. when i get the three do i put all of them in f1 nodongle at the same time. or has it not worked when i get 3 files.

spro_RNBO_SPN_DRIVER_3976_0.dmp
spro_RNBO_SPN_DRIVER_e095_0.dmp
spro_RNBO_SPN_DRIVER_5984_0.dmp

still not working, i can not under stand were i am going wrong.

Git
08-31-2008, 05:52 PM
I am not sure what is going on, but your file sizes are all wrong. I can only comment on the 3876 dongle, because that is the only one you have supplied data for. Make sure you have V3.3 of PVA dumper and make sure you check Bruteforce WP. You should get 1 file for each attached superpro dongle.

According to CellType, your 3976 dongle has 7 Algo cells, at cells 0x08, 0x0C, 0x0E, 0x14, 0x16, 0x1C, 0x1E but according to sntMemory data, only 3 of those Algo cells have a 'Descriptor'. On the other hand, all your file sizes suggest a dongle without Algo cells.

I can only suggest getting latest PVA dumper, and if your dump file is more than a few hundred bytes, then when you make the SSP file it should be more than 100Kbytes. If you are dumping a real physical dongle then make sure you stop any emulators from running and also ensure you install the V7.40 sentinel drivers.

Git

bully
08-31-2008, 08:32 PM
ok lets try again. i have done this on another computer. super pro dumper file from dongle-spro_RNBO_SPN_DRIVER_5984_0.dmp
(1KB) 192 bytes. then i have put the file thru F1 no-dongle and got 5984.ssp (1KB)202 bytes. then unidumptoreg. got file 0000.reg (1kb) 765 bytes. then i have changed the code in note pad

FROM THIS

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Emulator\Sentinel\Dump\59840000]
"sntMemory"=hex:1C49,5984,AB0C,0000,0008,0000,0000,0000,C8AB, 0000,0000,0058,0000,0000,083A,0000,\
3F89,8930,730B,341A,7EBA,0000,00FC,A400,C927,0000, 0000,0000,0000,0000,0000,0000,\
0000,0000,AC05,0000,0000,0000,0000,0000,0000,0000, 0000,0000,0000,0000,0000,0000,\
0000,0000,0000,0000,0000,0000,0000,0000,0000,0000, 0000,0000,0000,0000,0000,0000
"CellType"=hex:01,01,03,03,03,03,03,03,00,00,00,00,00,00,00, 00,00\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Type"=dword:00000000
"DongleType"=dword:00000003

TO THIS

REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ru-board\mulators\Dump\59840000]
"sntMemory"=hex:49,1C,84,59,0C,AB,00,00,08,00,00,00,00,00,00, 00,AB,C8,00,00,00,00,58,00,00,00,00,00,3A,08,00,00 ,\
89,3f,30,89,0b,73,1a,34,ba,7e,00,00,fc,00,00,A4,27 ,C9,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,05,AC,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"CellType"=hex:01,01,03,03,03,03,03,03,00,00,00,00,00,00,00, 00,00\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"Type"=dword:00000000
"DongleType"=dword:00000003

i have then run vusbus install and then installed th reg file. i have done a restart and still the computer is looking for the dongle any ideas

Git
09-01-2008, 07:34 AM
That dump, suitably edited for my emulator, works just fine. Carefully check that the HKEY_LOCAL_MACHINE line is exactly correct for your emulator. If you are unsure what your emulator needs, use a hex editor to search the emulator .sys file for HKEY_LOCAL_MACHINE and see what the rest of the line should be. Tell us which emulator you are using.

Can you be more specific on what you mean by "still the computer is looking for the dongle" please?. Search for sproeval2.exe and run it. Click on FormatPacket, then Initialize, then FindFirstUnit and give it 5984 and click on Find then OK if it finds it. Now click on KeyView and you should see the contents of all your cells which means the dongle emulation is working fine. If FindFirstUnit fails, then dongle emulation is NOT working.

Git

bully
09-01-2008, 03:42 PM
when i was loading the software. it would not work as it was saying no dongle attached. that what i ment when i said it was searching for the dongle. just by luck i read your post and just tried the software and it is all working.

thanks for your help git. for some reason it would not work last night but everythink seems fine. i will try it on another computer just to make sure i have mastered this

revoeng
09-02-2008, 09:39 PM
or else, dump and solve with edgespro11, then use sentemul?

regards

bully
09-03-2008, 01:48 PM
after several attemps trying to master the dongle software. i seem to have created 4 dongles on my system when i unistall the sentinall drivers and then re-install them 4 dongles seem to install. this is making the software a bit unstable. i had tried in the registry to delete these but they keep re-installing. how do i remove all these from the system. becaus i just want to put the one that is working back on.