Skip to content

Improvement: ability to show binary values as a continuous lowercase hex string #360

Description

@Ksnz

Binary values are currently decoded as text before being displayed, which
corrupts them irreversibly (invalid UTF-8 bytes become U+FFFD). Add an option
to toggle the view to a continuous lowercase hex string instead.

Current:

"\b\ufffd\u0016\u0013\b\ufffd\u0015\u0013\b\....

Proposed:

08a70e080a1308860b.... or with 0x prefix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions