https://github.com/p3nt4/hexts
https://github.com/p3nt4/hexts
network
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p3nt4/hexts
- Owner: p3nt4
- Created: 2017-01-10T03:50:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T06:22:17.000Z (about 9 years ago)
- Last Synced: 2025-02-24T08:25:24.897Z (over 1 year ago)
- Topics: network
- Language: C#
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hexts
Send hex strings to sockets.
## Usage
```
hexts.exe ...
```
Hexts will listen between each hex string.
## Example
```
C:\>hexts.exe 127.0.0.1 2222 01020304050607051ABD33 010203 0366773355
--------------------------------Sending 11 bytes------------------------------
00000000 01 02 03 04 05 06 07 05 1A BD 33 .........½3
--------------------------------Received 6 bytes------------------------------
00000000 48 45 4C 4C 4F 0A HELLO.
--------------------------------Sending 3 bytes-------------------------------
00000000 01 02 03 ...
--------------------------------Received 3 bytes------------------------------
00000000 48 69 0A Hi.
--------------------------------Sending 5 bytes-------------------------------
00000000 03 66 77 33 55 .fw3U
--------------------------------Received 6 bytes------------------------------
00000000 48 45 4C 4C 4F 0A HELLO.
```