PDA

View Full Version : Please MASTERID ,ASIC6 Visual Basic


UNLOCKAV
10-15-2004, 18:43
Dear Gsmcity users:

I need Asic6 code,I have asic7
somebody can say to me this code?


Best regards from Spain
Ramon




In case it can help somebody ......... ASIC 7 CODE

Case Else 'ASIC7

mem(1024) = 4448 '12FEA8, Data index

mem(1020) = 4440

mem(1) = 136

mem(2) = 48

mem(7) = 19

mem(8) = 0

mem(9) = 5

mem(10) = 0

mem(11) = 0

mem(12) = 0

PhantomGSM
10-15-2004, 19:24
www.phantomgsm.com > downloads area > mobile phone > algorithms :D
you will find the old dct4 and the new dct4 with asic 6 included

you need to register, but its free and quick to do anyway....access to all the downloads :D

wbr

HONGXING
10-15-2004, 20:23
What's so difficult?

Main table is 56D4D29F9DDCEE3D
Second table is D557511C1E5F6DBE (xor-ed by constant 83)

UNLOCKAV
10-16-2004, 12:39
Thanks my friends, but i need this table for Visual Basic, not for C++

Thx
Ramon

HONGXING
10-16-2004, 16:50
The table is not for a specific programming language. If you are a progammer, you know how to use this.

masterID
10-16-2004, 23:35
@UNLOCKAV:

'--------ASIC 6---------------------
mem(4456) = 86
mem(4457) = 212
mem(4458) = 210
mem(4459) = 159
mem(4460) = 160
mem(4461) = 220
mem(4462) = 238
mem(4463) = 61
Var6 = 131
mem(4464) = 86 Xor Var6
mem(4465) = 212 Xor Var6
mem(4466) = 210 Xor Var6
mem(4467) = 159 Xor Var6
mem(4468) = 160 Xor Var6
mem(4469) = 220 Xor Var6
mem(4470) = 238 Xor Var6
mem(4471) = 61 Xor Var6

For Codenr = 0 to 3
mem(1024) = 4160 'mem_12FEA8, Data index
mem(1020) = 4152 'mem_12FEA4, Data index
'mem_12FE90 = mem(1000)
Call Fn_402CF0(16, 48, 1000) 'Fill mem area with 48 dec
mem(1017) = 0 'mem_12FEA1
esi = 0
eax = 5
While (esi - eax) < 0
mem(1000 + esi) = Provider_btr(esi) 'mem_12FE90 in ASCII digit by digit
esi = esi + 1
Wend
mem(1168) = 0 'mem_12FF38 !!!
mem(969) = 0 '12FE71
Call Fn_402C80(928, 2576, 1) 'According to 928 pieces data copy from mem_40B240 to mem_40DCB4
Select Case ASIC_n
Case 2 'ASIC2
mem(1) = 137 '40DCB4
mem(2) = 14
mem(7) = 30
mem(8) = 0
mem(9) = 255
mem(10) = 255
mem(11) = 255
mem(12) = 255
Case 5 'ASIC5
mem(1024) = 4176 '12FEA8, Data index
mem(1020) = 4168
mem(1) = 137
mem(2) = 81
mem(7) = 28
mem(8) = 255
mem(9) = 5
mem(10) = 0
mem(11) = 0
mem(12) = 0
Case 6 'ASIC6
mem(1024) = 4464 '12FEA8, Data index
mem(1020) = 4456
box= 206850 '32802h Box-serial stored at ebp+18h
box1 = 3 'Box serial 1st digit
box23 = 40 'Box serial 2.3 digit (28h)
box45 = 2 'Box serial 4.5. digit (02h)
Case Else 'ASIC7
mem(1024) = 4448 '12FEA8, Data index
mem(1020) = 4440
mem(1) = 136
mem(2) = 48
mem(7) = 19
mem(8) = 0
mem(9) = 5
mem(10) = 0
mem(11) = 0
mem(12) = 0
End Select


BR

masterID
10-16-2004, 23:38
I made algo for basic as a miror to ASM source of dct4nck.exe. That time there was no any source availble (public free).

UNLOCKAV
10-17-2004, 08:36
Thanks MASTERID

Thx

bithing
11-06-2004, 12:11
any body can explain how to calculate asic 7 rpl file?????

or anybody has it????