In-place pattern member editing (a-la 010 Editor)? #824
Unanswered
Kein
asked this question in
Pattern Language Q&A
Replies: 1 comment 1 reply
-
Hey |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
010 Editor
has a neat feature that allows you to edit processed pattern results in place. For example, for struct likeyou can use the pattern result UI to write back at that location u32 value. It also supports specifiers like
<read>
and<write>
that can customize how the value will be read into UI results and written back into the file (so you can convert user string to hash, for example).I've read the new docs over https://imhex.werwolv.net/docs/core_language/core_language.html but didnt find anything mentioning it.
Beta Was this translation helpful? Give feedback.
All reactions