Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex-view

hex view with python on the for comparing data For analysing data dumps on the command line with python

Usage:

To display the hex view the ASCII text for the whole row:

python hex.py <path_to_binary_file>

To display the hex view with ASCII characters for each byte and the ASCII text for the whole row:

python hex.py <path_to_binary_file> -c

To limit the output to the first N bytes, with both the per-byte ASCII view and the end-of-row ASCII text:

python hex.py <path_to_binary_file> -bytes N -c alt texthttps://raw.githubusercontent.com/em00k/hex-view/main/hex.py.png)

About

hex view with python on the for analysing data

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages