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

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

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`).