xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Special Limited Offer: SuperNews Unlimited Usenet Access, Unlimited Speed for $11.99
256-bit SSL, 350 Days Retention, 30 Connections - Join Today! - ONLY $11.99

Support this site - buy the X-Scene Tshirt $17.95

Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Maximus Hitachi Firmware Stealth-Maker v1.3
Xbox-Scene
post Oct 6 2006, 09:45 PM
Post #1


Memba Numero Uno
Group Icon

Group: Admin
Posts: 4177
Joined: 17-May 02
From: Yurop
Member No.: 1
Xbox Version: unk
360 version: unknown



Maximus Hitachi Firmware Stealth-Maker v1.3
Posted by XanTium | October 6 16:45 EST

 
Maximus (carranzafp) released a new version of the Hitachi Firmware Stealth-Maker that allows to make any Xtreme Hitachi-LG FW 100% 'Firmware Stealth'. That's not the same yet as C4E's Xtreme v3.0 FW for Toshiba-Samsung drives, that next to 'FW stealth' also includes 'Media Stealth'. This new version comes with support for ROM VER. 59B drives:
[QUOTE]
Maximus 1.3 Hitachi Firmware Stealth-Maker - ALL VERSIONS
It is a tool to take any hacked xtreme version for the hitachi and patch it to make 100% firmware stealth (appears like 100% original when you dump it) including the CHECKSUM!!!
The only way to know if it has the hack is de-soldering the flash chip and read with external programmer, so the console will dont know !!! (I hope)
It is NOT MEDIA-STEALTH yet, garyopa is already working on that side but when he finish that part he can implement this hack on his version.
I first do the stealth hack mannually, but then I realized that it is a pain in the ass to calculate the differences by hand, and when a new xtreme release appears it will need to be calculated again so instead of that I have done a tool that do the necessary calculations and patches to make it stealth.
I have done the tests only on 46 and 47 drives but is the same principle for every others.

What's new/fixed:
* Added support for 59B versions
[/QUOTE]

Official Site: n/a, by Maximus (carranzafp)
Download: n/a (might be illegal under DMCA/EUCD)
News-Source: xbins.org


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
XanTium
post Oct 6 2006, 09:00 PM
Post #2


Xanta Powa!
Group Icon

Group: Admin
Posts: 3069
Joined: 17-May 02
From: Solaris
Member No.: 2
Xbox Version: v1.0
360 version: v1 (xenon)





More from nfo/readme:
QUOTE

FEATURES:
---------
- Take an input hacked firmware and patch it to make firmware stealth
- Incorporates firmcrypt routines into the code (a little slower but
I hope with that somebody will not kill his drive because a forgotten
crypt)
- You will have the following options:
FULL STEALTH:
* All the reads (memdump) will read as 100% original.

NON STEALTH ON MODEB:
* It will read the real hacked firmware when you are on MODEB
(Not very useful for testing LOL)

NON STEALTH ON MODEB AND TRAY OPEN:
* When attached to windows if the tray is closed will read as
original, when you open it will read as real non-stealth

NON STEALTH ON MEMORY VALUE:
* It will lookup an Internal memory value to determine if should
be read as real or as original. You will need to POKE that
memory value before do the dump

ENSURE NO STEALTH:
* This option causes ALWAYS read as real hacked, not very useful
but here is it.


TECHNICAL INFO:
---------------
- Supports 32/36/40/46/47/58/59 versions and ALL present and future
XTREME HACK versions

- Protects the following ranges wich already are SAME_BYTE address
0X0001A0 - 0x000FFF all 0xFF
0X003000 - 0x003FFF all 0xFF
0x005000 - 0x005FFF all 0x74
0x03E800 - 0x03FFFF all 0x74
* That means that you can put your custom code on the above areas
(except the 5000-5FFF, read below) and the custom code will be stealth

- For other areas not covered on the above ranges a "Table of Differences"
is generated based on comparation of original Vs hacked, this is in order
to guarantee 100% stealth and reduce at minimum the data required for stealth

- It uses flash range 0x005000 - 0x005FFF for store stealth data and code
0x005000 - 0x005800 reserved for stealth code
0x005800 - 0x005FFF reserved for stealth data (Table of Differences)
* So on future Hacks dont use that Sections (they are mine, lol)
- If you are a hacker and plan to release something read APPENDIX


HOW TO USE / TEST:
------------------
CASE A) If you already have your drive flashed (any version of XTREME):
- Attach the drive to windows and make it detect it (Use 2 wire trick
or Open Tray on Power Up tweak)

- Do a dump of your hacked firmware on the drive with:

read.bat [your_drive_letter] hacked.bin
* The read.bat is included on the tools directory

- Open Hitachi Stealth-Maker App and select the file hacked.bin that you dump
* To do good test use NON-STEALTH ON MODEB AND TRAY OPEN option wink.gif

- Click Generate, choose Output file name (stealth.bin by example) and away you go

- Once finished, take the ENCRYPTED file (suffix "-e.bin") and do the following 2
commands IN THAT ORDER (flasher's included on tools subfolder)

47flash [your_drive_letter] stealth-e.bin 90005000 1000
*dont advance until the above command executes without error (if error, retry)

47flash [your_drive_letter] stealth-e.bin 90033000 1000

*NOTES: * DO BOTH COMMANDS IN THAT ORDER !!!,
** On versions 32,36,40 and 46 you must use 46flash instead !!!
*** On versions 47 you must use 47flash instead !!!
**** On versions 59,59 you must use 59flash instead !!!

- If you dont mess any step then your drive is now STEALTH !!! give a try with
read.bat [your_drive_letter] dump.bin
*It must return the original firmware 100%
do it again but with tray open and you will get the real hacked.

- In case you need to RESTORE to un-stealth version you must restore the
sectors on inverse order, so first restore 90033000 and then 90005000
never flash the second sector before flashing sucessfully the first
one or you will brick the drive (no more windows detection) also ensure
to restore from a crypted version of your firmware.

CASE cool.gif If your drive is not flashed:
- Until Garyopa and other hackers implement this hack on their releases you
will need to do in 2 big steps:
- STEP 1: flash the xtreme hack you want (follow such instruccions)
- STEP 2: when you have tested it works simply do the stealth hack
as explained on CASE A)


APPENDIX - HOW TO IMPLEMENT ON CURRENT OR FUTURE XTREME RELEASES:
-----------------------------------------------------------------
- Do your homework and make a nice new featured xtreme version
- To avoid hybrids DONT work on an already stealth version, work on a
clean version
- Dont use 5000-5FFF sections, they are mine wink.gif
- Before release, use this tool to patch your release with the needed
changes to make it stealth
- On the flasher routines (flash.bat) remember that you must flash
sectors 90005000 and then 90033000 in that order, never flash the
second sector before flashing sucessfully the first one or you will
KILL the read routine and brick the drive (no more windows detection)
- You can leave a DOOR OPENED I mean if you choose "Non Stealth on MODEB
and OPEN TRAY" you always will get the possiblity to read the real hacked
firmware on the chip (for verification purposes) but of course that
will leave the door opened for M$
- On the RESTORE routines (restore.bat) you must flash the sectors on
inverse order, so first restore 90033000 and then 90005000
never flash the second sector before flashing sucessfully the first
one or you will KILL the read routine and brick the drive
(no more windows detection)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Spark
post Oct 6 2006, 09:30 PM
Post #3


X-S Genius
****

Group: Members
Posts: 899
Joined: 20-June 04
From: Pyongyang
Member No.: 126368
Xbox Version: v1.1
360 version: none



Sounds like some nice work, but I'll probably just wait for the implemented fw from Gary.

Still, it's really appreciated. smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
sofa king dumb
post Oct 6 2006, 09:49 PM
Post #4


X-S Senior Member
**

Group: Members
Posts: 289
Joined: 9-April 06
From: delaware
Member No.: 278557
Xbox Version: unk
360 version: unknown



good job/thank you
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
DMAddict
post Oct 6 2006, 09:56 PM
Post #5


X-S Expert
***

Group: Members
Posts: 636
Joined: 23-June 06
From: Tetraspace
Member No.: 287290
Xbox Version: v1.0
360 version: v2 (zephyr)



QUOTE(Spark @ Oct 6 2006, 01:37 PM) *

Sounds like some nice work, but I'll probably just wait for the implemented fw from Gary.

Still, it's really appreciated. smile.gif



Ditto, and really lookin' forward to the new OPA release.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
conners
post Oct 6 2006, 10:11 PM
Post #6


X-S X-perience
**

Group: Members
Posts: 307
Joined: 5-February 04
Member No.: 97971
Xbox Version: unk
360 version: unknown





Think i`ll wait till the stealth from garyopa is released, dont fancy taking my xbox apart again, seeign as its working perfect at the moment.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jefferelli
post Oct 6 2006, 10:59 PM
Post #7


X-S Senior Member
**

Group: Members
Posts: 193
Joined: 17-May 04
Member No.: 120365



Nice Work !!!!
ph34r.gif ph34r.gif ph34r.gif ph34r.gif
Thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
mike69
post Oct 7 2006, 01:38 AM
Post #8


X-S Senior Member
**

Group: Members
Posts: 158
Joined: 29-April 04
Member No.: 117023



i bricked my drive using his prevouis release.... never run a restore.bat from opa while doing this..
is there no other way to recover from this???

This post has been edited by mike69: Oct 7 2006, 01:38 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
majik655
post Oct 7 2006, 01:47 AM
Post #9


X-S Freak
*****

Group: Members
Posts: 1370
Joined: 14-July 02
From: Portland, Oregon
Member No.: 1530
Xbox Version: v1.0
360 version: none



Do I have this right

Samsung - stealth media no stealth firmware

hitachi - stealth firmware no stealth media

This post has been edited by majik655: Oct 7 2006, 01:47 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cerealkillajme
post Oct 7 2006, 02:25 AM
Post #10


X-S Messiah
*******

Group: Head Moderator
Posts: 3239
Joined: 1-August 05
From: The Den
Member No.: 238013
Xbox Version: v1.6
360 version: v1 (xenon)



QUOTE(majik655 @ Oct 7 2006, 01:54 AM) *

Do I have this right

Samsung - stealth media no stealth firmware

hitachi - stealth firmware no stealth media


Correct wink.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fapais
post Oct 7 2006, 11:47 AM
Post #11


X-S Enthusiast


Group: Members
Posts: 27
Joined: 10-December 03
From: UK
Member No.: 80839
Xbox Version: unk
360 version: v1 (xenon)



this is the same stealth that comes with "Maximus-Garyopa Hitachi-LG Xtreme v2.2 Stealth 8in1" or a better one? if i update the firmware to the new maximus-garyopa i dont need patch this?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xlinkx
post Jan 13 2007, 10:27 AM
Post #12


X-S Member
*

Group: Members
Posts: 87
Joined: 14-December 03
Member No.: 81796



QUOTE(fapais @ Oct 7 2006, 11:54 AM) *

this is the same stealth that comes with "Maximus-Garyopa Hitachi-LG Xtreme v2.2 Stealth 8in1" or a better one? if i update the firmware to the new maximus-garyopa i dont need patch this?


I have the same question. Can someone help plzzz.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
sosotiit
post Jan 13 2007, 03:07 PM
Post #13


X-S Transcendental
**********

Group: Head Moderator
Posts: 6034
Joined: 19-December 04
From: Canada
Member No.: 177804
Xbox Version: v1.6
360 version: v3.0 (falcon)





In 2.2 and now in 2.3 this stealth is included if you used the Flash23S (as opposed to Flash23 that does not include stealth). Same for version 2.2.

rgds,soso
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 22nd November 2009 - 01:13 AM