Skip to content

A HavokScript 5.1 disassembler written in Rust.

License

Notifications You must be signed in to change notification settings

Surasia/hkscdis-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Dependencies

  • bitflags
  • byteorder
  • clap (with derive)
  • color-print
  • num_enum

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.

About

A HavokScript 5.1 disassembler written in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages