Downloadliste

Projektbeschreibung

Hachoir is a Python library used to represent a binary file as a tree of Python objects. Each object has a type, a value, an address, etc. The goal is to be able to know the meaning of each bit in a file. Hachoir is able to open invalid or truncated files. It only reads or computes data on demand to minimize load times. Many field types are predefined (integer, bit, string, etc.) and strings with a given character set (such as ISO-8859-1 or UTF-8) are supported. Addresses and sizes are stored in bits.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-12 09:51 Zurück zur Release-Liste
1.0.1

parser.tags wurde parser.PARSER_TAGS für die Kompatibilität mit hachoir-Parser 1,0 umbenannt.
Tags: Minor bugfixes
parser.tags was renamed to parser.PARSER_TAGS for compatibility with hachoir-parser 1.0.

Project Resources