Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bucanero/pfd_sfo_tools
flatz's pfd/sfo tools
https://github.com/bucanero/pfd_sfo_tools
pfd ps3 sfo
Last synced: 7 days ago
JSON representation
flatz's pfd/sfo tools
- Host: GitHub
- URL: https://github.com/bucanero/pfd_sfo_tools
- Owner: bucanero
- Created: 2019-12-29T21:28:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T23:48:59.000Z (about 1 year ago)
- Last Synced: 2023-10-07T00:28:48.799Z (about 1 year ago)
- Topics: pfd, ps3, sfo
- Language: C
- Homepage:
- Size: 118 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# PFD/SFO tools
flatz's pdf/sfo tools## pfdtool v0.2.3
```
pfdtool 0.2.3 (c) 2012 by flatzUSAGE: pfdtool [options] command
COMMANDS Parameters Explanation
-h, --help Print this help
-l, --list dir List entries
-c, --check dir Verify a database
-u, --update dir Update an existing database
-e, --encrypt dir files... Encrypt specified files and update a database
-d, --decrypt dir files... Decrypt specified files and update a database
-b, --brute dir elf offset files... Bruteforce a secure file IDs for specified filesOPTIONS Parameters Explanation
-g, --game product-code Use a specified game setting set
-p, --partial Don't update/verify all hashes
-a, --advance The offset to advance each time while bruteforcing
```
## sfopatcher v0.1.0
```
sfopatcher 0.1.0 (c) 2012 by flatzUSAGE: sfopatcher command [options]
COMMANDS Parameters Explanation
build in tpl out Build a new using an existing and as a template
--copy-title Copy TITLE/SUB_TITLE parameters too
--copy-detail Copy DETAIL parameter too
patch in out Patch an existing and save it to
--remove-copy-protection Remove a copy protected flag-h, --help Print this help
-v, --verbose Enable verbose output
```### Usage with Docker
Users can build and run the Docker container for `sfopatcher` and `pfdtool` with the following Docker CLI commands:
```sh
docker build -t [image-name] .
docker run [optional-flags] [image-name]
```