Examples (7)
Open a file in ImHex
imhex path/to/fileCreate a new empty file
imhex --newOpen a file in the currently running ImHex instance and select a range of bytes (offsets in hexadecimal)
imhex --open path/to/file --select 0xstart_offset 0xend_offsetDisplay information about a file
imhex --file-info path/to/fileCalculate the hash of a file using a specific algorithm (`md5`, `sha1`, `sha224`, `sha256`, `sha384`, `sha512`)
imhex --hash algorithm path/to/fileGenerate a hex dump of a file
imhex --hexdump path/to/fileDisplay version
imhex --versionmade by @shridhargupta | data from tldr-pages