hkscdis-rs

Crates.iohkscdis-rs
lib.rshkscdis-rs
version0.3.0
sourcesrc
created_at2024-10-28 14:47:13.740358
updated_at2024-11-05 20:20:32.066118
descriptionA HavokScript 5.1 disassembler written in Rust.
homepage
repositoryhttps://github.com/Surasia/hkscdis-rs
max_upload_size
id1425684
size102,394
(Surasia)

documentation

README

hkscdis-rs

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. To install, run the following command:

cargo install hkscdis-rs

Usage

A CLI tool to disassemble Havok Script 5.1 files

Usage: hkscdis-rs.exe --path <FILE>

Options:
  -p, --path <FILE>
  -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: 13

cargo fmt