diff options
Diffstat (limited to 'python/hachoir-core/README')
-rw-r--r-- | python/hachoir-core/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/hachoir-core/README b/python/hachoir-core/README new file mode 100644 index 0000000000..26904f6aa2 --- /dev/null +++ b/python/hachoir-core/README @@ -0,0 +1,5 @@ +hachoir-core + +Hachoir is a Python library used to represent of 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. |