bigbass1997 / TASD-Edit

CLI-based editor for TASD (Tool Assisted Speedrun Dump) formatted files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: BSD 2-Clause

Description

TASD-Edit is a CLI-based editing tool for TASD formatted dump files. Using a series of menus, the user can create or remove existing packets from a file, import/export legacy formats, or create a new file from scratch.

Highest format version supported: 0x0001

Windows and Linux are supported.

Usage

Download the latest release. Run in a terminal/cmd to see further instructions.

Building

If you wish to build from source, for your own system, Rust is integrated with the cargo build system. To install Rust and cargo, just follow these instructions. Once installed, while in the project directory, run cargo build --release to build, or use cargo run --release to run directly. The built binary will be available in ./target/release/

To cross-compile builds for other operating systems, you can use rust-embedded/cross.

About

CLI-based editor for TASD (Tool Assisted Speedrun Dump) formatted files

License:Other


Languages

Language:Rust 100.0%