You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: