| Crates.io | hkscdis-rs |
| lib.rs | hkscdis-rs |
| version | 0.4.0 |
| created_at | 2024-10-28 14:47:13.740358+00 |
| updated_at | 2025-02-22 15:54:04.349837+00 |
| description | A HavokScript 5.1 disassembler written in Rust. |
| homepage | |
| repository | https://github.com/Surasia/hkscdis-rs |
| max_upload_size | |
| id | 1425684 |
| size | 100,573 |
Rust re-write of my hksc-disassembler project I wrote to practice rust. Parses and reads HavokScript 5.1 bytecode, outputting it in a human-readable format.
hkscdis-rs is available using cargo and can be installed on Linux/Windows/MacOS. To install, run the following command in your terminal:
cargo install hkscdis-rs
Usage: hkscdis-rs [OPTIONS] --path <FILE>
Options:
-p, --path <FILE> File to disassemble
-i, --enable-inheritance Enable extensions for structure inheritance
-c, --disable-colors Disable displaying colors with the disassembly
-o, --output <FILE> Optional output file. If not specified, output goes to stdout
-h, --help Print help