يعد عمل نسخ احتياطية لألعاب PS5 أمرًا صعبًا بشكل مدهش بالنسبة لمشهد القرصنة على PS5، حيث تفتقد العديد من الألعاب الملفات وعمليات تفريغ البيانات غير مكتملة عادةً. في حين أنه يمكن حل معظم المشكلات يدويًا، يهدف إصدار ps5-game-file-dumper اليوم إلى زيادة أتمتة العملية. والجدير بالذكر أن الإصدار يأتي مع برنامج تعليمي خطوة بخطوة حول كيفية تفريغ الألعاب.
ما هو ملف تفريغ لعبة ps5؟
ps5-game-file-dymper هي أداة مساعدة بلغة Python من Geronte (nomad) تساعد في التقاط ألعاب PS5 ونسخها احتياطيًا. ستحتاج بالتأكيد إلى جهاز PS5 مخترق لتفريغ الملفات (وتشغيل النسخ الاحتياطية المعنية).
يذهب الائتمان أيضًا إلى EchoStretch لهذا التطبيق
كيفية استخدام لعبة تفريغ ملفات ps5
من القراءة:
### Steps for dumping game files
At This time it seems digital games and some physical games will work
**NOTE** PS5 SELF Dumper will only work on 4.03/4.50/4.51
1) Dump Game ( Opened Game ) /mnt/sandbox/pfsmnt
https://github.com/logic-68/pfsmnt-dumper
2) Dump Game Files (copy folder content (files and folders))
/system_data/priv/appmeta/PPSAXXXXX/ -->> PPSAXXXXX-app0\sce_sys\
3) Dump Game Files (copy folder content)
/user/appmeta/PPSAXXXXX -->> PPSAXXXXX-app0\sce_sys
4) Open npbind.dat to see uds and trophy folder 000000080->04->0F
5) uds00.ucp ( named uds.ucp )
/user/np_uds/nobackup/conf/NPWRXXXXX_00/uds.ucp -->>PPSAXXXXX-app0\sce_sys\uds\uds00.ucp
6) trophy00.ucp (named TROPHY.UCP )
/user/trophy2/nobackup/conf/NPWRXXXXX_00/TROPHY.UCP -->>PPSAXXXXX-app0\sce_sys\trophy2\trophy00.ucp
7) Decrypt self files with sleirs ps5-self-dumper then copy files to game dir
https://github.com/sleirsgoevy/ps4jb-payloads/tree/bd-jb/ps5-self-dumper
1) Download socat
https://github.com/tech128/socat-1.7.3.0-windows
2) Place ps5-self-dumper payload in socat folder
https://www.sendspace.com/file/k87zug
3) Open PS5 browser to Specter host
4) Open windows cmd in socat folder and type both commands
socat -u FILE:dumpgame.bin TCP:<ps5 ip>:9020
socat -u -d -d -d TCP:<ps5 ip>:9023,reuseaddr OPEN:game.tar,creat
5) Open game.tar and copy/replace files in PPSAXXXXX-app0
تحميل لعبة ps5-file-dumper
أنت تستطيع قم بتنزيل التطبيق عبر github repo الخاص به.
طلب:
python3 dumper.py <ps5 ip> <ftp port> <PPSA title_id>فإنه سيتم انتزاع كافة الملفات المطلوبة من بروتوكول نقل الملفات بما في ذلك ملفات NPWR. يتم وضعها في دليل البرامج النصية في مجلد يسمى مقالب.
مثال: التطبيق
python3 dumper.py 192.168.1.92 1337 PPSA02739
المصدر: عبر امتداد الصدى