Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 1.1 KB

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.