KeithBrown39423 / Hexdump

The alternative cross-platform hex dumping utility
MIT License
16 stars 0 forks source link

[Feature] Offsets and Output Size #6

Closed KeithBrown39423 closed 1 year ago

KeithBrown39423 commented 1 year ago

Offsets and Output Size

Feature Suggestion

Add an option that allows you to start printing from a certain offset. Also, add the ability to only output a certain number of bytes or only output everything up to a certain offset.

Use Case

Trying to get the hexdump of a specific part of a file.

KeithBrown39423 commented 1 year ago

These features will be implemented when adding the other default options

See #10