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
Hey
You're right, this is a bit confusing. The thing is, char arrays create a string pattern when they're created so they can show up as strings in the pattern data view. When passing those strings to functions, they automatically decay to actual string values and lose their pattern information such as the location where they were in your data. I believe this is sadly pretty hard to fix without breaking many other patterns in the process. I can however document this a bit better in the documentation.
Operating System
Linux
What's the issue you encountered?
How can the issue be reproduced?
Pass a char[] into it
ImHex Version
1.36.0
ImHex Build Type
Installation type
AUR imhex-bin
Additional context?
Is char[] not a pattern? A u8[] works.
The text was updated successfully, but these errors were encountered: