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

https://github.com/darealshinji/hexedit

Small utility that helps to view and edit bytes in binary files from command line
https://github.com/darealshinji/hexedit

Last synced: 7 months ago
JSON representation

Small utility that helps to view and edit bytes in binary files from command line

Awesome Lists containing this project

README

          

Small utility that helps to view and edit bytes in binary files from command line.

```
usage:
hexedit --help
hexedit read
hexedit write
hexedit memset

Offset and length may be hexadecimal prefixed with `0x'/`\x' or decimal.
Data must be hexadecimal without prefixes.
Char can be a literal character, escaped control character, hexadecimal value
prefixed with `0x'/`\x' or a decimal number prefixed with `\'.
```