Hex Visualizar and editor, this program allows you to view binary files bytes in hex and also edit them
Hexadecimal Viewer - README
Programa para visualizar arquivos em formato hexadecimal, mostrando também os caracteres ASCII.
No terminal, rode:
python3 hexviewer.py nome_do_arquivo
- -O Salvar saída em arquivo
- -ho Ocultar coluna de offset
- -ha Ocultar caracteres ASCII
- -hb Ocultar offset e ASCII, só hex
- -offset Formato do offset: dec, hex, oct, bin (padrão: dec)
- -bl <número> Bytes por linha (padrão: 16)
- -io <número> Offset inicial (posição do byte)
- -fo <número> Offset final
- --help Mostrar ajuda
- --version Mostrar versão
python3 hexviewer.py arquivo.bin
Apache License 2.0
Sam Jamsh