https://github.com/hiroakis/b2h
binary to hex
https://github.com/hiroakis/b2h
Last synced: about 1 year ago
JSON representation
binary to hex
- Host: GitHub
- URL: https://github.com/hiroakis/b2h
- Owner: hiroakis
- Created: 2017-12-22T06:08:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T06:08:46.000Z (over 8 years ago)
- Last Synced: 2025-04-08T20:48:47.623Z (about 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# b2h
binary to hex
# Installation
```
go get github.com/hiroakis/b2h
```
# Use Case
```
nc 192.168.30.36 9999 | b2h
```
Dump binary data with hex string -> f0f8f9f9f8
# License
MIT