https://github.com/ppebb/pulsar-tools
Tools for working with Pulsar files
https://github.com/ppebb/pulsar-tools
Last synced: about 1 month ago
JSON representation
Tools for working with Pulsar files
- Host: GitHub
- URL: https://github.com/ppebb/pulsar-tools
- Owner: ppebb
- License: agpl-3.0
- Created: 2025-04-25T07:13:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T04:58:55.000Z (8 months ago)
- Last Synced: 2025-11-27T08:48:52.431Z (8 months ago)
- Language: Go
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pulsar-tools
A collection of tools for working with [Pulsar's](https://github.com/MelgMKW/Pulsar) files.
## Features
Crash Summary: View stacktraces and register values stores in a `crash.pul` file.
Hashing: Get the sha1 hash for the code of each region (PAL, NTSC-U, NTSC-J,
NTSC-K). Can be used for checking integrity.
## Usage
All features are available as command line switches (see `./pulsar-tools --help`). Certain features are also available through Retro Rewind's [wfc-bot](https://github.com/Retro-Rewind-Team/wfc-bot) (also written by me) on the Retro Rewind Discord.
## License
This repository is dual licensed under AGPLv3 and MIT. Any code adapted
directly from pulsar is licened under MIT to retain pulsar's original license
(see `LICENSE_PULSAR`) and is denoted at the top of the relevant files.
Everything else in this codebase is AGPLv3, including code adapted from [wiimm's
szs tools](https://github.com/Wiimm/wiimms-szs-tools) (originally GPLv2) (see `LICENCE`).