Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
/ hksc-disassembler Public archive

hksc_disassembler is a HavokScript 5.1 disassembler written in python.

License

Notifications You must be signed in to change notification settings

Surasia/hksc-disassembler

Repository files navigation

hksc_disassembler

latest

hksc_disassembler is a HavokScript 5.1 disassembler written in python. It includes a file parser for lua bytecode, as well as a CLI to interact with library functions.

Installation

hksc_disassembler is available on pypi.

pip install hksc-disassembler

Documentation

Documentation for HavokScript types and internals can be found in the docs folder. As the project gets more complex, additional documentation will be made available to account for it. The goal for the documentation is to both provide context for the logic inside this project, but also document the largely undocumented HavokScript bytecode format.

CLI Usage

hksc_disassembler disassamble <path_to_havokscript>

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

hksc_disassembler is a HavokScript 5.1 disassembler written in python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages