Skip to content
/ hachoir Public
forked from vstinner/hachoir

Hachoir is a Python library to view and edit a binary stream field by field

License

Notifications You must be signed in to change notification settings

kelvan/hachoir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hachoir is a Python library to view and edit a binary stream field by field.
In other words, Hachoir allows you to "browse" any binary stream just like you
browse directories and files.

A file is splitted in a tree of fields, where the smallest field is just one
bit. Examples of fields types: integers, strings, bits, padding types, floats,
etc. Hachoir is the French word for a meat grinder (meat mincer), which is used
by butchers to divide meat into long tubes; Hachoir is used by computer
butchers to divide binary files into fields.

* Hachoir3 website: http://hachoir3.readthedocs.org/
* Source code, bug tracker: https://bitbucket.org/haypo/hachoir3

Hachoir3 is written for Python 3.3+, it uses the new ``yield from`` syntax.
For Python 2, see the Hachoir project: https://bitbucket.org/haypo/hachoir

About

Hachoir is a Python library to view and edit a binary stream field by field

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%