Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve string field rendering #2

Closed
sam-f0 opened this issue Jun 2, 2023 · 1 comment
Closed

Improve string field rendering #2

sam-f0 opened this issue Jun 2, 2023 · 1 comment

Comments

@sam-f0
Copy link
Collaborator

sam-f0 commented Jun 2, 2023

The current representation of string field is as follows:

 Token Descriptor: string
      Length: 36
      Value: android.os.INetworkManagementService

When showing string arrays etc. this is a very verbose output format. It would be better to specialise the output from string fields so its rendered something like:

Token Descriptor: string (36) "Value: android.os.INetworkManagementService"

The hexdump view also supports showing multiple selections at once so this ticket should cover highlighting the size and string content separately.

@sam-f0
Copy link
Collaborator Author

sam-f0 commented Nov 3, 2023

Added in 1.1.0

@sam-f0 sam-f0 closed this as completed Nov 3, 2023
sam-f0 added a commit that referenced this issue May 13, 2024
Co-authored-by: Sam <sam@foundryzero.co.uk>
sam-f0 added a commit that referenced this issue May 16, 2024
Co-authored-by: Sam <sam@foundryzero.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant