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

Having a graphical representation of the content #487

Open
maelp opened this issue Sep 21, 2024 · 1 comment
Open

Having a graphical representation of the content #487

maelp opened this issue Sep 21, 2024 · 1 comment
Labels

Comments

@maelp
Copy link

maelp commented Sep 21, 2024

In some cases, when doing reverse engineering, we might be looking for specific patterns (eg lookup tables encoding a smoothly varying function, or whatever)

Having a way to plot u8 / i8 / u16 / i16 / f32 / etc as grayscale in a grid (and possibly change the origin / width of the grid easily to test a few "starting point") could be quite useful!

example

image
@kainjow
Copy link
Member

kainjow commented Sep 27, 2024

This is probably out of scope for HF. But I have thought of ideas around using the new extension kit APIs to allow Swift extensions that could provide a custom view. Then you could write SwiftUI view with Swift Charts to plot some data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants