juliangruber / juliangruber/hex-dump
colorize bytes
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Radare uses the following rules:
```
00 - null bytes
FF - invalid data
7F - mid value
?? - printable (a-z,A-Z,0-9,..)
... - other
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by reading the existing browser hex-dump output and determine how the listed byte categories should be represented; done means the output visibly distinguishes null bytes, invalid data, mid values, printable bytes, and other values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100