An open API service indexing awesome lists of open source software.

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

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!