GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 10-09-2011, 21:17   #16 (permalink)
Freak Poster
 
Join Date: May 2005
Posts: 308
Member: 145289
Status: Offline
Thanks Meter: 35

Quote:
Originally Posted by ribbentrop View Post
What for ? I bought a cloned clip in last Saturday for $30 only ...
People are lazy by this days... Btw 30$ it's sooo much for this crap clip!
  Reply With Quote
Old 10-09-2011, 21:21   #17 (permalink)
No Life Poster
 
ribbentrop's Avatar
 
Join Date: Sep 2003
Location: Ukraine
Age: 51
Posts: 4,615
Member: 40400
Status: Offline
Thanks Meter: 1,250
Quote:
Originally Posted by hakkothebest View Post
People are lazy by this days... Btw 30$ it's sooo much for this crap clip!
O yeah ... My last DIY unit was Dejan BB5 unlock clip, I made few pcs and sell it
  Reply With Quote
Old 10-09-2011, 21:24   #18 (permalink)
Freak Poster
 
Join Date: May 2005
Posts: 308
Member: 145289
Status: Offline
Thanks Meter: 35
Quote:
Originally Posted by ribbentrop View Post
O yeah ... My last DIY unit was Dejan BB5 unlock clip, I made few pcs and sell it
Hehe nice! I also made one of this too at that time
  Reply With Quote
Old 10-09-2011, 21:29   #19 (permalink)
No Life Poster
 
Join Date: Dec 2005
Location: Poland
Posts: 1,765
Member: 209842
Status: Offline
Sonork: 100.93537
Thanks Meter: 3,386
Quote:
Originally Posted by zulea View Post
There is more, e.g. just look here:

Code:
; =============== S U B	R O U T	I N E =======================================


APP_EE_Increment_5500_5501_LifeCounter		  ; CODE XREF: APP_SCEMU_MainProc+518p
						  ; APP_Goldcard_Make+404p
		PUSH	{R4,LR}
		BL	APP_EE_Read_5500_5501_LifeCounter
		ADDS	R4, R0,	#1
		UXTH	R1, R4
; End of function APP_EE_Increment_5500_5501_LifeCounter

		MOV.W	R0, #0x5500
		BL	APP_EE_WriteVariable	  ; R0 - U16_VirtAdress, R1 - U16_Data
		LSRS	R1, R4,	#0x10
		MOVW	R0, #0x5501
		BL	APP_EE_WriteVariable	  ; R0 - U16_VirtAdress, R1 - U16_Data
		MOV	R0, R4
		POP	{R4,PC}

; =============== S U B	R O U T	I N E =======================================

; OUT:
;   R0 = 0  ->	NOT Activated
;   R0 = 1  ->	Activated

APP_EE_Read_4400_4401_ActivationStatus		  ; CODE XREF: APP_USB_ProcessCommands+488p
						  ; APP_MainProc:loc_8006A56p
						  ; APP_MainProc:loc_8006A8Ep
						  ; APP_EE_Increment_4400_4401_ActivationStatus+2p
						  ; APP_RSA_Activate_and_ResetLifetimeCounter+78p
						  ; APP_USB_ProcessCommand_D1_+66p
						  ; APP_USB_ProcessCommand_CD_+50p

var_8		= -8
var_6		= -6

		PUSH	{LR}
		SUB	SP, SP,	#4
		MOV.W	R0, #0x4400
		ADD.W	R1, SP,	#8+var_6
		BL	APP_EE_ReadVariable
		CBZ	R0, loc_800BAE0

loc_800BADA					  ; CODE XREF: APP_EE_Read_4400_4401_ActivationStatus+24j
		MOVS	R0, #0

loc_800BADC					  ; CODE XREF: APP_EE_Read_4400_4401_ActivationStatus+32j
		ADD	SP, SP,	#4
		POP	{PC}
; ---------------------------------------------------------------------------

loc_800BAE0					  ; CODE XREF: APP_EE_Read_4400_4401_ActivationStatus+10j
		MOVW	R0, #0x4401
		MOV	R1, SP
		BL	APP_EE_ReadVariable
		CMP	R0, #0
		BNE	loc_800BADA
		LDRH.W	R0, [SP,#8+var_8]
		LDRH.W	R3, [SP,#8+var_6]
		ORR.W	R0, R3,	R0,LSL#16
		B	loc_800BADC
; End of function APP_EE_Read_4400_4401_ActivationStatus
Best regards,
Zulea
One question to you, is MxBox mcu same as XTC Clip (STM32), vulnerable for loading and executing own ARM code in RAM (and in example fetching unprotected flash array via usart ?)
  Reply With Quote
Old 10-09-2011, 21:32   #20 (permalink)
No Life Poster
 
oOXTCOo's Avatar
 
Join Date: Dec 2000
Location: J.A.U - Just Another Unlocker
Age: 43
Posts: 3,498
Member: 2878
Status: Offline
Thanks Meter: 9,123
Quote:
Originally Posted by zulea View Post
There is more, e.g. just look here:

Code:
; =============== S U B    R O U T    I N E =======================================
 
 
APP_EE_Increment_5500_5501_LifeCounter          ; CODE XREF: APP_SCEMU_MainProc+518p
                          ; APP_Goldcard_Make+404p
        PUSH    {R4,LR}
        BL    APP_EE_Read_5500_5501_LifeCounter
        ADDS    R4, R0,    #1
        UXTH    R1, R4
; End of function APP_EE_Increment_5500_5501_LifeCounter
 
        MOV.W    R0, #0x5500
        BL    APP_EE_WriteVariable      ; R0 - U16_VirtAdress, R1 - U16_Data
        LSRS    R1, R4,    #0x10
        MOVW    R0, #0x5501
        BL    APP_EE_WriteVariable      ; R0 - U16_VirtAdress, R1 - U16_Data
        MOV    R0, R4
        POP    {R4,PC}
 
; =============== S U B    R O U T    I N E =======================================
 
; OUT:
;   R0 = 0  ->    NOT Activated
;   R0 = 1  ->    Activated
 
APP_EE_Read_4400_4401_ActivationStatus          ; CODE XREF: APP_USB_ProcessCommands+488p
                          ; APP_MainProc:loc_8006A56p
                          ; APP_MainProc:loc_8006A8Ep
                          ; APP_EE_Increment_4400_4401_ActivationStatus+2p
                          ; APP_RSA_Activate_and_ResetLifetimeCounter+78p
                          ; APP_USB_ProcessCommand_D1_+66p
                          ; APP_USB_ProcessCommand_CD_+50p
 
var_8        = -8
var_6        = -6
 
        PUSH    {LR}
        SUB    SP, SP,    #4
        MOV.W    R0, #0x4400
        ADD.W    R1, SP,    #8+var_6
        BL    APP_EE_ReadVariable
        CBZ    R0, loc_800BAE0
 
loc_800BADA                      ; CODE XREF: APP_EE_Read_4400_4401_ActivationStatus+24j
        MOVS    R0, #0
 
loc_800BADC                      ; CODE XREF: APP_EE_Read_4400_4401_ActivationStatus+32j
        ADD    SP, SP,    #4
        POP    {PC}
; ---------------------------------------------------------------------------
 
loc_800BAE0                      ; CODE XREF: APP_EE_Read_4400_4401_ActivationStatus+10j
        MOVW    R0, #0x4401
        MOV    R1, SP
        BL    APP_EE_ReadVariable
        CMP    R0, #0
        BNE    loc_800BADA
        LDRH.W    R0, [SP,#8+var_8]
        LDRH.W    R3, [SP,#8+var_6]
        ORR.W    R0, R3,    R0,LSL#16
        B    loc_800BADC
; End of function APP_EE_Read_4400_4401_ActivationStatus
Best regards,
Zulea

may if i would be raskal, i would be happy about your steps

he already selled ALOT of this clips... now most part of work is support...
but now its a good reason to stop support and start new project and sell again some protection hardware or even new project..


btw. do you have something like that for hti interface?
  Reply With Quote
The Following 7 Users Say Thank You to oOXTCOo For This Useful Post:
Show/Hide list of the thanked
Old 10-09-2011, 21:38   #21 (permalink)
No Life Poster
 
ribbentrop's Avatar
 
Join Date: Sep 2003
Location: Ukraine
Age: 51
Posts: 4,615
Member: 40400
Status: Offline
Thanks Meter: 1,250
Quote:
Originally Posted by oOXTCOo View Post
may if i would be raskal, i would be happy about your steps

he already selled ALOT of this clips... now most part of work is support...
but now its a good reason to stop support and start new project and sell again some protection hardware or even new project..


btw. do you have something like that for hti interface?
Cheapest boxes not needed to be cloned, no sense for that
  Reply With Quote
Old 10-09-2011, 21:39   #22 (permalink)
Freak Poster
 
Join Date: May 2005
Posts: 308
Member: 145289
Status: Offline
Thanks Meter: 35
Now also "people" will be able to repair their "original clips" that goes dead hahaha!
  Reply With Quote
Old 10-09-2011, 21:39   #23 (permalink)
No Life Poster
 
Join Date: Dec 2005
Location: Poland
Posts: 1,765
Member: 209842
Status: Offline
Sonork: 100.93537
Thanks Meter: 3,386
Quote:
Originally Posted by ribbentrop View Post
Cheapest boxes not needed to be cloned, no sense for that
Cloned - maybe not.
But, put for free, why not ?
  Reply With Quote
The Following User Says Thank You to kaisak For This Useful Post:
Old 10-09-2011, 21:40   #24 (permalink)
Freak Poster
 
Join Date: May 2005
Posts: 308
Member: 145289
Status: Offline
Thanks Meter: 35
Quote:
Originally Posted by kaisak View Post
Cloned - maybe not.
But, put for free, why not ?
Yesss! Junk are free isn't?
  Reply With Quote
Old 10-09-2011, 21:45   #25 (permalink)
Freak Poster
 
djmixer's Avatar
 
Join Date: Jun 2006
Location: Uzhgorod
Posts: 214
Member: 297179
Status: Offline
Thanks Meter: 10
Quote:
Originally Posted by oOXTCOo View Post
may if i would be raskal, i would be happy about your steps

he already selled ALOT of this clips... now most part of work is support...
but now its a good reason to stop support and start new project and sell again some protection hardware or even new project..


btw. do you have something like that for hti interface?


IT seems, that Rascal and Manole planned their business together
  Reply With Quote
The Following 2 Users Say Thank You to djmixer For This Useful Post:
Old 10-09-2011, 21:46   #26 (permalink)
No Life Poster
 
oOXTCOo's Avatar
 
Join Date: Dec 2000
Location: J.A.U - Just Another Unlocker
Age: 43
Posts: 3,498
Member: 2878
Status: Offline
Thanks Meter: 9,123
Quote:
Originally Posted by zulea View Post
some small things about their "server":

Aes key used to encrypt data sent from xtc clip by raskal to their server:

Hex: 0x4d, 0x52, 0x46, 0x43, 0x32, 0x30, 0x31, 0x30, 0x2d, 0x5b, 0x5d, 0x5f, 0x3f, 0x2a, 0x23, 0x2e

ascii: "mrfc2010-[]_?*#."

just stay tuned, more to come.

Best regards,
zulea

58 54 43 52 55 4c 45 5a 00 00 00 00 4d 52 46 43 32 30 31 30 2d 5b 5d 5f 3f 2a 23 2e

xtcrulez....mrfc2010-[]_?*#
  Reply With Quote
Old 10-09-2011, 21:54   #27 (permalink)
Freak Poster
 
Join Date: Sep 2010
Location: Ukraine, Ivano-Frankivsk
Age: 31
Posts: 241
Member: 1397329
Status: Offline
Thanks Meter: 73
Zulea, yor are fuсking suсker... Why are you destroying hard Raskal work???
  Reply With Quote
Old 10-09-2011, 21:54   #28 (permalink)
Freak Poster
 
buds1's Avatar
 
Join Date: Apr 2009
Location: Austria / Vienna
Posts: 415
Member: 1002500
Status: Offline
Thanks Meter: 263
very nice. Now we can repair damaged clips.
  Reply With Quote
Old 10-09-2011, 22:01   #29 (permalink)
Freak Poster
 
Join Date: Jul 2007
Posts: 132
Member: 557841
Status: Offline
Thanks Meter: 22
To all product supporters:
Are you tired of support? Your product sales are going down? Send your documentation and a little sum of money to Zulea and he will publish this here and set you free of all your obligation before your clients!
  Reply With Quote
The Following 12 Users Say Thank You to caraiman For This Useful Post:
Show/Hide list of the thanked
Old 10-09-2011, 23:46   #30 (permalink)
No Life Poster
 
dejanp's Avatar
 
Join Date: Sep 2004
Location: Serbia
Posts: 847
Member: 82990
Status: Offline
Thanks Meter: 106
Quote:
Originally Posted by caraiman View Post
To all product supporters:
Are you tired of support? Your product sales are going down? Send your documentation and a little sum of money to Zulea and he will publish this here and set you free of all your obligation before your clients!
probably work together and cheat customers

people should never buy from Raskal, Manole ,Zulea

the biggest crooks in the GSM world
  Reply With Quote
The Following User Says Thank You to dejanp For This Useful Post:
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Phone Stuff for FREE & KEy-GEn For Logo Editor ! BoNtEk - ThA WtC MeMbA Nokia Multimedia 8 10-31-2012 20:17
FREE UNLOCK SIM CARD FOR 20 PHILIPS DIGA PHONES ON CELLNET SP UNLOCKER 2000 Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 1 01-17-2011 18:10
need software for 5161 by cable mln2000 Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 6 08-29-2010 20:17
2 FREE NOKIA SP SIM CARDS TO RELEASE FOR INFORMATION WE NEED SP UNLOCKER 2000 Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) 3 09-25-1999 03:34

 



All times are GMT +1. The time now is 06:32.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.28358 seconds with 10 queries

SEO by vBSEO