XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
June 19, 2013, 07:05:05 AM


Login with username, password and session length


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »
  Print  
Author Topic: 360 FW hacked  (Read 363858 times)
burgemaster
Master Hacker
****
Posts: 100


View Profile
« Reply #200 on: March 19, 2006, 05:54:42 PM »

@ Macdennis

Before i waste any more of my time, pls could you tell me, can my Hitachi 3120L drive only be dumped by using a "s-ata to p-ata converter" ??

I dont own one, only have Sata ports on my mobo.  Huh

Cheers
Logged
silverpalm
Hacker
***
Posts: 54


View Profile
« Reply #201 on: March 19, 2006, 05:57:39 PM »

so the Hitachi is the lg drive i keep reading about.this is the drive you can dump the firmware with software,
Logged
burgemaster
Master Hacker
****
Posts: 100


View Profile
« Reply #202 on: March 19, 2006, 06:08:15 PM »

yes m8, ive been reading for nearly 2 hours, the mrs is going mad.

heres what ive gathered so far but it could be (and probably will be) way out..
nothing is my own, all extracted from various post on the forum

Reading Hitachi 3120L firmware with XP:

1) Make a ms dos boot disk with windows xp, add the following: plscsi.exe (for dos),  DVRFLASH (for dos)
2) Connect the SATA plug on the DVD Drive to the sata adaptor
3) Connect the power lead of the drive to the 360
4) Earth the Drive/360 chassis with the pc case chassis (croc clips)
5) Load up MS DOS boot disk
6) when in dos run "plscsi -w" to list the drives
7) to dump the firmware run the following commands:

plscsi -p -v -x "E7 48 49 54 01 00 91 00 00 00 D0 00" -i xD000 -t d0.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 00 D0 00 D0 00" -i xD000 -t d1.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 01 A0 00 D0 00" -i xD000 -t d2.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 02 70 00 D0 00" -i xD000 -t d3.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 03 40 00 C0 00" -i xC000 -t d4.bin

copy /b d0.bin+d1.bin+d2.bin+d3.bin+d4.bin 3120L_descrambled.bin


PLEASE NOTE THIS IS UNTESTED BY MYSELF AND MOSTLY GUESSED FROM READING POSTS

pls edit it any1 if ive missed anything or made any huge mistakes !!!!! lol
Logged
Slack3er
Master Hacker
****
Posts: 110


View Profile
« Reply #203 on: March 19, 2006, 06:33:59 PM »

Please Note: I haven't dumped my 360 fw YET, but have used this method on other LG drives. So take my advice, lightly. If I made any misstakes, please tell.

Personally, I think the easyier way is with memdump. Nice summary on how to do it http://www.kev.nu/360/dvdshort.html

If you dump with a hardware programmer, I believe the fw will be encrypted(Use FirmCrypt to Decrypt). But if you dump via software the fw will be decrpted.

1) Make a ms dos boot disk with windows xp, add the following: plscsi.exe (for dos),  DVRFLASH (for dos)
You don't need a boot disk, you can use Linux or Windows.

Quote
2) Connect the SATA plug on the DVD Drive to the sata adaptor
The 360 drive has to be detected by either your sata bios or OS to dump your firmware. If your bios detects it and your os don't or reverse, that appears to be ok.
Quote
3) Connect the power lead of the drive to the 360
Refer to link above for warning.
Quote
4) Earth the Drive/360 chassis with the pc case chassis (croc clips)
Refer to link above.
Quote
5) Load up MS DOS boot disk
No Need
Quote
6) when in dos run "plscsi -w" to list the drives
It appears you can't list the 360 drive under plscsi. Bug? not sure?
You forgot step 6.5, you need to "set plscsi=?", refer to plscsi website. Look for tutorial.
Quote
7) to dump the firmware run the following commands:

plscsi -p -v -x "E7 48 49 54 01 00 91 00 00 00 D0 00" -i xD000 -t d0.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 00 D0 00 D0 00" -i xD000 -t d1.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 01 A0 00 D0 00" -i xD000 -t d2.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 02 70 00 D0 00" -i xD000 -t d3.bin
plscsi -p -v -x "E7 48 49 54 01 00 91 03 40 00 C0 00" -i xC000 -t d4.bin

copy /b d0.bin+d1.bin+d2.bin+d3.bin+d4.bin 3120L_descrambled.bin
Looks fine.
Logged
silverpalm
Hacker
***
Posts: 54


View Profile
« Reply #204 on: March 19, 2006, 06:42:16 PM »

so using the memdump program we can dump the firmware then modd it then reflash it back to it the drive.
Logged
Slack3er
Master Hacker
****
Posts: 110


View Profile
« Reply #205 on: March 19, 2006, 06:50:45 PM »

so using the memdump program we can dump the firmware then modd it then reflash it back to it the drive.

Remember I no expert on this. From what I read, memdump can only dump the drives memory. Ex. ROM, RAM, Etc. Includes key, fw.

I don't know any method to reflast the drive(Only HW programmer), so no memdump can't flash your fw.
Logged
Arakon
Administrator
Xbox Hacker
*****
Posts: 6925


View Profile
« Reply #206 on: March 19, 2006, 06:52:20 PM »

no, you can NOT flash it back at this time. not without desoldering the chip.
Logged

I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
burgemaster
Master Hacker
****
Posts: 100


View Profile
« Reply #207 on: March 19, 2006, 06:52:25 PM »

Thx slacker  Smiley

1) X
2) X
3) X
4) X
5) X
6) CORRECT !!

not bad 1 / 6 !!

That link is awesome!! wish id found that around dinner time  Shocked

Now ive learnt you can use Native SATA and not just the SATA-PATA adaptor, im gonna try and dump the firmware on my drive tmrw

Would really like confirmation that the PLSCSI commands used above, cannot write or damage the firmware on the chip at all, that these command are just for reading etc etc ?

could i ask one last Q  Grin   for the people that used the external chip like in the pic below:



Can you simply solder the 32 wires onto the legs of the existing chip and then disable the onboard chip by maybe earthing it or something? or do you have to remve the chip then resolder the 32 wires out to the removable/external chip & socket?

Ive just removed the socket from an old alladin xbox1 chip its wired up and ready to go !

« Last Edit: March 19, 2006, 06:58:54 PM by burgemaster » Logged
Motoko
Newbie
*
Posts: 1


View Profile
« Reply #208 on: March 19, 2006, 06:55:13 PM »

@TheSpecialist:
I think that you are right, you are a hacker.
 But your you can put a tutorial of how you have made the study of firmware of the DVD. That is to say, your can make a tutorial of how you did it: 
1) What programs you used,
2) How you spied on the communication between DVD and CPU
3) If you used any emulator
4) if you inserted any code or  hardware like a PIC and how they must connect these devices electricamente

That is to say, single the necessary thing so that we know like your hacking the hardware so that we pruned to prove those ideas with other types of machines
Thanks
Logged
Slack3er
Master Hacker
****
Posts: 110


View Profile
« Reply #209 on: March 19, 2006, 07:02:50 PM »

Smiley I think you have more right than 1/6 Tongue. IMHO, the dos bootdisk is a unnessary step. But I have read people dump there fw under dos.

I don't know anyone yet, who has dumped via native sata. Can someone comment? It seems the sata to pata had the best luck. But that could have changed?

Again I haven't dumped my 360 fw with though commands. But I read there only for reading memory. Its a debug command the someone forgot to remove. Smiley But I did use it on another lg drive, it didn't harm that drive. I read it seems ok, but your still taking the chance.

Regards;
Logged
silverpalm
Hacker
***
Posts: 54


View Profile
« Reply #210 on: March 19, 2006, 07:07:31 PM »

ok sorry i seem to be writeing wrong thing at times,what would you use to desoldering the chip.

so you would dump the firmware,then desolder the chip. then rewrite to the chip the new firmware sorry if this going over old ground
Logged
burgemaster
Master Hacker
****
Posts: 100


View Profile
« Reply #211 on: March 19, 2006, 07:15:31 PM »

I think that firstly the epoxy has to be removed from around the chip, with some kind of solvent, then ive been told either using heated IC tongs, or 2x hot air guns the chip can be removed.



This is the samsung board

It would then be read using a willem programmer and adaptor to fit that chip

« Last Edit: March 19, 2006, 07:17:08 PM by burgemaster » Logged
robinsod
Global Moderator
Xbox Hacker
*****
Posts: 648


Perl packed my shorts during global destruction


View Profile
« Reply #212 on: March 19, 2006, 07:42:39 PM »

To read your flash chip from the TS you need to remove it from the main board. It is epoxied in place and You PROBABLY WILL DAMAGE the PCB.

This is another fine rason for not releasing a patch, too many peeps will wreck their drives. Please, there's no hack for you to apply, and all you will do is void your waranty or worse, trash your whole system. For any hack to be viable it would require 'weaponising' such that anyone can use it. Im 100% certain an LG Windoze flasher is possible in the very near future & Im 99.99% certain a TS flasher is do-able too. You can dump your LG key (at a minimum) using software and if you can't do that successfully trying to remove the flash is A REALLY BAD IDEA. Of course it's your 360 and you can do anything you want to it.... Including sell it on EBay as 'faulty'

Its been 2 months since TheSpecs first hack and I dont see any clones yet do you? So why are you trying to wreck your expensive 360s for no reason?
« Last Edit: March 19, 2006, 07:45:05 PM by robinsod » Logged
jse
Member
**
Posts: 10


View Profile
« Reply #213 on: March 19, 2006, 07:46:52 PM »

you look to have broken a trace at the bottem left of the sst
Logged
ASTRAL
Member
**
Posts: 13


View Profile
« Reply #214 on: March 19, 2006, 08:09:43 PM »

also could i ask, the dumps from the 2 hitachi drives on the xboxhacker page, are the firmwares decrypted at all? or are they raw just how they would be read from the chip?
If you can find the the plaintext device manufacturer string in the firmware then they are not scrambled. Crypted is not the correct word.
HAHA! Man that's the best mod yet! Wink
Logged
jse
Member
**
Posts: 10


View Profile
« Reply #215 on: March 19, 2006, 08:20:33 PM »

i think i've figured it out, its not a copy of pg3 its just a dvd video of project gothem 3 getting played back on the 360
Logged
TheSpecialist
Global Moderator
Xbox Hacker
*****
Posts: 782


View Profile
« Reply #216 on: March 19, 2006, 08:24:16 PM »

i think i've figured it out, its not a copy of pg3 its just a dvd video of project gothem 3 getting played back on the 360

Try to insert a DVDR video and compare the laser activity and report your findings here, Sherlock Wink
Logged
silverpalm
Hacker
***
Posts: 54


View Profile
« Reply #217 on: March 19, 2006, 08:32:51 PM »

what the same way its not a real 360 maybe a dvd player made to look a like a 360 comon please this is the real deal and maybe one day or not it normal people may get to use the beefits of this hack.
Logged
ZenoX
Newbie
*
Posts: 1


View Profile
« Reply #218 on: March 19, 2006, 08:41:59 PM »

@TheSpecialist

PLEASE, i beg of you to release this great new discovery to the public. I want it soooooooo bad, when i look at my normal 360 now it looks like an old carboard box thats dated and seems almost useless Wink........i can hear it whispering to me now......"Hack Me..."  Grin

Anyways now ive got that off my chest.

THANK YOU FOR ALL YOUR HARD WORK!

I have checked both video's and it deffinitly is the real thing. I think sometimes when people look into these things too much its like they are trying to find a fault/start a conspiracy even though they should know already its the real thing.

X
Logged
gusradio
Newbie
*
Posts: 6


View Profile
« Reply #219 on: March 19, 2006, 08:53:57 PM »

[
Try to insert a DVDR video and compare the laser activity and report your findings here, Sherlock Wink

TS Why are you only responding to doubters??  There have been a ton of reasonable questions on this and other forums.
Logged
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM