https://github.com/a-khakimov/printbin
Simple c++ util for print of file contents in binary format
https://github.com/a-khakimov/printbin
Last synced: 3 months ago
JSON representation
Simple c++ util for print of file contents in binary format
- Host: GitHub
- URL: https://github.com/a-khakimov/printbin
- Owner: a-khakimov
- Created: 2018-07-03T11:24:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T05:29:32.000Z (over 7 years ago)
- Last Synced: 2025-03-29T02:30:35.199Z (7 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# printbin
Simple c++ util for print of file contents in binary format
## How use it?
```bash
printbin
```
or
```bash
printbin
```
```bash
# printbin_qnx_x86 file.bin
File: file.bin
File size: 20
B1 1A 90 0 2 4B 16 36 41 70 70 6C 69 63 61 74 69 6F 6E 0
#
# printbin_qnx_x86 file.bin 10
File: file.bin
File size: 20
10
Max printed size: 10
B1 1A 90 0 2 4B 16 36 41 70 70 6C
```