https://github.com/brawl345/stargazer
Extracts STAR files from the PSX used by its package manager
https://github.com/brawl345/stargazer
Last synced: 2 months ago
JSON representation
Extracts STAR files from the PSX used by its package manager
- Host: GitHub
- URL: https://github.com/brawl345/stargazer
- Owner: Brawl345
- License: unlicense
- Created: 2022-06-22T19:22:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T16:03:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T02:43:37.373Z (4 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stargazer
Tool to extract STAR files from the PSX used by its package manager "PackmanJr".
## Usage
```bash
stargazer [output dir (optional)]
```If no output directory is given, the file is extracted to the file name minus the extension plus "`_extracted`" (e.g. `xPackmanJr_0.105.star` -> `xPackmanJr_0.105_extracted`).
## Credits
Thanks to @martravi for helping with reverse-engineering!