Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README for ps5 porting tool #15

Open
wants to merge 4 commits into
base: bd-jb
Choose a base branch
from

Conversation

shyonae
Copy link

@shyonae shyonae commented Oct 16, 2023

No description provided.

5. Install gbd-tools either with `pip install gdb-tools` or `sudo apt-get install gdb` if the other command doesn't work.
6. Install yasm with `sudo apt install yasm`
7. Try and run the script with `python3 main.py symbols.json your.ps5.ip.address elf.loader.port`
1. If you already ran the command once, you'll have a `kernel-data.bin` file, use it like this to save some time: `python3 main.py symbols.json your.ps5.ip.address 9020 kernel-data.bin`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is misleading. You need to specify the argument at first invocation too, otherwise the tool won't save the kernel dump anywhere.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To extend on @sleirsgoevy comments I would recommend following a standard when documenting command line syntax as current examples make it hard to distinguish between fixed and placeholder values.

Recommended syntax: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/command-line-syntax-key

Example:
python3 main.py symbols.json <ps5_ip> <elf_loader_port>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am inexperience to ported it for 2.30. I wish to try it but I am not sure if I understand the instruction. And I hope that it will be ported to 2.30 someday. Keep up the good work.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These instructions apply to 3xx-4xx. There's no difference. Unless you can be more specific about your issue.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am aware that these instruction apply to 3xx-4xx. What can I do to ported it to 2.30 to playing FPKG enabler ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello. Is there a way you can do it so that I can test it on my 2.30 and report back to you ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you help ? If you have 2.30.. Can you send it to me so I can report back to you to see my backup games worked with it ? I mean for PS4 backup games and perhaps PS5 backup games ? Thanks.

@Goon3r Goon3r mentioned this pull request Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants