https://github.com/purplelemons-dev/hexview
https://github.com/purplelemons-dev/hexview
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/hexview
- Owner: purplelemons-dev
- License: gpl-3.0
- Created: 2023-12-04T22:11:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T22:11:51.000Z (over 2 years ago)
- Last Synced: 2025-03-19T21:28:17.921Z (about 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexview
## installation
copy `/src/hexview` to your [python site-packages folder](https://stackoverflow.com/questions/31384639/what-is-pythons-site-packages-directory) or execute in `/src`.
## usage:
```bash
$ python -m hexview [-h]
[-t {hex,dec,oct,bin}]
[-l LINE_LEN]
[-o FILE]
filename
positional arguments:
filename The file to be
viewed
options:
-h, --help show this help
message and exit
-t {hex,dec,oct,bin}, --type {hex,dec,oct,bin}
The data type to
display
-l LINE_LEN, --line-len LINE_LEN
The number of bytes
per line
output:
-o FILE, --output FILE
Write output to FILE
instead of stdout
```