Skip to content

feature: splitlen - count HEX as its underlying length #87

@roycewilliams

Description

@roycewilliams

When using splitlen, it would be useful to have an option for the 'true' length (in bytes) to be used, taking HEX encoding into account.

A crude approach, rather than explicitly converting from HEX, would be to detect HEX and calculating the 'true' length as (rawlength-6)/2 (assuming no malformed HEX, depending on how strict the HEX detection/validation is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions