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.

2007-07-12 01:31 Back to release list
1.0

이 릴리스 (윈도우의 GUID)에 사용되는 새로운 유형의 TimestampUUID60있다. SeekableFieldSet 클래스가 수정되었습니다. 문자열 값은 항상 유니 코드입니다. readBytes () 메소드를 outputStream에 추가되었습니다. hachoir_core.profiler (프로필 메서드) 및 hachoir_core.timeout (시간 초과와) 모듈이 추가되었습니다 함수를 호출합니다.
Tags: Major feature enhancements
This release has a new type TimestampUUID60 (used in Windows GUID). The SeekableFieldSet class has been fixed. String value is always Unicode. A readBytes() method has been added to OutputStream. hachoir_core.profiler (profile method) and hachoir_core.timeout (call a function with a timeout) modules have been added.

Project Resources