Ha archive plugin for Total Commander 32 and 64. I took sources from the authors’ repo (see SourceForge and plugin site), updated the project to the MSVC 2022, fixed several compilation bugs emerging, and fixed several bugs (memory leaks, out-of-bound accesses, and crashes on some bad archives – when the header is partly intact but the filename is already damaged). What bothers me is that the size has grown more than six times after the recompile (with several small fixes to compile by the modern compiler).
Previous readme.txt is here -- it is rather outdated for the current Total Commander.
The plugin support viewing, unpacking, packing and deleting files within archives in HA format. Uses original HA sources by Harry Hirvola1.
Calling the settings dialog from command line:
rundll32 ha.wcx,Settings
rundll32 ha.wcx64,Settings
Known problems:
- Sometimes stalls -- before unloading from memory or, sometimes -- restarting TCmd, fail to open any archive.
- Release 32-bit version, while checking archives (Alt-Shift-F9) skips all problems. Some undefined behavior.
(c) 1999-2002 by Siarzhuk Zharski
(c) 2025 by Oleg Farenyuk
Footnotes
-
Currently, HA archiver sources are on the github too. ↩