diff options
author | Pr. HORSTMANN <wmh@eipg.fr> | 2021-01-02 10:37:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:21 +0700 |
commit | 34b4592c73549ddc14db53c8047185dfdfe2e238 (patch) | |
tree | 9a731700ce629611ed29ff8a5e20664c900dc5bc /python/hachoir/README | |
parent | b8fd1b18b7f5a4b6a5666dd56c4bcd34f276a635 (diff) |
python/hachoir: Added (library to view and edit binary stream).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hachoir/README')
-rw-r--r-- | python/hachoir/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/hachoir/README b/python/hachoir/README new file mode 100644 index 0000000000000..bec701234a6cb --- /dev/null +++ b/python/hachoir/README @@ -0,0 +1,3 @@ +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. |