Skip to content

Releases: RubixTheSlime/HLPtool

HLPtool v1.1

03 Mar 02:17
Compare
Choose a tag to compare

General:

  • Program functionality is now split into subcommands
  • Major restructuring to help scale and maintain the tool
  • Various minor optimizations and bug fixes

Hex Solver:

  • Added ranges and wildcards
  • New obscure check which makes the solver much better at finding optimal solutions

Dual Binary Solver:

  • Added the dual binary solver
  • Always optimal length, averages ~1 second, and supports wildcards

HLPtool v1.0

17 Feb 19:44
Compare
Choose a tag to compare

first release on this fork. changes from upstream:

  • added full command line interface
  • natively supports both Linux and Windows
  • added lots of extra speed in many forms, particularly vectorization

note that the entire UI is still subject to change in the future.