byteblitz
byteblitz copied to clipboard
A CLI-tool for viewing the binary content of files.
### Issue Description: #### Feature Request: Output Redirection to file ### Background: Currently, byteblitz allows users to view the binary content of files. However, it cannot directly redirect the output...
The command `curl https://idk/a.tar.gz | byteblitz a.tar.gz` should firstly check if `a.tar.gz` exists. If it does, exit with an error, otherwise, write the input to the file and open it...
## New feature This feature would display the memory address offset next to each value in the converted list, regardless of the format being viewed (binary, ASCII, HEX, u32). The...
Currently, byteblitz lacks a built-in helper manual or usage guide accessible from the command line. This feature is essential for new users or even experienced users who need a quick...