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 is sometime useful when you would like to compare hexadecimal data and Hachoir reprensentation.
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 is sometime useful when you would like to compare hexadecimal data and Hachoir reprensentation.
To install py27-hachoir-urwid, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-hachoir-urwid
To see what files were installed by py27-hachoir-urwid, run:
port contents py27-hachoir-urwid
To later upgrade py27-hachoir-urwid, run:
sudo port selfupdate && sudo port upgrade py27-hachoir-urwid
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.