hachoir-urwid
Binary file explorer using Hachoir and urwid libraries
Install
- All systems
-
curl cmd.cat/hachoir-urwid.sh
- Debian
-
apt-get install python-hachoir-urwid
- Ubuntu
-
apt-get install python-hachoir-urwid
- Kali Linux
-
apt-get install python-hachoir-urwid
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-hachoir-urwid
- Raspbian
-
apt-get install python-hachoir-urwid
- Dockerfile
- dockerfile.run/hachoir-urwid
python-hachoir-urwid
Binary file explorer using Hachoir and urwid libraries
hachoir-urwid is a binary file explorer based on Hachoir library to parse the files. Using this tool you can exactly know the meaning of each bit/byte of your files. With direction keys, you can navigate in the field tree. The key 'h' will disable 'human display' and switch to 'raw display'. It's sometime useful when you would like to compare hexadecimal data and Hachoir representation.