hkscdis-rs

Crates.iohkscdis-rs
lib.rshkscdis-rs
version0.4.0
created_at2024-10-28 14:47:13.740358+00
updated_at2025-02-22 15:54:04.349837+00
descriptionA HavokScript 5.1 disassembler written in Rust.
homepage
repositoryhttps://github.com/Surasia/hkscdis-rs
max_upload_size
id1425684
size100,573
(Surasia)

documentation

README

hkscdis-rs

Crates.io License

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.

Installation

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

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

Credits

  • Soupstream for the amazing havok-script-tools, most of which this project is based off of.
  • Jake-NotTheMuss for their very insightful hksc.
  • Katalash for their DSLuaDecompiler, a very advanced decompiler for HavokScript.
Commit count: 15

cargo fmt