An open API service indexing awesome lists of open source software.

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

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
```