Skip to content

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

License

Notifications You must be signed in to change notification settings

bigbass1997/TASD-Edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages