Download List

專案描述

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.

System Requirements

System requirement is not defined
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.

2008-09-03 23:31 Back to release list
1.2

Field.getFieldType() was created to describe a
field type and give some useful information. The
TimestampUnix64 field type was created.
GenericString now only guesses the character set
once. If the charset attribute if not set, a guess
is made when it's requested by the user.
標籤: Minor feature enhancements

Project Resources