PS3 Homebrew FTP Server - 改機

Rachel avatar
By Rachel
at 2010-09-08T08:47

Table of Contents

http://www.ps3hax.net/2010/09/ps3-ftp-server-homebrew-application-2/

PS3 JB後能跑的第二支程式(第一支當然是萬惡的BackupManager)

With the start of the real PS3 Scene, people sharing what they have
– I decided to code up this little, horribly buggy app.
PS3 自制程式的戲碼上演後,大家就開始分享手中的好康了,我也決定把我這支
還有些 bug的程式編起來分享。

It is an FTP Server for the PS3, with it, on a retail with your
choice of "hack" to enable unsigned code it allows:
這是一個在 PS3上面執行的 FTP伺服器,當然在零售版本的主機上要先「破解」
後才能執行,功能有:

Full Read/Write access to all of "dev_hdd0" (including save areas,
games, VM etc)
完整存取「dev_hdd0」的權限(包含存檔資料、遊戲安裝資料、虛擬機器等)

Full Read/Write access to "dev_flash2" and "dev_flash3"
完整存取「dev_flash2」與「dev_flash3」的權限(抱歉這兩個我不知道是啥)

Full Read/Write access to connected usb devices
完整存取外接式 USB裝置的權限(應該限定是大容量儲存裝置)

Full Read access to "dev_flash"
有讀取「dev_flash」 的權限(我不知道這個區塊的功能)

Full Read access to "dev_bdvd"
有讀取「dev_bdvd」的權限(當然就是藍光光碟機囉!)


To use:
用法:

Connect with your choice of FTP client – Prefered is the old "ftp"
from the command line, however Filezilla seems to work, allowing
only one connection, and disabling PASV support.
使用 FTP客戶端連線(IP就是主機的IP,建議使用區網模式),推薦使用老舊的
ftp指令程式(Windows上是ftp.exe),但FileZilla 似乎也可以順利執行。只
允許一個連線(所以那種一邊下載還可以一邊瀏覽的 FTP程式不行),而且不要
使用PASV(被動連線)模式。

Furthermore, the Server does not support some commands (like rename,
of all things!) so make sure what you do counts!
另外,這個伺服器有些指令不支援(例如rename),所以最好先確定你自己在幹
麼!

Use the IP shown on the screen – make sure to have your net connection
up and running before hand (wired is so much faster)
用主機顯示的IP位址連線,在連線之前請先確定所有網路相關的設定都正常(有
線網路比無線網路快多了)

Connect to that IP, port 21, use the username: FTPD12345, and
whatever password you like. I could have removed the username check in
the library, but I'm lazy!
連入那個IP,連接埠21(標準的 FTP連接埠),使用者帳號:FTPD12345 ,密碼
隨便亂打。雖然我在寫的時候也可以弄成預設沒有使用者帳號,但我懶嘛!

Be careful, some of the flash contents ARE writable , nobody is
responsible for what you do to your PS3 but you!
自己注意,有些快閃記憶體的區塊是「可以」寫入的,因此亂搞的話,個人造業
個人擔。

Limitations:
限制:

Can not write to dev_flash
無法寫入dev_flash區塊

Can not rename files
無法改變檔名

Buggy as hell (randomly crashes, blame Sony!)
有 bug(隨時可能會當機,攏是$QNY的錯,不干 I的事)

Files > 4GB increments show as the difference, for example a 6GB
file shows as "2gb", or a 11gb file shows as 3gb – It will
download, well past 100% , just let it keep going!
有 4GB顯示的 bug,最大的檔案大小是 4GB,超過 4GB會overflow(這顯然是開
發者的 library沒更新),例如 6GB會顯示 6-4 = 2GB、11GB會顯示11-2*4 = 3
GB,但不用理他,還是可以正常下載。

Finally, this app was coded quickly, by someone who can't code for the
life of him. It mostly uses provided API's, and the GUI is based off
of a sample – but, it gets the job done.
總之,這支程式是急就章生出來的,而且作者不可能花一輩子來寫這支程式。雖
然只用了大部分已經公開的 API,使用者介面也很陽春,但該有的功能都有。

Furthermore a tiny, tiny, super tiny bit of editing was done to the
library to allow full access to the entire system, and the hack
enabled the rest!
這支小到不行的程式是利用允許存取系統的資料庫程式完成的,所以程式本身的
功能是正常的,執行前要做的,就是JB了。

--

____ _ _ _ _ ____ _ _ ____ _____ ____
(_ _)( \( )( \/ )( ___)( \( )(_ _)( _ )( _ \
_)(_ ) ( \ / )__) ) ( )( )(_)( ) /
(____)(_)\_) \/ (____)(_)\_) (__) (_____)(_)\_)


--
Tags: 改機

All Comments

Margaret avatar
By Margaret
at 2010-09-10T17:37
有趣了....修改紀錄檔看來有望.....LOL
Daph Bay avatar
By Daph Bay
at 2010-09-13T02:06
貌似不錯 不過正在為了PSN ID會被BAN發愁 囧
Eden avatar
By Eden
at 2010-09-15T22:01
確定會被ban了嗎
Sarah avatar
By Sarah
at 2010-09-20T11:57
PS3紀錄檔有加密說,應該不是這麼容易改的
Gary avatar
By Gary
at 2010-09-23T22:57
改記錄檔能出的話早就出了吧,不用等到 JB
Puput avatar
By Puput
at 2010-09-24T14:35
每款遊戲的紀錄加密模式都可以改,就跟PSP一樣...
Hedwig avatar
By Hedwig
at 2010-09-26T14:25
不管怎麼說,看到這新聞真的是讓人非常高興!!
Queena avatar
By Queena
at 2010-09-29T21:19
dev_hdd0 <-如果是用JB備份的遊戲資料會在這嗎?@_o
Jack avatar
By Jack
at 2010-09-30T18:03
應該就在那邊沒錯
Agnes avatar
By Agnes
at 2010-10-05T11:03
備份的遊戲不知道還是不是加密的狀態
Bethany avatar
By Bethany
at 2010-10-08T03:12
to ninj: 前幾天有看到新聞,說是確定會被ban。
Frederic avatar
By Frederic
at 2010-10-12T19:14
會出現以前沒看過的代碼,然後就被鎖MAC了。
Una avatar
By Una
at 2010-10-16T21:53
BM的GameID有人修改成MW2的ID,這樣也許可以騙過伺服器
Christine avatar
By Christine
at 2010-10-19T10:17
要改機就要有覺悟,改了就不要一直想著線上這塊了...
Freda avatar
By Freda
at 2010-10-21T02:20
推樓上 連線品質 PS3真是慘不忍睹 用360連線後 PSN根本是X
Edwina avatar
By Edwina
at 2010-10-22T00:42
如果可以備份獎杯和記錄的話,管線上去死
Vanessa avatar
By Vanessa
at 2010-10-23T23:22
被ban的話我那些下載的遊戲不就都掰了XDD
Kelly avatar
By Kelly
at 2010-10-25T18:13
說到下載的遊戲,加上PS3的FTP Server...這兩者結合會
發生甚麼事呢!?

記憶卡的選擇

Andrew avatar
By Andrew
at 2010-09-07T22:59
在各位版大的推薦下 剛剛終於跑去衝了SONY Memory Stick PRO Duo Mark2 8G卡 售價還可以接受900初頭而已 不過拿回家測試之後去跑了USB接讀卡機跟PSP 數值好像都不太理想說 寫入大概也才7M多 可是使用blackSPEEDV2這個程式在PSP內測試的時候居然讀寫都 ...

肥P版本請教

Ursula avatar
By Ursula
at 2010-09-07T22:56
※ 引述《saylee (睿)》之銘言: : 我朋友手邊有台肥P,但是是從別人那兒接手過來的 : 系統版本是 2.71 ,和現今的 5.50 Gen-D3 相差甚遠 : ↑這是我自己PSP2007的版本 : 1.那往前 / 搜尋了一下,我如果想升到目前的 ...

肥P版本請教

Quanna avatar
By Quanna
at 2010-09-07T20:57
我朋友手邊有台肥P,但是是從別人那兒接手過來的 系統版本是 2.71 ,和現今的 5.50 Gen-D3 相差甚遠 ↑這是我自己PSP2007的版本 1.那往前 / 搜尋了一下,我如果想升到目前的版本的話 是否要按照 2.71 → 升到 2. ...

PALforpsp檔案不知道要放哪 求救

Rae avatar
By Rae
at 2010-09-07T17:25
在網上找到人家用好的仙劍_forpsp的壓縮檔 下載使用說明說:解壓縮完將and#34;GAME150and#34;裡面的2個檔案放在相對應的位置 可是他的檔案命名整個看不懂啊~and#34;~ 希望大大們幫忙解答一下 解完壓縮之後的兩個資料夾 分別是要放在psp目錄下的哪個位置 ...

暫時略過3.42版韌體更新的辦法

Suhail Hany avatar
By Suhail Hany
at 2010-09-07T12:50
今日發布的3.42版韌體相較於3.41版,除了讓韌體數字變大之外,完全沒有新增 任何功能,而且還補了PSGroove所使用的漏洞。國外論談上面譏笑說這跟3.15升 級3.21那次一樣,升級以後功能還變少,根本就是降級。 雖然不更新不給連線 PSN,但目前經過測試回報,還是可以使用代理伺服器的方 式連線(使用 ...