- 精华
- 0
- 帖子
- 371
- 威望
- 0 点
- 积分
- 513 点
- 种子
- 5 点
- 注册时间
- 2004-10-21
- 最后登录
- 2023-10-10
|
楼主 |
发表于 2011-6-22 14:32 · 美国
|
显示全部楼层
本版本和工具的推出可以说是意义重大,利用ps3mca-tool将可以用PC来完整的读写PS2记忆卡。这一点可以说是比支持PS2 1000型和支持多区域还要大的进展。
作者说他会用休闲时间来调整旧的FMCB安装程序来支持新的FMCB,以下是作者原文。
(PS)他说用PC装会比较慢,因为PS2记忆卡本来就是很慢的东西,在加上PC要通过驱动去做很多的位对位的读写,所以速度变慢了。他还贴出来ps3mca-tool所支持的指令。
jimmikaelkael:
OK, I will, on my free time adjust the old FMCB installer in order to use the new region free loader.
For those complaining about the slow speed: yes it is slow. Keep in mind the PS2 MC is already a slow device by its nature, to this add the fact I'm doing a lot of byte to byte ops (to handle Little-Endian and Big-Endian machines, while we don't have to bother with this with a real PS2 that is LE), and also the fact I'm using libusb (it makes a lot of abstractions to allow to code usb drivers directly from userspace, and not kernelspace so at the end it's slower) to have a unified driver on both Unix/Windows Oses.
EDIT:
Thank you l_oliveira for pointing out the tool can be used for a few basic mc ops, here's the list of commands handled by the binary:
Code:
PS3MCA-TOOL v1.3
Copyright (C) 2011 - jimmikaelkael & 'someone who wants to stay anonymous'
Usage:
./src/ps3mca-tool <command> [<arguments>]
Available commands:
--mc-info, -i
--mc-free, -f
--mc-image, -img <output filepath>
--mc-unformat
--mc-format
--list, -ls <mc path>
--extract-file, -x <mc filepath> <output filepath>
--inject-file, -in <input filepath> <mc filepath>
--make-directory, -mkdir <mc path>
--remove-directory, -rmdir <mc path>
--remove, -rm <mc filepath>
--file-crosslink, -cl <real mc filepath> <dummy mc filepath>
--content-key, -ck <disk kelf filepath>
--sign-kelf, -k <disk kelf filepath> <card kelf filepath> |
|