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

https://github.com/hiroakis/b2h

binary to hex
https://github.com/hiroakis/b2h

Last synced: about 1 year ago
JSON representation

binary to hex

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