A9VG电玩部落论坛

 找回密码
 注册
搜索
楼主: jhkd

[新闻] [讨论]为了360能破解 Free60建议不要进行夏季升级

[复制链接]

精华
0
帖子
32193
威望
0 点
积分
36287 点
种子
1294 点
注册时间
2009-7-12
最后登录
2023-11-23
发表于 2009-8-12 19:17  ·  北京 | 显示全部楼层
自制系统  免费战网  直接运行iso 直接下载看rmvb 。。。对不起我幻想了  无视掉吧

圣骑士

阿部秒杀特种部队

精华
0
帖子
4895
威望
0 点
积分
4748 点
种子
0 点
注册时间
2009-1-13
最后登录
2019-12-8
发表于 2009-8-12 19:19  ·  北京 | 显示全部楼层
他们会有补救办法的....

精华
0
帖子
2449
威望
0 点
积分
2553 点
种子
13 点
注册时间
2006-2-4
最后登录
2025-7-4
发表于 2009-8-12 19:20  ·  福建 | 显示全部楼层
为了一个不知道什么时候才能出的东西。以后的新游戏都不玩了?。。。

精华
0
帖子
304
威望
0 点
积分
350 点
种子
13 点
注册时间
2007-10-25
最后登录
2023-8-6
发表于 2009-8-12 19:30  ·  江苏 | 显示全部楼层
组织快放出破解程序吧

终结者

王元姬我的嫁!!!

精华
0
帖子
6099
威望
0 点
积分
8094 点
种子
2 点
注册时间
2005-7-17
最后登录
2019-1-5
发表于 2009-8-12 19:45  ·  香港 | 显示全部楼层
我已經升级了.....
该用户已被禁言

精华
0
帖子
810
威望
0 点
积分
638 点
种子
0 点
注册时间
2008-2-12
最后登录
2019-12-11
发表于 2009-8-12 19:57  ·  辽宁 | 显示全部楼层
哈哈我不急升级,先去玩WII娘 等一个月后升级

精华
0
帖子
1836
威望
0 点
积分
1884 点
种子
7 点
注册时间
2003-12-11
最后登录
2024-3-27
发表于 2009-8-12 19:58  ·  广东 | 显示全部楼层
日哦。我升级了。。。。。。。。

精华
0
帖子
501
威望
0 点
积分
598 点
种子
0 点
注册时间
2009-5-14
最后登录
2009-12-9
发表于 2009-8-12 20:03  ·  上海 | 显示全部楼层
已经升级了,我觉得升级不是什么坏事..
该用户已被禁言

精华
0
帖子
6424
威望
0 点
积分
5779 点
种子
5 点
注册时间
2008-8-29
最后登录
2023-10-18
 楼主| 发表于 2009-8-12 20:20  ·  浙江 | 显示全部楼层
这个消息我也是晚了才看的,就11号那天官方申明过,一直没留意,
05年Free60小组就开搞系统,到现在09年还没弄好。。。。。。没有效率啊,
先前本来(UBI的游戏..金刚) 有漏洞的,可以安装Linux系统..  直到后面那黑客居然抖出漏洞至微软邮件,
秋更那会微软一个补丁就搞定了,这次微软有开补, 祝福Free60早日破解,


以下是07黑客破解的过程和视频..非常复杂
该用户已被禁言

精华
0
帖子
6424
威望
0 点
积分
5779 点
种子
5 点
注册时间
2008-8-29
最后登录
2023-10-18
 楼主| 发表于 2009-8-12 20:21  ·  浙江 | 显示全部楼层
Xbox360 之前两个核心版本的漏洞已经可以运行 Linux。


Here is a crappy help to boot linux on the 360.

First, you need :

- 360 xbox with an exploitable kernel (4532 or 4548).
- Dvd drive flashed with xtreme firmware.
- Serial adapter (http://mydedibox.homelinux.com/1.jpg)[/COLOR].
- King kong patched.
- Xell loader (thanks tmbinc).
- A powerpc toolchain (http://kegel.com/crosstool/[/COLOR])

- Install NFS server on your linux box, and make a share available for the 360 linux kernel to load the filesystem (eg. /tftpboot/x360). You also need portmap installed.
For help if needed :
http://tldp.org/HOWTO/NFS-HOWTO/server.html[/COLOR]
http://www.google.fr/search?hl=fr&q=...e+Google&meta=[/COLOR]

- Now we need to make the filesystem, i choose ubuntu 6.10 powerpc64 livecd iso (ubuntu-6.10-desktop-powerpc.iso), mount it, install squashfs-tools then extract the compressed livecd content :

ninux$ sudo mount -t squashfs -o loop,ro ubuntu-livecd/casper/filesystem.squashfs mnt/
ninux$ cp -a mnt/. /tftpboot/x360


Note that there isnt enough device copied from the ubuntu compressed file system to our nfs root file system to boot correctly. Copy your current "/dev" folder to the nfs share :

ninux$ cp -a /dev/. /tftpboot/x360/dev"


- Edit the .config file from tmbinc (http://mydedibox.homelinux.com/downloads/x360/.config[/COLOR]) so the kernel find the filesystem on your computer ip : "root=/dev/sdb1 ip=10.0.0.204 video=xenonfb console=tty0 nfsroot=10.0.0.1:/tftpboot/x360"

- Recompile the kernel (of course with the xenon patch applied) :

ninux$ alias smake='make ARCH=powerpc CROSS_COMPILE=powerpc64-unknown-linux-gnu-'
ninux$ smake


- Now upload the Xell loader via serial to boot your newly kernel (either by tftp or cdrom, i prefere tftp), it should load the filesystem from your NFS server. You can then chroot an usb disk from there so you dont need the NFS server anymore (a lot tricky).

- I had a probleme with the password from the livecd to pass the prompt so i added the option "single" to the kernel config line ("root=/dev/sdb1 ip=10.0.0.204 video=xenonfb console=tty0 nfsroot=10.0.0.1:/tftpboot/x360 single") so i can change the root passwd then removed this option.

Now i should look to make an initrd so my usb disk will be available when the kernel is booting. It would prevent all this tricks.


Edit : You can also install linux on your 360 hard drive, so you dont need the nfs part anymore. Note that its not sure that you will be able to use it again after format it to a linux filesystem.
Anyway if you want so, mount the "filesystem.squashfs" file under your nfs share ("/tftpboot/x360/mnt/fs" for exemple) so it is available under your 360 linux box.
When logged on the 360, use cfdisk for exemple to make a partition on your 360 hdd (/dev/sda), format it with mkfs.ext3.
Mount it (mount /dev/sda1 /temp) then copy the filesystem on it ("cp -a /mnt/fs/. /temp).
Now recompile your kernel with this option : "root=/dev/sda1 video=xenonfb console=tty0". You now have linux installed on your hdd !
Finnish the work .. (edit /etc/fstab, /etc/hosts, /etc/network/interfaces etc ...).


大体的意思是要一台未更新的带有4532 or 4548漏洞的机器,金刚游戏盘一张,然后用串行线联通XBOX和PC,然后用Ubuntu Live CD启动linux

作后贴上视频地址:http://www.***.com/p.swf?video_i...mK5jZW6kt3lvIQ[/COLOR]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|A9VG电玩部落 川公网安备 51019002005286号

GMT+8, 2025-10-15 01:08 , Processed in 0.205015 second(s), 18 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

返回顶部