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.
Download the latest release. Run in a terminal/cmd to see further instructions.
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.