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
- Host: GitHub
- URL: https://github.com/darealshinji/hexedit
- Owner: darealshinji
- License: mit
- Created: 2023-10-23T20:56:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T18:35:39.000Z (over 1 year ago)
- Last Synced: 2025-02-05T01:26:02.082Z (8 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 memsetOffset 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 `\'.
```