XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
June 19, 2013, 04:43:50 PM


Login with username, password and session length


Pages: 1
  Print  
Author Topic: Schtrom360Xtract V1.0 to extract XBox360 images in one step  (Read 7986 times)
Schtrom
Master Hacker
****
Posts: 155


View Profile
« on: July 31, 2006, 03:08:50 PM »


-------------------------------------------------------------------------------------------------------
Schtrom360Xtract V1.0 for TSSTcorp DVD-ROM TS-H943A XBox360 drive
-------------------------------------------------------------------------------------------------------
Schtrom360Xtract is used to backup XBox360 game discs in one step.


Features/Functions
---------------------------
- enumerates XBox360 TSSTcorp DVD-ROM TS-H943A drive letter
- creates the CloneCD image desciptor file IMAGE.dvd for the layer break
- creates blank360.iso
- extracts security sector (ss.bin)
- makes game data visible
- extracts dvd sectors (game.iso)
- merges blank360.iso, ss.bin and game.iso to the CloneCD image file IMAGE.000


Technical Details
---------------------------
Make sure your drive is in xtreme0800 mode, otherwise there's no drive
letter available and Windows XP can't see the drive. This program is written
for Windows XP SP2 and I think it's the only platform it will run on at the
moment, but with the source included you hopefully can port it easily.


Additional Steps
---------------------------
To burn the image do the following:
- set the booktype of your burner from DVD+R DL to DVD-ROM
- start CloneCD
- insert DVD+R Double Layer disc
- choose image.dvd file
- burn at 2.4x speed


Source Code
---------------------------
The NTDDK is not needed to compile the soure code. I copied the necessary
typedefs and defines in my own header file. The source code is included,
but be aware, I'm not a master of C, C++ nor MFC! I'm a bloody noob when
it comes to programming. After self-studying and reading the threads of
Xboxhacker.net I am now really an expert at cut and paste code! Report
any bugs in the Xboxhacker.net forums or fix the error and compile a new
version of the extractor.


Special Thanks
---------------------------
Special Thanks go out to all members of Xboxhacker.net for their hard and
dedicated work on XBox360 reversing. Without them this would not have been
possible!


Kai Schtrom


Download link:
http://rapidshare.de/files/27705613/Schtrom360XtractV1.0.exe.html

Logged

Wanna do real programming? Try MASM!
wateva
Hacker
***
Posts: 72



View Profile
« Reply #1 on: July 31, 2006, 03:11:34 PM »

ty for this.. it will speed up things here. Smiley
Logged
SFW
Newbie
*
Posts: 9


View Profile
« Reply #2 on: July 31, 2006, 03:30:21 PM »

thxs m8 and welcome .
Logged
ernie3000
Newbie
*
Posts: 7


View Profile
« Reply #3 on: August 01, 2006, 01:16:02 AM »

Nice Work.

How about supporting the hacked SH-D162C in the next version ?
Logged
stavros13
Newbie
*
Posts: 5


View Profile
« Reply #4 on: August 01, 2006, 01:41:46 AM »

Good Job!!!!
Logged
MODFREAKz
Master Hacker
****
Posts: 440



View Profile
« Reply #5 on: August 01, 2006, 02:32:47 AM »

Very nice prog! continue!  Wink
Logged

mosdef
Newbie
*
Posts: 3


View Profile
« Reply #6 on: August 01, 2006, 03:47:09 AM »

Nice work!!!!
Works a treat!!! just tried it with connectivity kit & burnt perfect.
Keep up the fantastic work

Thanks heaps Schtrom
Logged
syd41
Hacker
***
Posts: 83


View Profile
« Reply #7 on: August 01, 2006, 04:47:31 AM »

edit: sorry, ignore following. missed ernie3000's message above


Nice work.  Smiley

I think the next logical step for you would be to adapt your prog to also work with the SH-D162C once kreon gets his firmware completed. I think most of the interface to kreon's fw is in place so you could probably get it pretty close to right even now.

Just a thought...
« Last Edit: August 01, 2006, 04:50:49 AM by syd41 » Logged
sTix
Hacker
***
Posts: 60


View Profile
« Reply #8 on: August 01, 2006, 06:39:04 AM »

edit: sorry, ignore following. missed ernie3000's message above


Nice work.  Smiley

I think the next logical step for you would be to adapt your prog to also work with the SH-D162C once kreon gets his firmware completed. I think most of the interface to kreon's fw is in place so you could probably get it pretty close to right even now.

Just a thought...

Agreed - that would be sweet.  360 can stay in the lounge then.  Grin
Logged
S3v3n11
Member
**
Posts: 12


View Profile
« Reply #9 on: August 01, 2006, 10:54:39 AM »

edit: sorry, ignore following. missed ernie3000's message above


Nice work.  Smiley

I think the next logical step for you would be to adapt your prog to also work with the SH-D162C once kreon gets his firmware completed. I think most of the interface to kreon's fw is in place so you could probably get it pretty close to right even now.

Just a thought...

That would be very sweet!!
Logged
drummerboy13
Member
**
Posts: 28


View Profile
« Reply #10 on: August 01, 2006, 10:45:42 PM »

Has anyone had problems with this program?  Cause I have...
Logged
Godl1ke
Member
**
Posts: 22



View Profile WWW
« Reply #11 on: August 03, 2006, 08:57:13 PM »

Hey I am trying to rip a 360 game with this... it works fine (no errors or anything)
but when I try and burn with DVD Decrypter I get an error saying its an unsuported format.
using a tutorial to burn using DVD Decrypter it says it will give this message if you dumped it bad...
I dont want to destroy another expensive DL disk with this...
I have not got a working backup yet no matter what I do Sad
Please help if you can! Cheesy
Logged
blackpanther
Newbie
*
Posts: 1


View Profile
« Reply #12 on: August 04, 2006, 12:29:42 AM »

Nice work for a c++ N00B j/k.. i have noticed a few minor errors in the code.. I'm in the process of making it a little more object oriented and a little less c'ish.. sorry most of the ddk examples are pretty much c.

the biggest error that i found so far was in the drive detection routine where on my system if i had a cd/dvd in one of my drives the CreateFile function fails with sharing violation

the following code needs to be changed if you are getting these types of errors
"
Function: MyGetCDROMType
Sub Function: CreateFile
Return Code: 1
The process cannot access the file because it is being used by another process.
"
*edit* the following code is in the MyGetXbox360CDROM function */edit*
Code:
hDevice = CreateFile(szUncPath,
GENERIC_READ | GENERIC_WRITE,
0,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL,
NULL);

needs to be changed to

Code:
hDevice = CreateFile(szUncPath,
GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_DELETE|FILE_SHARE_WRITE|FILE_SHARE_READ,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL,
NULL);

Schtrom just an fyi when opening a device you want to open it allowing sharing unless you truely need exclusive access to it..
« Last Edit: August 04, 2006, 01:02:09 AM by blackpanther » Logged
Modchipmaster
Member
**
Posts: 47


View Profile
« Reply #13 on: August 04, 2006, 01:20:28 AM »

I`ve just testet the programm, but is goes up to 3 hours, till the game was on my pc.

3 hours! Is it normal?

Michael www.modchipmaster.de
Logged

Motherboard: ASRock K7VT4A-Pro
Brenner: Pioneer A109
booshaka
Newbie
*
Posts: 3


View Profile
« Reply #14 on: August 05, 2006, 01:55:37 AM »

Quote
Works a treat!!! just tried it with connectivity kit & burnt perfect.
Keep up the fantastic work

I'm using the xeno connectivity kit/power debug adapter and I cant get pass  3% to 8% before it freezes. A lot of ppl on xbox-scene are having the same problem.

I'm just not sure why its not working.... is it because it  might be the debug mode? This is a little off topic but is debug mode on when the light is green or red?
Logged
booshaka
Newbie
*
Posts: 3


View Profile
« Reply #15 on: August 07, 2006, 12:43:10 PM »

I finally got this thing to work for me... well it got to 100% and said the image is  ready to burnt usiing clone CD....

Only problem is my Image file it created is only 4,494,854 KB (under 5 gigs!)

Is this normal for this program... I'm almost positive i;ll get another damn coaster if I burn  this file.
Logged
SniperKil
Hacker
***
Posts: 71


View Profile
« Reply #16 on: August 07, 2006, 12:59:35 PM »

hopefully you can add the new features of the samsung v3 firmware Smiley
Logged
Modchipmaster
Member
**
Posts: 47


View Profile
« Reply #17 on: August 08, 2006, 03:19:21 PM »

Quote
Works a treat!!! just tried it with connectivity kit & burnt perfect.
Keep up the fantastic work

I'm using the xeno connectivity kit/power debug adapter and I cant get pass  3% to 8% before it freezes. A lot of ppl on xbox-scene are having the same problem.

I'm just not sure why its not working.... is it because it  might be the debug mode? This is a little off topic but is debug mode on when the light is green or red?

Because you`re all understood NOTHING.

Extracting the Games is only possible with the TS Samsung 360 drive. You cannot get it into Mode B. Only Hitachi. To flash it under Windows.
The Samsung must be flashed with 0800 FW or xtreme 2.0
With xtreme 2.0 you have to boot the Enable0800

Michael   www.modchipmaster.de




« Last Edit: August 08, 2006, 03:21:20 PM by Modchipmaster » Logged

Motherboard: ASRock K7VT4A-Pro
Brenner: Pioneer A109
booshaka
Newbie
*
Posts: 3


View Profile
« Reply #18 on: August 09, 2006, 07:57:15 PM »

ok I understand about the debug mode or mode b being used for the hitachi, no need to be hostile.... I am using the correct drive and model (sammy), but I wasn't sure if having the red - for mode b or green for normal had any effect on the sammy drive (btw has 0800 FW) or this program.... I finally got this program to get to 100% and it told me it was ready to burn w/clone cd. however, the file size is 4,494,854 KB.... which is doesn't seem remotely correct... My other  20 or so games I used ISObuster  or wxripper all have the file size 7,395,392.

I'm using the correct Samsung Drive and model along w/0800 FW, but this file size seems wrong. So oh  great modchip master since you know all ;-) why is file size different then the extreme ones? and better yet, should it be?



Logged
Pages: 1
  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