XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 02, 2010, 10:29:24 PM


Login with username, password and session length


Pages: 1
  Print  
Author Topic: Linux / OSX Hdd Explorer 0.01  (Read 2743 times)
slasherking823
Master Hacker
****
Posts: 209


View Profile
« on: December 08, 2009, 12:52:07 AM »

First of all i will just say if you don't know how to run an app as root you should not use this.
You will need some basic Linux knowledge if you don't want to fail.

Alright, to the app:

Please back up your hd with dd
Supports all fatx functions
20gb xbox 360 drives only for now
Uses the mono framework; on debian/ubuntu run
Code:
sudo apt-get install mono
Things are beta, don't expect everything to work beautifully. Encountering a corrupted file in a delete/extract usually is disastrous since my program assumes that the fat is right and limitless.
Injection/new folder better not be done when there are no open dirents(assumes directories are 1 block) or when the disk is out of space(assumes fat has space)
You will need to chown extracted files because the app runs as root
You will need to run this app as root
Please don't decompile as i didn't protect it.
EDIT: and oh yea, it doesent care about filetimes/dates/whatever so sorry if that glitches the 360

That being said...

Commands(except cd/del) are entered as the letter that represents them and no arguments because i was lazy



EDIT: oh and yea, i apologize for any bad programming/report bugs in this thread, and linux/osx conresigner is near

EDIT2: oh, and with some systems you will need to load the exe with the command mono(
Code:
mono /path/to/fatx.exe
)


UPDATE:
http://upload.info/jz5m861jglmb/Release_fatx_120909.tar.gz
update + rename support

UPDATE2:
ConSigner
http://upload.info/0ep0sqw6tw84/Release_ConSign_120909.tar.gz
based off the hybrid resigner source
same thing, use mono
oh and yea, this hasnt been tested, and you will need to cd into its directory before running in order for it to find the keyvault








« Last Edit: December 10, 2009, 01:29:57 AM by slasherking823 » Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
duggyuk
Master Hacker
****
Posts: 240


View Profile
« Reply #1 on: December 08, 2009, 04:12:23 AM »

thanks for this, all linux apps appreciated!
Logged
iLLNESS
Master Hacker
****
Posts: 271


View Profile
« Reply #2 on: December 09, 2009, 02:17:02 PM »

AWESOME MAN!!

been looking for something like this.
Logged
slasherking823
Master Hacker
****
Posts: 209


View Profile
« Reply #3 on: December 09, 2009, 07:16:35 PM »

thanks, i will add rename support when I get the time
EDIT: rofl this headlined on xbox scene
« Last Edit: December 09, 2009, 09:42:30 PM by slasherking823 » Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
Tatsh
Newbie
*
Posts: 2


View Profile
« Reply #4 on: February 03, 2010, 10:20:50 PM »

hate to resurrect old threads but can someone mirror those tars if they have them?
Logged
slasherking823
Master Hacker
****
Posts: 209


View Profile
« Reply #5 on: February 03, 2010, 10:47:32 PM »

i will
give me a bit

EDIT:

source, binaries
http://www.megaupload.com/?d=Q2177EX3

yea, i know, the coding is horrible and not commented, but most of it is self-explanatory
built with monodevelop(uses vs project format)

EDIT2: and furthermore, what needs to be done:
1. Multi cluster directories
2. Fix the issue with either extract or inject that causes 1 cluster to be lost/added (i cant remember, was a while ago I did this, i lost interest by the time I noticed the bug)
3. Different Hdd sizes(maybee an autodetect)

I could do all of that, but really, but I dont want to spend time on an almost worthless project

EDIT3: con resigner
if its really wanted, I will post
« Last Edit: February 03, 2010, 10:59:16 PM by slasherking823 » Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
Tatsh
Newbie
*
Posts: 2


View Profile
« Reply #6 on: February 04, 2010, 11:37:25 AM »

Yes, anything related to Linux. I hate that most of this stuff on Windows and it seems I cannot find sources either.

With this code, and the fatx code in the Xbox/Xbox360 kernels (such as the patch), I'd like to build a native Linux file system driver that does exactly the same as Xplorer360 for extraction and injection. Support for 250 GB is a must for me. Gotta do more research there. Is the source to xplorer360 unavailable?
Logged
Coniger12
Master Hacker
****
Posts: 124


View Profile
« Reply #7 on: February 04, 2010, 12:02:23 PM »

You'd have to hunt down TheSpecialist for his code, which is based off of xboxdumper (iirc).

There are a few threads here that point to kernel modules and whatnot. Spend 15 minutes with the search bar.
Logged

I like being the only person to rip from Lite-Ons using uxrip360.
slasherking823
Master Hacker
****
Posts: 209


View Profile
« Reply #8 on: February 04, 2010, 11:19:49 PM »

Yes, anything related to Linux. I hate that most of this stuff on Windows and it seems I cannot find sources either.

With this code, and the fatx code in the Xbox/Xbox360 kernels (such as the patch), I'd like to build a native Linux file system driver that does exactly the same as Xplorer360 for extraction and injection. Support for 250 GB is a must for me. Gotta do more research there. Is the source to xplorer360 unavailable?

xbox1 fatx is almost identical except for endianess
modifying the kernel drivers from xbox linux probably wouldn't be extremely hard

at the same time lefluffie(more specifically x360.dll) has some nicer to look at code than mine

EDIT: unfortunately, i cant find it

theres also a linux fuse driver for the 360 that I have yet to try

EDIT2: http://code.google.com/p/x360/ ; found it
« Last Edit: February 04, 2010, 11:26:09 PM by slasherking823 » Logged

If that gamerscore or tenth prestige is so important to you that you absolutely need a pointless number - get it legit
If you are just trying to show off - throw a party(real party, not nerd party, some of you would miss that point)
If you like to be a fagot and go by "Jtags are for Mw2" - GTFO
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