BlakHole
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=Archiving |extensions={{ext|bh}} }} '''BlakHole''' is a fairly obscure archiving format supported by a handful of multi-format archiving programs. Simila...") |
(added UltimateZip) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|extensions={{ext|bh}} | |extensions={{ext|bh}} | ||
}} | }} | ||
+ | '''BlakHole''' (or '''BH''') is a fairly obscure compressed archive format supported by a handful of multi-format archiving programs. It's a proprietary format from the ZipTV Compression Components -- a library for [[Delphi]]. | ||
− | ''' | + | A self-extracting "BH SFX" format also exists. |
+ | |||
+ | == Identification == | ||
+ | BH files start with ASCII "{{magic|BH}}". | ||
+ | |||
+ | BH files are observed to start with the byte pattern {{magic|'B' 'H' 0x05 0x07 ?? 0x00 0x25}}, but it's unclear how reliable this is. | ||
== Programs supporting this format == | == Programs supporting this format == | ||
− | * [ | + | * [https://www.powerarchiver.com/en-us/ PowerArchiver] |
− | * [ | + | * LS Archiver, by Linos Software: [https://web.archive.org/web/20130923160435/http://www.linos-software.com/archiver.html archived website] · [https://download.cnet.com/LS-Archiver/3000-2250_4-10417336.html CNET Download] |
+ | * [https://www.izarc.org/ IZArc] | ||
+ | * [https://web.archive.org/web/20190930042635/https://www.ultimatezip.com/ UltimateZip] | ||
+ | |||
+ | == Sample files == | ||
+ | * [https://www.dan.info/sampledata/test.bh test.bh] | ||
+ | |||
+ | == Links == | ||
+ | * [https://web.archive.org/web/20180725072817/http://www.ziptv.com/ztvaf.htm ZipTV Archive Filter (archived)] | ||
+ | * [https://fileinfo.com/extension/bh FileInfo.com page on BH] |
Latest revision as of 14:07, 11 February 2024
BlakHole (or BH) is a fairly obscure compressed archive format supported by a handful of multi-format archiving programs. It's a proprietary format from the ZipTV Compression Components -- a library for Delphi.
A self-extracting "BH SFX" format also exists.
Contents |
[edit] Identification
BH files start with ASCII "BH
".
BH files are observed to start with the byte pattern 'B' 'H' 0x05 0x07 ?? 0x00 0x25
, but it's unclear how reliable this is.
[edit] Programs supporting this format
- PowerArchiver
- LS Archiver, by Linos Software: archived website · CNET Download
- IZArc
- UltimateZip